Home
last modified time | relevance | path

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

12

/external/tinyalsa/
Dmixer.c71 unsigned int max = mixer->ctl[n].info->value.enumerated.items; in mixer_close()
135 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open()
139 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open()
142 tmp.value.enumerated.item = m; in mixer_open()
145 enames[m] = strdup(tmp.value.enumerated.name); in mixer_open()
306 return ev.value.enumerated.item[id]; in mixer_ctl_get_value()
342 ev.value.enumerated.item[id] = value; in mixer_ctl_set_value()
377 return ctl->info->value.enumerated.items; in mixer_ctl_get_num_enums()
386 (enum_id >= ctl->info->value.enumerated.items)) in mixer_ctl_get_enum_string()
401 num_enums = ctl->info->value.enumerated.items; in mixer_ctl_set_enum_by_string()
[all …]
/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/libvpx/
Dusage.dox92 defined in the definitions of each enumerated value. Error values can be
97 outside any context. The enumerated value returned from the last call can be
172 enumerated for application use. Identifiers not enumerated publicly are
/external/kernel-headers/original/sound/
Dasound.h799 } enumerated; member
824 } enumerated; member
/external/libvpx/examples/
Dsimple_decoder.txt92 few exeptions, vpx_codec functions return an enumerated error status,
Dsimple_encoder.txt101 few exeptions, vpx_codec functions return an enumerated error status,
/external/clang/include/clang/Basic/
DOperatorKinds.def17 /// In this file, each of the overloadable C++ operators is enumerated
DDiagnosticSemaKinds.td5203 def warn_not_in_enum : Warning<"case value not in enumerated type %0">,
/external/valgrind/main/VEX/
DMakefile-icc80 # 188: enumerated type mixed with another type
DMakefile-gcc100 # 188: enumerated type mixed with another type
/external/icu4c/data/unidata/
Dchanges.txt355 moved from numeric to enumerated:
872 - handle new enumerated properties in sub read_uchar
879 - new enumerated properties
/external/valgrind/main/docs/internals/
Dxml-output.txt263 types (enumerated below), so that GUIs may roughly categorise
/external/chromium/chrome/browser/
Dchrome_browser_application_mac.mm127 // container) mutated while being enumerated is one case seen in
/external/openssl/include/openssl/
Dasn1.h530 ASN1_ENUMERATED * enumerated; member
/external/openssl/crypto/asn1/
Dasn1.h530 ASN1_ENUMERATED * enumerated; member
/external/grub/netboot/
D3c90x.txt272 There are quite a few enumerated type definitions for registers and
/external/clang/test/
Dcxx-sections.data424 17.5.2.1.2 [enumerated.types]
/external/libmtp/
DChangeLog1485 the ranges and possible enumerated values of all object properties.
1487 Audible.com property 0xda01 is an enumerated value that can be
/external/bluetooth/glib/
DChangeLog.pre-2-161180 * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
/external/bison/doc/
Dbison.texinfo755 arises in the declaration of enumerated and subrange types in the
777 Compare this to the following declaration of an enumerated
817 @samp{;}, the rule for enumerated types fails since it cannot
929 they cannot be used within the same enumerated type declaration.
Dbison.info1035 Consider a problem that arises in the declaration of enumerated and
1050 Compare this to the following declaration of an enumerated type with
1083 enumerated types fails since it cannot accept `..' anywhere; otherwise,
1174 difference since they cannot be used within the same enumerated type
/external/v8/
DChangeLog2362 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
/external/e2fsprogs/doc/
Dtexinfo.tex2575 % or number, to specify the first label in the enumerated list. No
/external/bison/build-aux/
Dtexinfo.tex2577 % or number, to specify the first label in the enumerated list. No

12