| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 295 Enum: 65/0x41 317 Enum: 66/0x42 338 Enum: 67/0x43 359 Enum: 68/0x44 378 Enum: 69/0x45 395 Enum: 70/0x46 432 Enum: 71/0x47 469 Enum: 72/0x48 501 Enum: 73/0x49 533 Enum: 74/0x4A [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 14 Enum { 22 Enum { 290 Enum { 299 Enum { 389 Enum { 716 Enum { 795 Enum { 804 Enum { 846 Enum { 856 Enum { [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | enum.hpp | 12 class Enum { class 24 const char * Enum<T>::toString(T t) { \ 31 optional<T> Enum<T>::toEnum(const std::string& s) { \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | plugins.qmltypes | 205 Enum { 214 Enum { 223 Enum { 273 Enum { 304 Enum {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-arm-add-armv9-a-architecture-to-march.patch | 95 Enum(arm_arch) String(armv8.1-m.main) Value(30) 98 -Enum(arm_arch) String(iwmmxt) Value(31) 99 +Enum(arm_arch) String(armv9-a) Value(31) 102 -Enum(arm_arch) String(iwmmxt2) Value(32) 103 +Enum(arm_arch) String(iwmmxt) Value(32) 106 +Enum(arm_arch) String(iwmmxt2) Value(33) 108 Enum
|
| H A D | 0001-CVE-2021-42574.patch | 274 Common Joined RejectNegative Enum(diagnostics_output_format) 278 +Common Joined RejectNegative Enum(diagnostics_escape_format) 285 Enum(diagnostics_column_unit) String(byte) Value(DIAGNOSTICS_COLUMN_UNIT_BYTE) 287 Enum 291 +Enum(diagnostics_escape_format) String(unicode) Value(DIAGNOSTICS_ESCAPE_FORMAT_UNICODE) 294 +Enum(diagnostics_escape_format) String(bytes) Value(DIAGNOSTICS_ESCAPE_FORMAT_BYTES) 296 +Enum 368 /* Enum for overriding the standard output format. */
|
| H A D | 0002-CVE-2021-42574.patch | 157 …CPP_W_BIDIRECTIONAL) Var(warn_bidirectional) Init(bidirectional_unpaired) Enum(cpp_bidirectional_l… 164 +Enum 168 +Enum(cpp_bidirectional_level) String(none) Value(bidirectional_none) 171 +Enum(cpp_bidirectional_level) String(unpaired) Value(bidirectional_unpaired) 174 +Enum(cpp_bidirectional_level) String(any) Value(bidirectional_any)
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | vmbus_testing | 22 from enum import Enum 34 class dev_state(Enum): 40 class f_names(Enum):
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 150 +Target RejectNegative Joined Enum(or1k_cmodel_type) Var(or1k_code_model) Init(CMODEL_SMALL) 155 +Enum 160 +Enum(or1k_cmodel_type) String(small) Value(CMODEL_SMALL) 163 +Enum(or1k_cmodel_type) String(large) Value(CMODEL_LARGE)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcResults.py | 3 from enum import Enum 5 class ResultState(Enum):
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 150 +Target RejectNegative Joined Enum(or1k_cmodel_type) Var(or1k_code_model) Init(CMODEL_SMALL) 155 +Enum 160 +Enum(or1k_cmodel_type) String(small) Value(CMODEL_SMALL) 163 +Enum(or1k_cmodel_type) String(large) Value(CMODEL_LARGE)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_logging.cpp | 9 …qWarning() << "[" << Enum<EventSeverity>::toString(severity) << "] " << QString::fromStdString(msg… in platformRecord()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | logging_stderr.cpp | 9 std::cerr << "[" << Enum<EventSeverity>::toString(severity) << "] " << msg << std::endl; in platformRecord()
|
| /OK3568_Linux_fs/buildroot/package/python-aenum/ |
| H A D | Config.in | 4 Advanced Enumerations (compatible with Python's stdlib Enum),
|
| /OK3568_Linux_fs/buildroot/package/python-enum34/ |
| H A D | Config.in | 5 Python 3.4 Enum backported to 2.x.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | logging.cpp | 60 logStream << "[" << Enum<Event>::toString(event) << "]"; in record()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | constant.hpp | 40 const auto result = Enum<T>::toEnum(*string); in operator ()()
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit.py | 16 from enum import Enum, auto 40 class KunitStatus(Enum):
|
| H A D | kunit_parser.py | 13 from enum import Enum, auto 43 class TestStatus(Enum):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | value.cpp | 233 return std::string(Enum<T>::toString(value)); in toExpressionValue() 239 [&] (const std::string& v) { return Enum<T>::toEnum(v); }, in fromExpressionValue()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 11 from enum import Enum 15 class LayerType(Enum):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | stringify.hpp | 52 writer.String(Enum<T>::toString(v)); in stringify()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/ |
| H A D | plugins.qmltypes | 126 Enum {
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0021-gst-libs-Support-NV16_10LE40.patch | 232 * Enum value describing the most common video formats.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | server.py | 111 class Resolve(enum.Enum):
|