Searched refs:enumerated (Results 1 – 25 of 38) sorted by relevance
12
/external/tinyalsa/ |
D | mixer.c | 71 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/ |
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/libvpx/ |
D | usage.dox | 92 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/ |
D | asound.h | 799 } enumerated; member 824 } enumerated; member
|
/external/libvpx/examples/ |
D | simple_decoder.txt | 92 few exeptions, vpx_codec functions return an enumerated error status,
|
D | simple_encoder.txt | 101 few exeptions, vpx_codec functions return an enumerated error status,
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 17 /// In this file, each of the overloadable C++ operators is enumerated
|
D | DiagnosticSemaKinds.td | 5203 def warn_not_in_enum : Warning<"case value not in enumerated type %0">,
|
/external/valgrind/main/VEX/ |
D | Makefile-icc | 80 # 188: enumerated type mixed with another type
|
D | Makefile-gcc | 100 # 188: enumerated type mixed with another type
|
/external/icu4c/data/unidata/ |
D | changes.txt | 355 moved from numeric to enumerated: 872 - handle new enumerated properties in sub read_uchar 879 - new enumerated properties
|
/external/valgrind/main/docs/internals/ |
D | xml-output.txt | 263 types (enumerated below), so that GUIs may roughly categorise
|
/external/chromium/chrome/browser/ |
D | chrome_browser_application_mac.mm | 127 // container) mutated while being enumerated is one case seen in
|
/external/openssl/include/openssl/ |
D | asn1.h | 530 ASN1_ENUMERATED * enumerated; member
|
/external/openssl/crypto/asn1/ |
D | asn1.h | 530 ASN1_ENUMERATED * enumerated; member
|
/external/grub/netboot/ |
D | 3c90x.txt | 272 There are quite a few enumerated type definitions for registers and
|
/external/clang/test/ |
D | cxx-sections.data | 424 17.5.2.1.2 [enumerated.types]
|
/external/libmtp/ |
D | ChangeLog | 1485 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/ |
D | ChangeLog.pre-2-16 | 1180 * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
|
/external/bison/doc/ |
D | bison.texinfo | 755 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.
|
D | bison.info | 1035 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/ |
D | ChangeLog | 2362 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 2575 % or number, to specify the first label in the enumerated list. No
|
/external/bison/build-aux/ |
D | texinfo.tex | 2577 % or number, to specify the first label in the enumerated list. No
|
12