Searched 
full:enums (Results 
251 -
		275 of 
3341) sorted by null 
<<11121314151617181920>>
		| /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r6/ | 
| crtfastmath.o |  | 
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r1/ | 
| crtfastmath.o |  | 
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r2/ | 
| crtfastmath.o |  | 
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r6/ | 
| crtfastmath.o |  | 
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ | 
| enumint.swg | 2  *  Enums mapped as integer values 
 | 
| /external/mesa3d/src/mapi/glapi/registry/ | 
| gl.xml | 373         <group name="DataType" comment="See enums block below"/> 548         <group name="FfdMaskSGIX" comment="See enums section below. Was SGIXFfdMask"/>
 [all...]
 | 
| /toolchain/binutils/binutils-2.27/opcodes/ | 
| fr30-desc.h | 58 /* Enums.  */ 60 /* Enum declaration for insn op1 enums.  */
 68 /* Enum declaration for insn op2 enums.  */
 76 /* Enum declaration for insn op3 enums.  */
 84 /* Enum declaration for insn op4 enums.  */
 89 /* Enum declaration for insn op5 enums.  */
 94 /* Enum declaration for insn cc enums.  */
 
 | 
| ip2k-desc.h | 58 /* Enums.  */ 60 /* Enum declaration for op6 enums.  */
 70 /* Enum declaration for dir enums.  */
 75 /* Enum declaration for op4 enums.  */
 81 /* Enum declaration for op4mid enums.  */
 89 /* Enum declaration for op3 enums.  */
 
 | 
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/ | 
| vk.xml | 250         <!-- Types generated from corresponding <enums> tags below --> [all...]
 | 
| /external/libvpx/libvpx/ | 
| args.c | 110     if (def->enums) { 115       for (listptr = def->enums; listptr->name; listptr++)
 200     for (listptr = arg->def->enums; listptr->name; listptr++)
 205   for (listptr = arg->def->enums; listptr->name; listptr++)
 213   if (arg->def->enums) return arg_parse_enum(arg);
 
 | 
| /external/mesa3d/src/mapi/glapi/gen/ | 
| gl_enums.py | 53         print '#include "main/enums.h"' 196         # We don't want the weird GL_SKIP_COMPONENTS1_NV enums.
 199         # We don't want the 64-bit GL_TIMEOUT_IGNORED "enums"
 236         for enum in xml.findall('enums/enum'):
 249         # provide enums, so we can decide what name to call any hex
 
 | 
| /external/harfbuzz_ng/ | 
| CMakeLists.txt | 370     ${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.cc 380     ${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.h
 384     OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.h
 386       --template=${PROJECT_SOURCE_DIR}/src/hb-gobject-enums.h.tmpl
 391       > ${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.h.tmp
 393       "-DENUM_INPUT_SRC=${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.h.tmp"
 394       "-DENUM_OUTPUT_SRC=${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.h"
 396     DEPENDS ${PROJECT_SOURCE_DIR}/src/hb-gobject-enums.h.tmpl
 402     OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/src/hb-gobject-enums.cc
 404       --template=${PROJECT_SOURCE_DIR}/src/hb-gobject-enums.cc.tmp
 [all...]
 | 
| /frameworks/native/opengl/tools/glgen2/registry/ | 
| gl.xml | 430         <group name="DataType" comment="See enums block below"/> 622         <group name="FfdMaskSGIX" comment="See enums section below. Was SGIXFfdMask"/>
 [all...]
 | 
| /external/vulkan-validation-layers/scripts/ | 
| vk.xml | 289             <comment>Types generated from corresponding enums tags below</comment> [all...]
 | 
| /external/autotest/client/cros/ | 
| webstore_test.py | 39     enums = dict(zip(enumNames, range(len(enumNames)))) 40     reverse = dict((value, key) for key, value in enums.iteritems())
 41     enums['from_string'] = enums
 42     enums['to_string'] = reverse
 43     return type('Enum', (), enums)
 
 | 
| /external/clang/test/CodeGen/ | 
| wasm-arguments.c | 63 // Enums should be treated as the underlying i32. 71 // Big enums should be treated as the underlying i64.
 
 | 
| /external/clang/test/CodeGenObjC/ | 
| objc-fixed-enum.m | 45   // -Werror and the following line ensures that these enums are not 46   // -treated as C++11 strongly typed enums.
 
 | 
| /external/deqp/scripts/egl/ | 
| gtf_wrapper.py | 26 from enums import enumValue 97 	writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnumsC.inl"), indentLines(map(enumDefinitionC, defaultIface.enums)))
 
 | 
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ | 
| SampleElements.java | 78   public static class Enums extends SampleElements<AnEnum> { 79     public Enums() {
 
 | 
| /external/guava/guava-testlib/test/com/google/common/collect/testing/features/ | 
| FeatureEnumTest.java | 30  * enums have their annotations correctly set up. 71   // This is public so that tests for Feature enums we haven't yet imagined
 
 | 
| /external/libavc/encoder/ | 
| ih264e_rc_mem_interface.h | 38 *  structures / enums / ... in the global workspace change, this file also needs 60 /* Enums                                                                     */
 
 | 
| irc_mem_req_and_acq.h | 38 *  structures / enums / ... in the global workspace change, this file also needs 60 /* Enums                                                                     */
 
 | 
| /external/libchrome/base/ | 
| template_util_unittest.cc | 41 // Various kinds of enums operator<< support. 72 // underlying type of enums
 
 | 
| /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ | 
| wrapper_class_declaration.tmpl | 6 {#--- Enums #} 7 {%- for enum in struct.enums -%}
 
 | 
| /external/llvm/include/llvm/MC/ | 
| MCSectionELF.h | 35   /// This is the sh_type field of a section, drawn from the enums below. 38   /// This is the sh_flags field of a section, drawn from the enums below.
 
 | 
		 Completed in 883 milliseconds  
		<<11121314151617181920>>