/art/test/149-suspend-all-stress/ |
D | Android.bp | 3 // Build rules for ART run-test `149-suspend-all-stress`. 8 // all of the 'license_kinds' from "art_license" 16 name: "art-run-test-149-suspend-all-stress", 21 ":art-run-test-149-suspend-all-stress-expected-stdout", 22 ":art-run-test-149-suspend-all-stress-expected-stderr", 28 name: "art-run-test-149-suspend-all-stress-expected-stdout", 29 out: ["art-run-test-149-suspend-all-stress-expected-stdout.txt"], 36 name: "art-run-test-149-suspend-all-stress-expected-stderr", 37 out: ["art-run-test-149-suspend-all-stress-expected-stderr.txt"],
|
/art/test/2005-pause-all-redefine-multithreaded/ |
D | Android.bp | 3 // Build rules for ART run-test `2005-pause-all-redefine-multithreaded`. 8 // all of the 'license_kinds' from "art_license" 16 name: "art-run-test-2005-pause-all-redefine-multithreaded", 21 ":art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout", 22 ":art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr", 28 name: "art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout", 29 out: ["art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout.txt"], 36 name: "art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr", 37 out: ["art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr.txt"],
|
/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/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/build/ |
D | Android.cpplint.mk | 34 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir… 38 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg)) 46 .PHONY: cpplint-art-all 47 cpplint-art-all:
|
/art/tools/luci/config/generated/ |
D | realms.cfg | 15 principals: "group:all" 19 principals: "group:all" 23 principals: "group:all" 35 principals: "group:all" 47 principals: "group:all"
|
/art/compiler/optimizing/ |
D | side_effects_test.cc | 56 SideEffects all = SideEffects::All(); in testWriteAndReadEffects() local 57 EXPECT_TRUE(all.MayDependOn(write)); in testWriteAndReadEffects() 58 EXPECT_FALSE(write.MayDependOn(all)); in testWriteAndReadEffects() 59 EXPECT_FALSE(all.MayDependOn(read)); in testWriteAndReadEffects() 60 EXPECT_TRUE(read.MayDependOn(all)); in testWriteAndReadEffects() 91 SideEffects all = SideEffects::All(); in TEST() local 92 EXPECT_TRUE(all.DoesAnyWrite()); in TEST() 93 EXPECT_TRUE(all.DoesAnyRead()); in TEST() 94 EXPECT_FALSE(all.DoesNothing()); in TEST() 95 EXPECT_TRUE(all.DoesAllReadWrite()); in TEST()
|
/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/tools/ |
D | symbolize.sh | 55 all() { function 66 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/test/663-checker-select-generator/ |
D | info.txt | 22 * Same value in some cases but not all 24 For all cases it tests:
|
/art/test/175-alloc-big-bignums/ |
D | info.txt | 6 will be live at any point. Basically all native memory deallocation is 10 to exhaust device memory, and kill off all processes on the device, including the
|
/art/test/082-inline-execute/ |
D | info.txt | 1 Test all intrinsics.
|
/art/test/906-iterate-heap/src/art/ |
D | Test906.java | 43 int all = iterateThroughHeapCount(0, null, Integer.MAX_VALUE); in testHeapCount() local 52 if (all != tagged + untagged) { in testHeapCount() 53 throw new IllegalStateException("Instances: " + all + " != " + tagged + " + " + untagged); in testHeapCount() 55 if (all != taggedClass + untaggedClass) { in testHeapCount() 56 throw new IllegalStateException("By class: " + all + " != " + taggedClass + " + " + in testHeapCount() 69 if (all == tagged) { in testHeapCount() 72 if (all == taggedClass) { in testHeapCount()
|
/art/test/159-app-image-fields/ |
D | expected-stdout.txt | 1 Eating all memory.
|
/art/test/163-app-image-methods/ |
D | expected-stdout.txt | 1 Eating all memory.
|
/art/test/1986-structural-redefine-multi-thread-stack-scope/ |
D | info.txt | 1 Tests StackReflectiveHandleScope works when there are several all in different threads.
|
/art/test/1987-structural-redefine-recursive-stack-scope/ |
D | info.txt | 1 Tests StackReflectiveHandleScope works when there are several all in different recursive frames.
|
/art/test/ |
D | README.atest.md | 30 To run all ART run-tests in a single command, the currently recommended way is 33 You can nonetheless run all supported ART run-tests with a single Atest command, 74 You can also run all of them with a single Atest command, using its support for 137 gtests) and all the necessary dependencies for the `chroot` environment; 172 To run all the tests declared in ART's `TEST_MAPPING` file, use the following 175 atest --test-mapping art:all 178 containing the `TEST_MAPPING` file listing the tests to run, while `all` means 179 that tests declared in all [test
|
D | README.md | 35 The default logic for all of these these steps (build, run, check) is overridden 112 In general all tests require some dependencies to be built before they can be run. 118 ## Running all tests on the build host 133 ## Running all tests on the target device 148 ## Running all gtests on the build host 154 ## Running all gtests on the target device 160 ## Running all run-tests on the build host 174 ## Running all run-tests on the target device 202 device. However the push may not include all necessary dependencies, e.g. test
|
/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/imgdiag/ |
D | dirty_image_objects.md | 25 # To see all options check: art/imgdiag/run_imgdiag.py -h 33 # To see all options check: art/imgdiag/create_dirty_image_objects.py -h 35 # Using all imgdiag files:
|
/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/build/apex/ |
D | manifest-art-debug.json | 6 // ART APEX, Testing ART APEX) can be installed on virtually all Android
|