HomeSort by relevance Sort by last modified time
    Searched full:integer_type (Results 1 - 25 of 39) sorted by null

1 2

  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 31 static final IntegerType INTEGER_TYPE = new IntegerType();
45 return INTEGER_TYPE;
IntegerType.java 38 return INTEGER_TYPE;
VerificationType.java 36 public static final int INTEGER_TYPE = 1;
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-strtol.c 67 typedef unsigned long long integer_type; typedef
69 typedef unsigned long integer_type; typedef
77 integer_type res;
127 integer_type res;
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
NumberFormatTest.java 25 private static final int INTEGER_TYPE = 2;
40 checkGetInstance(INTEGER_TYPE, loc);
91 case INTEGER_TYPE:
123 case INTEGER_TYPE:
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 48 private static final String INTEGER_TYPE = " INTEGER";
57 + COLUMN_NAME_TIME + INTEGER_TYPE
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 48 private static final String INTEGER_TYPE = " INTEGER";
57 + COLUMN_NAME_TIME + INTEGER_TYPE
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
LocationDbHelper.java 48 private static final String INTEGER_TYPE = " INTEGER";
57 + COLUMN_NAME_TIME + INTEGER_TYPE
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 187 public static final RegisterType INTEGER_TYPE = new RegisterType(INTEGER, null);
227 return INTEGER_TYPE;
245 return INTEGER_TYPE;
268 return INTEGER_TYPE;
334 return INTEGER_TYPE;
MethodAnalyzer.java 694 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.INTEGER_TYPE);
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 49 private static final String INTEGER_TYPE = "INTEGER";
67 DataProviderContract.DATA_DATE_COLUMN + " " + INTEGER_TYPE +
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 116 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
125 /* C enums. The type node looks just like an INTEGER_TYPE node.
147 of this will point at the supertype (another INTEGER_TYPE,
150 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
    [all...]
tree-check.h 14 #define INTEGER_TYPE_CHECK(t) TREE_CHECK (t, INTEGER_TYPE)
tree.h 403 INTEGER_TYPE -- represents a type of integers.
935 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
994 || TREE_CODE (TYPE) == INTEGER_TYPE)
1024 && TREE_CODE (TREE_TYPE (TYPE)) == INTEGER_TYPE)
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 430 GLuint integer_type,
468 insn->bits3.math_gen5.int_type = integer_type;
475 insn->bits3.math.int_type = integer_type;
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 345 external integer_type : llcontext -> int -> lltype = "llvm_integer_type"
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 337 let i128_type = integer_type context 128 in
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 

Completed in 1669 milliseconds

1 2