/external/tinyalsa/ |
D | mixer.c | 75 unsigned int max = mixer->ctl[n].info->value.enumerated.items; in mixer_close() 142 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open() 146 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open() 149 tmp.value.enumerated.item = m; in mixer_open() 152 enames[m] = strdup(tmp.value.enumerated.name); in mixer_open() 323 return ev.value.enumerated.item[id]; in mixer_ctl_get_value() 426 ev.value.enumerated.item[id] = value; in mixer_ctl_set_value() 518 return ctl->info->value.enumerated.items; in mixer_ctl_get_num_enums() 525 (enum_id >= ctl->info->value.enumerated.items)) in mixer_ctl_get_enum_string() 540 num_enums = ctl->info->value.enumerated.items; in mixer_ctl_set_enum_by_string() [all …]
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/ |
D | forms.js | 615 $.each(message.enum_types, function(enumIndex, enumerated) { argument 616 var enumName = messageName + '.' + enumerated.name; 617 enumDescriptors[enumName] = enumerated;
|
/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
|
/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/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/kernel-headers/original/uapi/sound/ |
D | asound.h | 905 } enumerated; member 930 } enumerated; member
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 17 /// In this file, each of the overloadable C++ operators is enumerated
|
/external/libexif/ |
D | README | 129 -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 51 * Most of them are simple boolean flags, or constants from a small enumerated list.
|
/external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/ |
D | file_input_output_with_xml_yml.markdown | 23 Here's a sample code of how to achieve all the stuff enumerated at the goal list.
|
/external/valgrind/VEX/ |
D | Makefile-gcc | 118 # 188: enumerated type mixed with another type
|
/external/opencv3/doc/tutorials/objdetect/ |
D | traincascade.markdown | 58 Negative samples are enumerated in a special file. It is a text file in which each line contains an
|
/external/valgrind/docs/internals/ |
D | xml-output.txt | 263 types (enumerated below), so that GUIs may roughly categorise
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 484 ASN1_ENUMERATED * enumerated; member
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 220 are enumerated. If pLayerName is equal to a discovered layer module name then 222 enumerated. Duplicate extensions (e.g. an implicit layer and ICD might report
|
/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 | 444 * @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
|