Home
last modified time | relevance | path

Searched refs:Enum (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst295 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 Dplugins.qmltypes14 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 Denum.hpp12 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 Dplugins.qmltypes205 Enum {
214 Enum {
223 Enum {
273 Enum {
304 Enum {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-arm-add-armv9-a-architecture-to-march.patch95 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 D0001-CVE-2021-42574.patch274 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 D0002-CVE-2021-42574.patch157 …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 Dvmbus_testing22 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 D0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch150 +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 DTdcResults.py3 from enum import Enum
5 class ResultState(Enum):
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch150 +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 Dqt_logging.cpp9 …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 Dlogging_stderr.cpp9 std::cerr << "[" << Enum<EventSeverity>::toString(severity) << "] " << msg << std::endl; in platformRecord()
/OK3568_Linux_fs/buildroot/package/python-aenum/
H A DConfig.in4 Advanced Enumerations (compatible with Python's stdlib Enum),
/OK3568_Linux_fs/buildroot/package/python-enum34/
H A DConfig.in5 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 Dlogging.cpp60 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 Dconstant.hpp40 const auto result = Enum<T>::toEnum(*string); in operator ()()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit.py16 from enum import Enum, auto
40 class KunitStatus(Enum):
H A Dkunit_parser.py13 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 Dvalue.cpp233 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__.py11 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 Dstringify.hpp52 writer.String(Enum<T>::toString(v)); in stringify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes126 Enum {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0021-gst-libs-Support-NV16_10LE40.patch232 * Enum value describing the most common video formats.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py111 class Resolve(enum.Enum):

12