Searched refs:full (Results 1 – 15 of 15) sorted by relevance
/art/test/1946-list-descriptors/src-art/art/ |
D | Test1946.java | 59 private static <T> void checkEq(T[] full, T[] sub, final String msg) { in checkEq() argument 60 List<T> f = Arrays.asList(full); in checkEq() 61 check(full.length == sub.length, () -> "not equal length"); in checkEq() 63 () -> Arrays.toString(full) + " is not same as " + Arrays.toString(sub) + ": " + msg; in checkEq() 64 check(new HashSet<T>(Arrays.asList(full)).containsAll(Arrays.asList(sub)), msgGen); in checkEq() 67 private static <T> void checkSubset(T[] full, T[] sub, final String msg) { in checkSubset() argument 69 () -> Arrays.toString(full) + " does not contain all of " + Arrays.toString(sub) + ": " + msg; in checkSubset() 70 check(new HashSet<T>(Arrays.asList(full)).containsAll(Arrays.asList(sub)), msgGen); in checkSubset()
|
/art/test/021-string2/src/ |
D | Main.java | 509 String full = p + c + s; in testIndexOf() local 513 Assert.assertEquals(expX, $noinline$indexOf(full, 'x')); in testIndexOf() 514 Assert.assertEquals(exp0440, $noinline$indexOf(full, '\u0440')); in testIndexOf() 515 Assert.assertEquals(exp0000, $noinline$indexOf(full, '\u0000')); in testIndexOf() 516 Assert.assertEquals(expX, $noinline$indexOf(full, 'x', -1)); in testIndexOf() 517 Assert.assertEquals(exp0440, $noinline$indexOf(full, '\u0440', -1)); in testIndexOf() 518 Assert.assertEquals(exp0000, $noinline$indexOf(full, '\u0000', -1)); in testIndexOf() 519 Assert.assertEquals(-1, $noinline$indexOf(full, 'x', full.length() + 1)); in testIndexOf() 520 Assert.assertEquals(-1, $noinline$indexOf(full, '\u0440', full.length() + 1)); in testIndexOf() 521 Assert.assertEquals(-1, $noinline$indexOf(full, '\u0000', full.length() + 1)); in testIndexOf() [all …]
|
/art/test/685-deoptimizeable/ |
D | info.txt | 1 Test various cases for full/partial-fragment deoptimization.
|
/art/test/602-deoptimizeable/ |
D | info.txt | 1 Test various cases for full/partial-fragment deoptimization.
|
/art/test/080-oom-fragmentation/ |
D | info.txt | 1 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/ |
D | info.txt | 2 we need to recompute the full dominance information of
|
/art/test/004-checker-UnsafeTest18/src/ |
D | Main.java | 116 private static void full() { in full() method in Main 245 full(); in main() 264 full(); in main() 270 full(); in main()
|
/art/test/541-regression-inlined-deopt/ |
D | info.txt | 2 stack map for deopting inlined frames. Test case is written in smali for full
|
/art/tools/ |
D | run-libcore-tests.sh | 84 1. Run full test suite on host: 87 2. Run full test suite on device:
|
/art/test/ |
D | README.chroot.md | 60 * With a full Android (AOSP) `aosp/master` tree: 89 `test-art-target-gtest-image_space_test{32,64}` when using the full AOSP
|
/art/tools/dexfuzz/ |
D | README | 111 8. Check report.log for the full report, including input file and RNG seed for each 116 Check dexfuzz --help for the full list of options.
|
/art/test/005-annotations/ |
D | expected.txt | 62 @android.test.anno.AnnoFancyType(name=full, num=5)
|
/art/ |
D | Android.mk | 749 .PHONY: use-art-full 750 use-art-full:
|
/art/runtime/interpreter/mterp/x86/ |
D | arithmetic.S | 591 leal (%ecx,rIBASE), rIBASE # full result now in rIBASE:%eax 626 leal (%ecx,rIBASE), rIBASE # full result now in %edx:%eax
|
/art/test/dexdump/ |
D | checkers.txt | 1292 00225c: 1a00 d300 |008a: const-string v0, "full" // string@00d3 2435 0030d4: 1a00 d300 |0066: const-string v0, "full" // string@00d3
|