Home
last modified time | relevance | path

Searched refs:a (Results 1101 – 1121 of 1121) sorted by relevance

1...<<4142434445

/art/libdexfile/dex/
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
Ddex_file_verifier.cc400 bool operator()(const uint32_t a, const uint32_t b) const { in operator ()()
401 return a == b; in operator ()()
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali5 # You may obtain a copy of the License at
DSmaliTests.smali5 # You may obtain a copy of the License at
/art/test/988-method-trace/
Dexpected.txt133 ......<= public static char[] java.util.Arrays.copyOf(char[],int) -> <class [C: [B, a, d, , a, r, …
236 ......<= public static char[] java.util.Arrays.copyOf(char[],int) -> <class [C: [B, a, d, , a, r, …
/art/test/1968-force-early-return/src/art/
DTest1968.java691 public static void no_runTestOn(Supplier<Object> a, ThreadRunnable b, ThreadRunnable c) {}
/art/test/1929-exception-catch-exception/smali/art/
DTest1929$Impl.smali5 # You may obtain a copy of the License at
/art/test/1969-force-early-return-void/src/art/
DTest1969.java720 public static void no_runTestOn(Supplier<Object> a, ThreadRunnable b, ThreadRunnable c) {}
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/083-compiler-regressions/src/
DMain.java116 public static double minDouble(double a, double b, double c) { in minDouble() argument
117 return Math.min(Math.min(a, b), c); in minDouble()
848 for (int a = 1; a < 100; a++) { in constantPropagationTest()
9847 private static void show_results(double a[], double b[], int trip) { in show_results() argument
9848 if ((a[0]+a[1]+b[0]+b[1]) == 0) { in show_results()
9852 System.out.println("a[0] = " + a[0] + " a[1] = " + a[1]); in show_results()
/art/test/VerifierDeps/
DMain.smali5 # You may obtain a copy of the License at
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc106 #define GET_EVENT(a, event, b, c) event, argument
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali5 # You may obtain a copy of the License at
168 ## CHECK: ldr s3, pc+{{\d+}} (addr {{0x[0-9a-f]+}}) (100)
/art/test/1980-obsolete-object-cleared/
Dexpected.txt21 …rtual method 'boolean java.lang.Class.isAssignableFrom(java.lang.Class)' on a null object reference
195 …Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
234 …rtual method 'boolean java.lang.Class.isAssignableFrom(java.lang.Class)' on a null object reference
408 …Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
/art/test/082-inline-execute/src/
DMain.java151 public static void test_String_charAt(String testStr, char a, char b, char c, char d) { in test_String_charAt() argument
152 Assert.assertEquals(a, testStr.charAt(0)); in test_String_charAt()
/art/test/806-TooWideClassInstanceOf/src/
DMain.java1238 A a = new A(); in main() local
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc125 bool operator()(const x86_64::CpuRegister& a, const x86_64::CpuRegister& b) const { in operator ()()
126 return a.AsRegister() < b.AsRegister(); in operator ()()
/art/runtime/gc/
Dheap.cc1055 [](const space::ContinuousSpace* a, const space::ContinuousSpace* b) { in AddSpace() argument
1056 return a->Begin() < b->Begin(); in AddSpace()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1666 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1952 # This will create a new save-all frame, required by the runtime.
/art/test/972-default-imt-collision/smali/
DKlass.smali6 # * You may obtain a copy of the License at

1...<<4142434445