HomeSort by relevance Sort by last modified time
    Searched refs:Enum (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /external/llvm/lib/AsmParser/
LLLexer.cpp 634 #define INSTKEYWORD(STR, Enum) \
636 UIntVal = Instruction::Enum; return lltok::kw_##STR; }
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
manifest-merger.jar 
sdk-common.jar 
monkeyrunner.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /system/media/camera/docs/
metadata_model.py 30 Enum: A class corresponding an <enum> element within an <entry>
31 Value: A class corresponding to a <value> element within an Enum
742 A class corresponding to a <value> element within an <enum> within an <entry>.
749 parent: An edge to the parent, always an Enum instance.
773 class Enum(Node):
775 A class corresponding to an <enum> element within an <entry>.
809 enum: An Enum instance if the enum attribute is true, None otherwise
928 def enum(self): member in class:Entry
    [all...]
  /external/clang/lib/AST/
Type.cpp 648 return ET->getDecl()->isComplete(); // Complete enum types are integral in C.
659 // Check for a complete enum type; incomplete enum types are not properly an
661 // C++0x: However, if the underlying type of the enum is fixed, it is
720 /// an enum decl which has a signed representation
728 // Incomplete enum types are not treated as integer types.
729 // FIXME: In C++, enum types are never integer types.
759 /// unsigned, according to C99 6.2.5p6 [which returns true for _Bool], an enum
768 // Incomplete enum types are not treated as integer types.
769 // FIXME: In C++, enum types are never integer types
    [all...]
ASTContext.cpp 55 enum FloatingRank {
284 // Enum is instantiated from a member definition of a class template?
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprMember.cpp 42 enum IMAKind {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/sdk/14/
android.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 889 DIDescriptor Enum(Elements.getElement(i));
890 if (Enum.isEnumerator()) {
891 ElemDie = constructEnumTypeDIE(DIEnumerator(Enum));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 204 // If this is an enum, then it is always safe to convert.
239 // If this is an enum being completed, then we flush all non-struct types from
241 // from the enum to be recomputed.
245 // Okay, we formed some types based on this. We speculated that the enum
468 // function type depends on an incomplete type (e.g. a struct or enum), we
559 case Type::Enum: {
CodeGenFunction.cpp 103 case Type::Enum:
    [all...]
  /external/v8/tools/
profile.js 54 * Enum for profiler operations that involve looking up existing
57 * @enum {number}
67 * Enum for code state regarding its dynamic optimization.
69 * @enum {number}
81 * See the Profile.Operation enum for the list of
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 235 PhoneConstants.DataState state = Enum.valueOf(PhoneConstants.DataState.class,
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /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 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 ======== -->

Completed in 1207 milliseconds

1 2 3 4 56 7 8 91011