/art/test/596-monitor-inflation/src-art/ |
D | Main.java | 23 IdentityHashMap<Object, Integer> all = new IdentityHashMap(); in main() local 28 all.put(obj, obj.hashCode()); in main() 57 for (Object obj: all.keySet()) { in main() 59 if (obj.hashCode() != all.get(obj)) { in main() 64 for (Object obj: all.keySet()) { in main() 67 if (obj.hashCode() != all.get(obj)) { in main()
|
/art/build/ |
D | Android.cpplint.mk | 32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir… 36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg)) 44 .PHONY: cpplint-art-all 45 cpplint-art-all:
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | SubsetSelector.java | 84 int all = mElements.size(); in render() local 85 if (all > kDefaultShown) { in render() 87 menu.appendFormat("(%d of %d elements shown - ", mLimit, all); in render() 97 if (mLimit < all) { in render() 98 int more = Math.min(mLimit + kIncrAmount, all); in render() 101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all")); in render()
|
/art/test/ |
D | README.md | 29 ## Running all tests on the build host 35 ## Running all tests on the target device 41 ## Running all gtests on the build host 47 ## Running all gtests on the target device 53 ## Running all run-tests on the build host 59 ## Running all run-tests on the target device
|
/art/tools/amm/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-c-files-under, AmmTest/jni) 28 LOCAL_SRC_FILES := $(call all-java-files-under, AmmTest/src)
|
/art/compiler/optimizing/ |
D | side_effects_test.cc | 55 SideEffects all = SideEffects::All(); in testWriteAndReadSanity() local 56 EXPECT_TRUE(all.MayDependOn(write)); in testWriteAndReadSanity() 57 EXPECT_FALSE(write.MayDependOn(all)); in testWriteAndReadSanity() 58 EXPECT_FALSE(all.MayDependOn(read)); in testWriteAndReadSanity() 59 EXPECT_TRUE(read.MayDependOn(all)); in testWriteAndReadSanity() 90 SideEffects all = SideEffects::All(); in TEST() local 91 EXPECT_TRUE(all.DoesAnyWrite()); in TEST() 92 EXPECT_TRUE(all.DoesAnyRead()); in TEST() 93 EXPECT_FALSE(all.DoesNothing()); in TEST() 94 EXPECT_TRUE(all.DoesAllReadWrite()); in TEST()
|
/art/tools/ |
D | symbolize.sh | 52 function all() { function 63 all
|
/art/test/062-character-encodings/src/ |
D | Main.java | 17 SortedMap<String, Charset> all = Charset.availableCharsets(); in main() local 19 for (Map.Entry<String, Charset> e : all.entrySet()) { in main()
|
/art/tools/runtime_memusage/ |
D | README | 37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form 44 Forces all pids associated with registered dex 55 Puts all output in specified directory. 66 Forces redo of all commands even if output 71 Filters out all traces that do not have 76 Filters out all Dex File offsets outside the 86 Filters out all time offsets outside the
|
/art/test/906-iterate-heap/src/art/ |
D | Test906.java | 42 int all = iterateThroughHeapCount(0, null, Integer.MAX_VALUE); in doTest() local 50 if (all != tagged + untagged) { in doTest() 51 throw new IllegalStateException("Instances: " + all + " != " + tagged + " + " + untagged); in doTest() 53 if (all != taggedClass + untaggedClass) { in doTest() 54 throw new IllegalStateException("By class: " + all + " != " + taggedClass + " + " + in doTest() 63 if (all == tagged) { in doTest() 66 if (all == taggedClass) { in doTest()
|
/art/test/082-inline-execute/ |
D | info.txt | 1 Test all intrinsics.
|
/art/tools/ahat/ |
D | Android.mk | 23 LOCAL_SRC_FILES := $(call all-java-files-under, src/main) 26 LOCAL_JAVACFLAGS := -Xdoclint:all/protected 45 LOCAL_SRC_FILES := $(call all-java-files-under, src/main) 98 LOCAL_SRC_FILES := $(call all-java-files-under, src/test-dump) 150 LOCAL_SRC_FILES := $(call all-java-files-under, src/test)
|
/art/test/159-app-image-fields/ |
D | expected.txt | 1 Eating all memory.
|
/art/test/163-app-image-methods/ |
D | expected.txt | 1 Eating all memory.
|
/art/runtime/interpreter/mterp/x86/ |
D | op_const.S | 2 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_const.S | 2 movl 2(rPC), %eax # grab all 32 bits at once
|
/art/test/655-jit-clinit/ |
D | info.txt | 3 all JIT compilations.
|
/art/test/433-gvn/ |
D | info.txt | 2 used to not take into account all side effects between
|
/art/test/800-smali/ |
D | info.txt | 2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
|
/art/test/134-reg-promotion/ |
D | info.txt | 2 and float operations is flushed to all home location.
|
/art/test/109-suspend-check/ |
D | info.txt | 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
|
/art/tools/dexfuzz/ |
D | Android.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/art/test/1944-sudden-exit/ |
D | info.txt | 4 In this case we have multiple threads all performing single stepping when we
|
/art/test/050-sync-test/ |
D | expected.txt | 28 main: all done
|
/art/test/939-hello-transformation-bcp/ |
D | info.txt | 6 OptionalLong with all the same methods and fields.
|