Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 198) sorted by relevance

12345678

/art/test/003-omnibus-opcodes/src/
DMain.java26 main.run(); in main()
34 public void run() { in run() method in Main
36 instField.run(); in run()
38 StaticField.run(); in run()
40 IntMath.run(); in run()
41 FloatMath.run(); in run()
42 Compare.run(); in run()
44 Monitor.run(); in run()
45 Switch.run(); in run()
46 Array.run(); in run()
[all …]
/art/test/109-suspend-check/src/
DMain.java105 public void run() { in run() method in InfiniteWhileLoopWithSpecialReturnArgOrConst
118 public void run() { in run() method in InfiniteWhileLoopWithSpecialPutOrNop
132 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGet
145 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch
158 public void run() { in run() method in InfiniteWhileLoopWithIntrinsic
169 public void run() { in run() method in InfiniteDoWhileLoopWithLong
181 public void run() { in run() method in InfiniteWhileLoop
190 public void run() { in run() method in InfiniteDoWhileLoop
199 public void run() { in run() method in InfiniteForLoop
208 public void run() { in run() method in MakeGarbage
/art/test/047-returns/src/
DMain.java24 pickOne(1).run(); in main()
28 pickOne(2).run(); in main()
32 pickOne(3).run(); in main()
52 public void run() { in run() method in ClassOne
62 public void run() { in run() method in ClassTwo
72 public void run() { in run() method in ClassThree
/art/test/
DAndroid.run-test.mk29 art_run_tests_dir := $(call intermediates-dir-for,PACKAGING,art-run-tests)/DATA
51 define define-build-art-run-test
52 dmart_target := $(art_run_tests_dir)/art-run-tests/$(1)/touch
67 $(LOCAL_PATH)/run-test $$(PRIVATE_RUN_TEST_OPTIONS) --output-path $$(abspath $$(dir $$@)) $(1)
74 $(foreach test, $(TEST_ART_RUN_TESTS), $(eval $(call define-build-art-run-test,$(test))))
78 LOCAL_MODULE := art-run-tests
87 define-build-art-run-test :=
179 define all-run-test-names
181 $(foreach run-type, $(2), \
193 …test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-…
[all …]
DREADME.txt3 Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
4 single test. Run "./run-test" with no arguments to see command flags;
5 in particular, the tests can be run on the desktop, on a USB-attached
/art/
DAndroid.mk67 adb shell rm -rf data/run-test/test-*/dalvik-cache/*
135 include $(art_path)/test/Android.run-test.mk
178 .PHONY: test-art-run-test
179 test-art-run-test: test-art-host-run-test test-art-target-run-test
190 VIXL_TEST_DEPENDENCY := run-vixl-tests
199 test-art-host: test-art-host-gtest test-art-host-run-test \
205 test-art-host-default: test-art-host-run-test-default
210 test-art-host-optimizing: test-art-host-run-test-optimizing
215 test-art-host-interpreter: test-art-host-run-test-interpreter
220 test-art-host-jit: test-art-host-run-test-jit
[all …]
/art/test/800-smali/smali/
Db_27799205_helper.smali9 invoke-static {}, LB27799205_1;->run()V
16 invoke-static {}, LB27799205_2;->run()V
23 invoke-static {}, LB27799205_3;->run()V
30 invoke-static {}, LB27799205_4;->run()V
37 invoke-static {}, LB27799205_5;->run()V
44 invoke-static {}, LB27799205_6;->run()V
/art/runtime/gc/allocator/
Drosalloc.cc507 Run* run = nullptr; in FreeInternal() local
530 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal()
531 DCHECK_EQ(run->magic_num_, kMagicNum); in FreeInternal()
543 DCHECK(run != nullptr); in FreeInternal()
544 return FreeFromRun(self, ptr, run); in FreeInternal()
763 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun() argument
764 DCHECK_EQ(run->magic_num_, kMagicNum); in FreeFromRun()
765 DCHECK_LT(run, ptr); in FreeFromRun()
766 DCHECK_LT(ptr, run->End()); in FreeFromRun()
767 const size_t idx = run->size_bracket_idx_; in FreeFromRun()
[all …]
/art/test/961-default-iface-resolution-generated/
Dinfo.txt5 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
7 When run smali test files are generated by the util-src/generate_smali.py
8 script. If we run with --jvm we will use the
13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/970-iface-super-resolution-generated/
Dinfo.txt5 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
7 When run smali test files are generated by the util-src/generate_smali.py
8 script. If we run with --jvm we will use the
13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/964-default-iface-init-generated/
Dinfo.txt5 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
7 When run smali test files are generated by the util-src/generate_smali.py
8 script. If we run with --jvm we will use the
13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/971-iface-super/
Dinfo.txt6 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
8 When run smali test files are generated by the util-src/generate_smali.py
9 script. If we run with --jvm we will use the util-src/generate_java.py script
13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/968-default-partial-compile-generated/
Dinfo.txt6 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
8 When run smali test files are generated by the util-src/generate_smali.py
9 script. If we run with --jvm we will use the util-src/generate_java.py script
13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/800-smali/
Dinfo.txt2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
4 Obviously needs to run under Dalvik or ART.
/art/test/955-lambda-smali/smali/
DMain.smali23 invoke-static {}, LSanityCheck;->run()I
24 invoke-static {}, LTrivialHelloWorld;->run()V
25 invoke-static {}, LBoxUnbox;->run()V
26 invoke-static {}, LMoveResult;->run()V
27 invoke-static {}, LCaptureVariables;->run()V
/art/test/960-default-smali/
Dinfo.txt3 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
5 When run a Main.smali file will be generated by the
6 test/utils/python/generate_smali_main.py script. If we run with --jvm we will
14 always return equivalent output when run multiple times.
19 …JAVA_HOME="/path/to/java-8-jdk" ../run-test --use-java-home --update --jvm --host 956-default-smali
/art/test/004-checker-UnsafeTest18/src/
DMain.java199 public void run() { in main()
208 public void run() { in main()
217 public void run() { in main()
228 public void run() { in main()
237 public void run() { in main()
271 public void run() { in main()
294 public void run() { in main()
315 public void run() { in main()
/art/test/054-uncaught/
Dexpected.txt5 at Main$Helper.run(Main.java:74)
10 at Main$Helper.run(Main.java:74)
15 at Main$Helper.run(Main.java:74)
/art/test/962-iface-static/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
4 and pass the --use-java-home to run-test
/art/test/963-default-range-smali/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
4 and pass the --use-java-home to run-test
/art/test/535-deopt-and-inlining/src/
DMain.java19 public static void run() { in run() method in Main
27 run(); in main()
/art/test/018-stack-overflow/
Dexpected.txt1 libartd run.
6 libart run.
/art/test/966-default-conflict/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
6 and pass the --use-java-home to run-test
/art/test/967-default-ame/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
6 and pass the --use-java-home to run-test
/art/test/969-iface-super/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
6 the --use-java-home to run-test

12345678