Home
last modified time | relevance | path

Searched refs:enumerated (Results 1 – 25 of 53) sorted by relevance

123

/external/tinyalsa/
Dmixer.c75 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/
DEnumeration1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
DEnumeration.rdr1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
/external/llvm/test/CodeGen/MIR/Generic/
Dinvalid-jump-table-kind.mir34 # CHECK: [[@LINE+1]]:18: unknown enumerated scalar
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
Dforms.js615 $.each(message.enum_types, function(enumIndex, enumerated) { argument
616 var enumName = messageName + '.' + enumerated.name;
617 enumDescriptors[enumName] = enumerated;
/external/clang/include/clang/AST/
DTypeLocNodes.def11 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
DTypeNodes.def11 // enumerated by providing its name (e.g., "Builtin" or "Enum") and
/external/cblas/
DREADME45 the interface. According to the document, the enumerated types for
/external/apache-commons-math/
DNOTICE55 sources enumerated above at the time of code translation are in the LICENSE.txt
/external/libvpx/libvpx/
Dusage.dox95 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/
DUndefinedBehaviorSanitizer.rst80 - ``-fsanitize=enum``: Load of a value of an enumerated type which
81 is not in the range of representable values for that enumerated
DObjectiveCLiterals.rst122 Expressions of scalar (numeric, enumerated, BOOL), C string pointer
131 // enumerated types.
/external/kernel-headers/original/uapi/sound/
Dasound.h905 } enumerated; member
930 } enumerated; member
/external/clang/include/clang/Basic/
DOperatorKinds.def17 /// In this file, each of the overloadable C++ operators is enumerated
/external/libexif/
DREADME129 -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents
/external/icu/tools/srcgen/resources/
Dreplacements.txt51 * 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/
Dfile_input_output_with_xml_yml.markdown23 Here's a sample code of how to achieve all the stuff enumerated at the goal list.
/external/valgrind/VEX/
DMakefile-gcc118 # 188: enumerated type mixed with another type
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown58 Negative samples are enumerated in a special file. It is a text file in which each line contains an
/external/valgrind/docs/internals/
Dxml-output.txt263 types (enumerated below), so that GUIs may roughly categorise
/external/boringssl/src/include/openssl/
Dasn1.h484 ASN1_ENUMERATED * enumerated; member
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md220 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/
Dreference.rst682 …For decoding numeric (including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decod…
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle444 * @tree: the tree of enumerated value set
/external/llvm/docs/
DYamlIO.rst94 For instance, if you have an enumerated type FooBar you could specialize

123