/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
GLMessageFormatter.java | 35 private enum DataTypeContext { CONTEXT_ARGUMENT, CONTEXT_RETURNVALUE }; 106 case ENUM: 138 case ENUM: 164 return var.getType() == Type.INT && typeSpec == Type.ENUM;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 66 EnumSet.of(Format.DIMENSION, Format.ENUM), 74 EnumSet.of(Format.DIMENSION, Format.ENUM), 82 EnumSet.of(Format.DIMENSION, Format.ENUM),
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 30 enum { 50 enum { 51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\ 52 SFINAE,ACCESS,CATEGORY,NOWERROR,SHOWINSYSHEADER) ENUM, 59 /// Enum values that allow the client to map NOTEs, WARNINGs, and EXTENSIONs 64 enum Mapping { 116 enum Level { 194 enum SFINAEResponse {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.h | 84 typedef enum compiler_param 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 94 #define PARAM_VALUE(ENUM) \ 95 ((int) global_options.x_param_values[(int) ENUM])
|
builtins.def | 24 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 28 ENUM will be of type `enum built_in_function', and will indicate 31 literal. The CLASS is of type `enum built_in_class' and indicates 71 #define DEF_GCC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 72 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 77 #define DEF_SYNC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 78 DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 88 #define DEF_LIB_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 89 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE, [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 84 typedef enum compiler_param 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 94 #define PARAM_VALUE(ENUM) \ 95 ((int) global_options.x_param_values[(int) ENUM])
|
builtins.def | 24 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 28 ENUM will be of type `enum built_in_function', and will indicate 31 literal. The CLASS is of type `enum built_in_class' and indicates 71 #define DEF_GCC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 72 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 77 #define DEF_SYNC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 78 DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 88 #define DEF_LIB_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 89 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE, [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.h | 84 typedef enum compiler_param 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 94 #define PARAM_VALUE(ENUM) \ 95 ((int) global_options.x_param_values[(int) ENUM])
|
builtins.def | 24 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 28 ENUM will be of type `enum built_in_function', and will indicate 31 literal. The CLASS is of type `enum built_in_class' and indicates 71 #define DEF_GCC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 72 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 77 #define DEF_SYNC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 78 DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 88 #define DEF_LIB_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 89 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE, [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.h | 84 typedef enum compiler_param 93 /* The value of the parameter given by ENUM. Not an lvalue. */ 94 #define PARAM_VALUE(ENUM) \ 95 ((int) global_options.x_param_values[(int) ENUM])
|
builtins.def | 24 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 28 ENUM will be of type `enum built_in_function', and will indicate 31 literal. The CLASS is of type `enum built_in_class' and indicates 71 #define DEF_GCC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 72 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 77 #define DEF_SYNC_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 78 DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \ 88 #define DEF_LIB_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ 89 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE, [all...] |
/cts/tools/signature-tools/test/signature/converter/ |
ConvertEnumTest.java | 55 "public enum A {" + 61 assertTrue(c.getKind() == Kind.ENUM); 91 "public enum A {" + 98 assertTrue(c.getKind() == Kind.ENUM); 116 "public enum A {" + 123 assertTrue(c.getKind() == Kind.ENUM); 159 "public enum A {" + 166 assertTrue(c.getKind() == Kind.ENUM);
|
/external/javassist/src/main/javassist/bytecode/ |
AccessFlag.java | 39 public static final int ENUM = 0x4000;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.cpp | 42 arg_texture->set_type(GLMessage::DataType::ENUM); 145 arg_target->set_type(GLMessage::DataType::ENUM); 179 arg_target->set_type(GLMessage::DataType::ENUM); 213 arg_target->set_type(GLMessage::DataType::ENUM); 247 arg_target->set_type(GLMessage::DataType::ENUM); 327 arg_mode->set_type(GLMessage::DataType::ENUM); 355 arg_modeRGB->set_type(GLMessage::DataType::ENUM); 361 arg_modeAlpha->set_type(GLMessage::DataType::ENUM); 389 arg_sfactor->set_type(GLMessage::DataType::ENUM); 395 arg_dfactor->set_type(GLMessage::DataType::ENUM); [all...] |
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 57 #define ENTRY(ASMNAME, ENUM) \ 58 { MCSectionMachO::ENUM, ASMNAME, #ENUM },
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 115 " Problem : Enum value did not match field type:\n" 223 HANDLE_TYPE( ENUM, int); 343 SWAP_ARRAYS(ENUM , int ); 370 SWAP_VALUES(ENUM , int ); 434 HANDLE_TYPE( ENUM, int); 516 HANDLE_TYPE( ENUM, int); 562 HANDLE_TYPE( ENUM, int); 621 HANDLE_TYPE( ENUM, int); [all...] |
extension_set.cc | 223 enum Cardinality { 324 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM); 337 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM); 346 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 353 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 368 GOOGLE_DCHECK_TYPE(*extension, REPEATED, ENUM); 721 HANDLE_TYPE( ENUM, enum, RepeatedField < int>); 763 HANDLE_TYPE( ENUM, enum, Enum) [all...] |
reflection_ops.cc | 87 HANDLE_TYPE(ENUM , Enum ); 112 HANDLE_TYPE(ENUM , Enum );
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 130 " Problem : Enum value did not match field type:\n" 238 HANDLE_TYPE( ENUM, int); 358 SWAP_ARRAYS(ENUM , int ); 385 SWAP_VALUES(ENUM , int ); 446 HANDLE_TYPE( ENUM, int); 528 HANDLE_TYPE( ENUM, int); 574 HANDLE_TYPE( ENUM, int); 619 HANDLE_TYPE( ENUM, int); [all...] |
extension_set.cc | 200 enum Cardinality { 293 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, ENUM); 306 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, ENUM); 315 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 322 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, ENUM); 337 GOOGLE_DCHECK_TYPE(*extension, REPEATED, ENUM); 617 HANDLE_TYPE( ENUM, enum, RepeatedField < int>); 659 HANDLE_TYPE( ENUM, enum, Enum) [all...] |
reflection_ops.cc | 83 HANDLE_TYPE(ENUM , Enum ); 108 HANDLE_TYPE(ENUM , Enum );
|
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 66 PropertyType.ENUM: 'base::Value::TYPE_STRING',
|
cc_generator.py | 135 elif type_.property_type == PropertyType.ENUM: 159 t.property_type == PropertyType.ENUM or 164 # TODO(miket): It would be nice to initialize CHOICES and ENUM, but we 268 if underlying_type.property_type == PropertyType.ENUM: 332 # Optional enum values are generated with a NONE enum value. 334 if underlying_type.property_type == PropertyType.ENUM: 467 elif underlying_type.property_type == PropertyType.ENUM: 668 if item_type.property_type == PropertyType.ENUM: 698 elif underlying_type.property_type == PropertyType.ENUM [all...] |
/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 100 static final int ENUM = 0x4000;
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.h | 39 enum yytokentype { 172 ENUM = 390, 373 #define ENUM 390
|