HomeSort by relevance Sort by last modified time
    Searched refs:ENUM (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /build/tools/droiddoc/templates-ds/
class.cs 331 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
332 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
346 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
355 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
587 <!-- Enum Values -->
590 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
591 <h2>Enum Values</h2>
598 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
  /build/tools/droiddoc/templates-sac/
class.cs 331 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
332 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
346 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
355 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
587 <!-- Enum Values -->
590 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
591 <h2>Enum Values</h2>
598 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
  /build/tools/droiddoc/templates-sdk/
class.cs 350 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
351 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
368 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
377 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
612 <!-- Enum Values -->
615 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
616 <h2>Enum Values</h2>
623 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
  /build/tools/droiddoc/templates-sdk-dyn/
class.cs 331 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
332 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
346 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
355 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
587 <!-- Enum Values -->
590 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
591 <h2>Enum Values</h2>
598 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
  /external/doclava/res/assets/templates/
class.cs 321 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
322 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
336 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
345 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
577 <!-- Enum Values -->
580 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
581 <h2>Enum Values</h2>
588 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
  /external/protobuf/src/google/protobuf/
descriptor.cc 102 "enum", // TYPE_ENUM
221 enum Type {
222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE
238 return type == MESSAGE || type == ENUM;
242 || type == ENUM || type == SERVICE;
253 CONSTRUCTOR(EnumDescriptor , ENUM , enum_descriptor )
265 case ENUM : return enum_descriptor ->file();
    [all...]
dynamic_message.cc 341 HANDLE_TYPE( ENUM, int);
  /cts/tools/dasm/src/dasm/
parser.cup 75 ANNOTATION, ENUM, BRIDGE, VARARGS, STRICT, SYNTHETIC,
227 ENUM {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_ENUM; :}
474 Word:w {: RESULT.variant_val = w.str_val; :} // for enum
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 228 return Kind.ENUM;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 353 HANDLE_TYPE( ENUM, int);
descriptor.cc 104 "enum", // TYPE_ENUM
121 "enum", // CPPTYPE_ENUM
236 enum Type {
237 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD,
254 return type == MESSAGE || type == ENUM;
258 || type == ENUM || type == SERVICE;
269 CONSTRUCTOR(EnumDescriptor , ENUM , enum_descriptor )
281 case ENUM : return enum_descriptor ->file();
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 136 """Generate a code object with the declaration of a C++ enum.
139 c.Sblock('enum %s {' % enum_name)
204 elif type_.property_type == PropertyType.ENUM:
dart_generator.py 108 # TODO(sashab): Find a nice way to wrap enum objects.
109 if type_.property_type is PropertyType.ENUM:
738 elif prop_type is PropertyType.ENUM:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 62 enum Type {
65 ENUM,
89 enum Constraint {
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 131 c.setKind(Kind.ENUM);
284 assert fieldClass.getKind() == Kind.ENUM;
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 298 // tests whether default enum value has the correct type
308 "public enum Kind {" +
326 assertTrue(enumClass.getKind() == Kind.ENUM);
335 // tests whether default enum value has the correct type
345 "public enum Kind {" +
363 // tests whether default enum value has the correct type
373 "public enum Kind {" +
393 assertTrue(enumClass.getKind() == Kind.ENUM);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 25 enum Function {
812 enum Type {
819 ENUM = 7; // GLenum
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 145 // and then set the data type to be enum
147 arg_enumarray->set_type(GLMessage::DataType::ENUM);
563 arg_type->set_type(GLMessage::DataType::ENUM);
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 539 private enum ClassType {
540 ENUM, INTERFACE, ANNOTATION, ORDINARY
568 case ENUM:
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 377 elif type_.property_type == model.PropertyType.ENUM:
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 237 case ENUM:
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 219 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.ENUM,
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 148 enum yytokentype {
281 ENUM = 390,
482 #define ENUM 390
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 625 milliseconds

1 2 34 5 6