HomeSort by relevance Sort by last modified time
    Searched refs:Enum (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprMember.cpp 52 enum IMAKind {
    [all...]
SemaChecking.cpp 494 enum {
    [all...]
SemaTemplate.cpp     [all...]
SemaCast.cpp 30 enum TryCastResult {
37 enum CastType {
    [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/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 773 DIDescriptor Enum(Elements.getElement(i));
774 if (Enum.isEnumerator()) {
775 ElemDie = constructEnumTypeDIE(DIEnumerator(Enum));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 203 // If this is an enum, then it is always safe to convert.
238 // If this is an enum being completed, then we flush all non-struct types from
240 // from the enum to be recomputed.
244 // Okay, we formed some types based on this. We speculated that the enum
452 // function type depends on an incomplete type (e.g. a struct or enum), we
533 case Type::Enum: {
CGDebugInfo.cpp     [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
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 232 return String::New(GET(Enum)->name().c_str());
369 "Type::ToProto Bad enum value, %d is not a member of enum %s",
379 "Type::ToProto Bad enum value, %s is not a member of enum %s",
  /external/clang/lib/AST/
ASTContext.cpp 52 enum FloatingRank {
    [all...]
Decl.cpp     [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 327 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
328 <table id="enumconstants" class="jd-sumtable"><tr><th colspan="12">Enum Values</th></tr>
342 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
351 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
583 <!-- Enum Values -->
586 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
587 <h2>Enum Values</h2>
594 <!-- ========= 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 ======== -->
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/clang/include/clang/AST/
Decl.h 529 /// an enum constant.
723 enum InitializationStyle {
776 enum { NumVarDeclBits = 14 };
782 enum { NumParameterIndexBits = 8 };
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /external/guava/guava/src/com/google/common/collect/
Maps.java 79 * <p><b>Note:</b> if {@code K} is an {@code enum} type, use {@link
129 * <p><b>Note:</b> if {@code K} is an {@link Enum} type, use {@link
244 public static <K extends Enum<K>, V> EnumMap<K, V> newEnumMap(Class<K> type) {
257 public static <K extends Enum<K>, V> EnumMap<K, V> newEnumMap(
    [all...]

Completed in 870 milliseconds

1 2 3 45 6 7 8