Home
last modified time | relevance | path

Searched refs:full (Results 1 – 17 of 17) sorted by relevance

/art/test/1946-list-descriptors/src-art/art/
DTest1946.java58 private static <T> void checkEq(T[] full, T[] sub, String msg) { in checkEq() argument
59 List<T> f = Arrays.asList(full); in checkEq()
60 check(full.length == sub.length, "not equal length"); in checkEq()
61 msg = Arrays.toString(full) + " is not same as " + Arrays.toString(sub) + ": " + msg; in checkEq()
62 check(Arrays.asList(full).containsAll(Arrays.asList(sub)), msg); in checkEq()
65 private static <T> void checkSubset(T[] full, T[] sub, String msg) { in checkSubset() argument
66 msg = Arrays.toString(full) + " does not contain all of " + Arrays.toString(sub) + ": " + msg; in checkSubset()
67 check(Arrays.asList(full).containsAll(Arrays.asList(sub)), msg); in checkSubset()
/art/test/021-string2/src/
DMain.java512 String full = p + c + s; in testIndexOf() local
516 Assert.assertEquals(expX, $noinline$indexOf(full, 'x')); in testIndexOf()
517 Assert.assertEquals(exp0440, $noinline$indexOf(full, '\u0440')); in testIndexOf()
518 Assert.assertEquals(exp0000, $noinline$indexOf(full, '\u0000')); in testIndexOf()
519 Assert.assertEquals(expX, $noinline$indexOf(full, 'x', -1)); in testIndexOf()
520 Assert.assertEquals(exp0440, $noinline$indexOf(full, '\u0440', -1)); in testIndexOf()
521 Assert.assertEquals(exp0000, $noinline$indexOf(full, '\u0000', -1)); in testIndexOf()
522 Assert.assertEquals(-1, $noinline$indexOf(full, 'x', full.length() + 1)); in testIndexOf()
523 Assert.assertEquals(-1, $noinline$indexOf(full, '\u0440', full.length() + 1)); in testIndexOf()
524 Assert.assertEquals(-1, $noinline$indexOf(full, '\u0000', full.length() + 1)); in testIndexOf()
[all …]
/art/test/602-deoptimizeable/
Dinfo.txt1 Test various cases for full/partial-fragment deoptimization.
/art/test/080-oom-fragmentation/
Dinfo.txt1 Test that the allocator can go from a full heap to an empty one and is able to allocate a large
/art/test/515-dce-dominator/
Dinfo.txt2 we need to recompute the full dominance information of
/art/test/137-cfi/
Drun23 --args --full-signatures --args --test-local --args --test-remote
/art/test/004-checker-UnsafeTest18/src/
DMain.java125 private static void full() { in full() method in Main
254 full(); in main()
273 full(); in main()
279 full(); in main()
/art/test/541-regression-inlined-deopt/
Dinfo.txt2 stack map for deopting inlined frames. Test case is written in smali for full
/art/runtime/interpreter/mterp/x86/
Dop_mul_long.S29 leal (%ecx,rIBASE), rIBASE # full result now in rIBASE:%eax
Dop_mul_long_2addr.S29 leal (%ecx,rIBASE), rIBASE # full result now in %edx:%eax
/art/tools/dexfuzz/
DREADME113 8. Check report.log for the full report, including input file and RNG seed for each
118 Check dexfuzz --help for the full list of options.
/art/test/005-annotations/
Dexpected.txt62 @android.test.anno.AnnoFancyType(name=full, num=5)
/art/
DAndroid.mk525 .PHONY: use-art-full
526 use-art-full:
/art/build/
DAndroid.gtest.mk563 $(HOST_OUT_EXECUTABLES)/valgrind --leak-check=full --error-exitcode=1 \
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1260 sync # full (LoadLoad|LoadStore) memory barrier
1323 sync # full (LoadStore|StoreStore) memory barrier
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1315 sync # full (LoadLoad|LoadStore) memory barrier
1378 sync # full (LoadStore|StoreStore) memory barrier
/art/test/dexdump/
Dcheckers.txt1292 00225c: 1a00 d300 |008a: const-string v0, "full" // string@00d3
2435 0030d4: 1a00 d300 |0066: const-string v0, "full" // string@00d3