/art/test/003-omnibus-opcodes/src/ |
D | FloatMath.java | 138 float[] results = new float[10]; in floatOperTest() local 167 static void floatOperCheck(float[] results) { in floatOperCheck() 187 double[] results = new double[10]; in doubleOperTest() local 216 static void doubleOperCheck(double[] results) { in doubleOperCheck() 238 int[] results = new int[6]; in convI() local 247 static void checkConvI(int[] results) { in checkConvI() 258 long[] results = new long[6]; in convL() local 267 static void checkConvL(long[] results) { in checkConvL() 278 float[] results = new float[3]; in convF() local 284 static void checkConvF(float[] results) { in checkConvF() [all …]
|
D | IntMath.java | 167 int[] results = new int[10]; in intOperTest() local 185 static void intOperCheck(int[] results) { in intOperCheck() 213 int[] results = new int[8]; in lit16Test() local 226 static void lit16Check(int[] results) { in lit16Check() 243 int[] results = new int[8]; in lit8Test() local 256 static void lit8Check(int[] results) { in lit8Check() 356 int results[] = new int[4]; in intShiftTest() local 365 static void intShiftCheck(int[] results) { in intShiftCheck() 381 long[] results = new long[10]; in longOperTest() local 399 static void longOperCheck(long[] results) { in longOperCheck() [all …]
|
/art/test/551-checker-shifter-operand/src/ |
D | Main.java | 973 long[] results = new long[36]; in $opt$validateShiftLong() local 1018 long[] results = $opt$validateShiftLong(a, b); in $opt$validateShiftLongAsserts() local 1047 assertLongEquals(a ^ $noinline$LongUshr(b, 1), results[24]); in $opt$validateShiftLongAsserts() local 1048 assertLongEquals(a ^ $noinline$LongUshr(b, 6), results[25]); in $opt$validateShiftLongAsserts() local 1049 assertLongEquals(a ^ $noinline$LongUshr(b, 7), results[26]); in $opt$validateShiftLongAsserts() local 1050 assertLongEquals(a ^ $noinline$LongUshr(b, 8), results[27]); in $opt$validateShiftLongAsserts() local 1051 assertLongEquals(a ^ $noinline$LongUshr(b, 14), results[28]); in $opt$validateShiftLongAsserts() local 1052 assertLongEquals(a ^ $noinline$LongUshr(b, 15), results[29]); in $opt$validateShiftLongAsserts() local 1053 assertLongEquals(a ^ $noinline$LongUshr(b, 16), results[30]); in $opt$validateShiftLongAsserts() local 1054 assertLongEquals(a ^ $noinline$LongUshr(b, 30), results[31]); in $opt$validateShiftLongAsserts() local [all …]
|
/art/test/2037-thread-name-inherit/src/ |
D | Main.java | 96 public static native void runThreadTest(BiConsumer<String, Thread> results); in runThreadTest() 98 public static native void runThreadTestWithName(BiConsumer<String, Thread> results); in runThreadTestWithName() 100 public static native void runThreadTestSetJava(BiConsumer<String, Thread> results); in runThreadTestSetJava()
|
/art/test/626-const-class-linking/src/ |
D | Main.java | 124 final Object[] results = new Object[threads.length]; in testRacyLoader() local 158 final Object[] results = new Object[threads.length]; in testRacyLoader2() local 195 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader() local 230 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader2() local 261 private static void dumpResultStats(Object[] results, int expected_unique) throws Exception { in dumpResultStats()
|
/art/libarttools/tools/ |
D | tools.cc | 99 /*out*/ std::vector<std::string>* results) { in MatchGlobRecursive() 138 std::vector<std::string> results; in Glob() local
|
/art/test/1987-structural-redefine-recursive-stack-scope/src/ |
D | Main.java | 64 Object[] results = new Object[max_depth]; in main() local
|
/art/test/107-int-math2/src/ |
D | Main.java | 340 int[] results = new int[10]; in intOperTest() local 384 int[] results = new int[10]; in lit16Test() local 417 int[] results = new int[9]; in lit8Test() local 449 int results[] = new int[4]; in intShiftTest() local 466 long[] results = new long[10]; in longOperTest() local 504 long results[] = new long[4]; in longShiftTest() local
|
/art/test/522-checker-regression-monitor-exit/src/ |
D | Main.java | 65 List<Future<Integer>> results = pool.invokeAll(queries); in main() local
|
/art/test/1986-structural-redefine-multi-thread-stack-scope/src/ |
D | Main.java | 86 Object[] results = new Object[num_threads]; in main() local
|
/art/test/1995-final-virtual-structural-multithread/src/art/ |
D | Test1995.java | 143 public ArrayList<String> results; field in Test1995.MyThread
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | UtilsTest.java | 186 List<String> results = new ArrayList<>(); in testExecuteAndWait() local
|
D | PrimaryDexopterTest.java | 536 Future<List<DexContainerFileDexoptResult>> results = in testDexoptCancelledDuringDexopt() local 610 List<DexContainerFileDexoptResult> results = mPrimaryDexopter.dexopt(); in testDexoptStorageLow() local
|
/art/test/2001-virtual-structural-multithread/src-art/art/ |
D | Test2001.java | 202 public ArrayList<String> results; field in Test2001.MyThread
|
/art/libartservice/service/java/com/android/server/art/ |
D | DexoptHelper.java | 178 List<PackageDexoptResult> results = in dexoptPackages() local 224 List<DexContainerFileDexoptResult> results = new ArrayList<>(); in dexoptPackage() local
|
D | Dexopter.java | 100 List<DexContainerFileDexoptResult> results = new ArrayList<>(); in dexopt() local
|
/art/test/1971-multi-force-early-return/src/art/ |
D | Test1971.java | 103 final String[] results = new String[NUM_THREADS]; in run() local
|
/art/test/2005-pause-all-redefine-multithreaded/src/art/ |
D | Test2005.java | 141 public HashSet<String> results; field in Test2005.MyThread
|
/art/test/708-jit-cache-churn/src/ |
D | JitCacheChurnTest.java | 82 List<Future<Integer>> results = executorService.invokeAll(tasks); in runTasks() local
|
/art/compiler/optimizing/ |
D | execution_subgraph.cc | 86 ScopedArenaVector<std::bitset<kMaxFilterableSuccessors>> results( in Prune() local
|
/art/test/684-checker-simd-dotprod/src/other/ |
D | TestByte.java | 574 private static void testDotProd(byte[] b1, byte[] b2, int[] results) { in testDotProd()
|
D | TestCharShort.java | 568 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 1036 jvmtiError* results) { in SuspendThreadList() 1070 jvmtiError* results) { in ResumeThreadList()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 203 static const Result results[] = { in TEST_F() local
|
/art/runtime/ |
D | class_loader_context.cc | 589 std::map<std::string, std::string> results; in EncodeClassPathContexts() local 1268 std::map<std::string, std::string> results; in EncodeClassPathContextsForClassLoader() local
|