Searched refs:enumerated (Results 1 – 25 of 47) sorted by relevance
12
/external/tinyalsa/ |
D | mixer.c | 76 unsigned int max = mixer->ctl[n].info->value.enumerated.items; in mixer_close() 143 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open() 147 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open() 150 tmp.value.enumerated.item = m; in mixer_open() 153 enames[m] = strdup(tmp.value.enumerated.name); in mixer_open() 324 return ev.value.enumerated.item[id]; in mixer_ctl_get_value() 444 ev.value.enumerated.item[id] = value; in mixer_ctl_set_value() 548 return ctl->info->value.enumerated.items; in mixer_ctl_get_num_enums() 555 (enum_id >= ctl->info->value.enumerated.items)) in mixer_ctl_get_enum_string() 570 num_enums = ctl->info->value.enumerated.items; in mixer_ctl_set_enum_by_string() [all …]
|
/external/clang/include/clang/Basic/ |
D | OpenCLExtensions.def | 17 // If the extensions are to be enumerated without the supported OpenCL version, 20 // If the extensions are to be enumerated with supported OpenCL version,
|
D | OperatorKinds.def | 17 /// In this file, each of the overloadable C++ operators is enumerated
|
/external/libxml2/result/VC/ |
D | Enumeration | 1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
|
D | Enumeration.rdr | 1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
|
/external/llvm/test/CodeGen/MIR/Generic/ |
D | invalid-jump-table-kind.mir | 34 # CHECK: [[@LINE+1]]:18: unknown enumerated scalar
|
/external/clang/include/clang/AST/ |
D | TypeLocNodes.def | 11 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
|
D | TypeNodes.def | 11 // enumerated by providing its name (e.g., "Builtin" or "Enum") and
|
D | OperationKinds.def | 17 /// In this file, each of the C/C++ operations is enumerated CAST_OPERATION,
|
/external/cblas/ |
D | README | 45 the interface. According to the document, the enumerated types for
|
/external/apache-commons-math/ |
D | NOTICE | 55 sources enumerated above at the time of code translation are in the LICENSE.txt
|
/external/libvpx/libvpx/ |
D | usage.dox | 95 defined in the definitions of each enumerated value. Error values can be 100 outside any context. The enumerated value returned from the last call can be
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 910 } enumerated; member 935 } enumerated; member
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 80 - ``-fsanitize=enum``: Load of a value of an enumerated type which 81 is not in the range of representable values for that enumerated
|
D | ObjectiveCLiterals.rst | 122 Expressions of scalar (numeric, enumerated, BOOL), C string pointer 131 // enumerated types.
|
/external/libexif/ |
D | README | 129 -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 494 ASN1_ENUMERATED * enumerated; member
|
/external/valgrind/VEX/ |
D | Makefile-gcc | 118 # 188: enumerated type mixed with another type
|
/external/valgrind/docs/internals/ |
D | xml-output.txt | 263 types (enumerated below), so that GUIs may roughly categorise
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 50 * Most of them are simple boolean flags, or constants from a small enumerated list.
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 246 are enumerated. If pLayerName is equal to a discovered layer module name then 248 enumerated. Duplicate extensions (e.g. an implicit layer and ICD might report 1212 If a layer is not enumerated by this function, it will not participate in 1276 …e of "GLOBAL" or "INSTANCE" for the loader to include the layer in the enumerated instance layer l…
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 14 enumerated types, value types, and so forth—in a natural way that will delight,
|
/external/nanopb-c/docs/ |
D | reference.rst | 682 …For decoding numeric (including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decod…
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 446 * @tree: the tree of enumerated value set
|
/external/llvm/docs/ |
D | YamlIO.rst | 94 For instance, if you have an enumerated type FooBar you could specialize
|
12