Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 46) sorted by relevance

12

/art/test/2030-long-running-child/
DAndroid.bp3 // Build rules for ART run-test `2030-long-running-child`.
16 name: "art-run-test-2030-long-running-child",
21 ":art-run-test-2030-long-running-child-expected-stdout",
22 ":art-run-test-2030-long-running-child-expected-stderr",
28 name: "art-run-test-2030-long-running-child-expected-stdout",
29 out: ["art-run-test-2030-long-running-child-expected-stdout.txt"],
36 name: "art-run-test-2030-long-running-child-expected-stderr",
37 out: ["art-run-test-2030-long-running-child-expected-stderr.txt"],
/art/test/047-returns/
Dexpected-stdout.txt2 one running
6 two running
10 three running
/art/test/995-breakpoints-throw/
Dexpected-stdout.txt4 Test "call Test995::breakpoint": Finished running with handler "do nothing"
8 Test "call Test995::breakpointCatch": Finished running with handler "do nothing"
12 Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
16 Test "catch subroutine Test995::breakpoint": Finished running with handler "do nothing"
20 Test "call Test995::breakpoint": Finished running with handler "throw"
25 Test "call Test995::breakpointCatch": Finished running with handler "throw"
29 Test "call Test995::breakpointCatchLate": Finished running with handler "throw"
34 Test "catch subroutine Test995::breakpoint": Finished running with handler "throw"
/art/test/051-thread/
Dexpected-stdout.txt5 testThreadDaemons @ Thread running
11 testSetName running
/art/runtime/
Dmutator_gc_coord.md14 while running Java code or touching heap-related data structures. The collector
32 running Java code. When it runs native code, or is blocked in a kernel call, it
39 executing native code. This makes the transitions to and from running native JNI
47 Although we say that a thread is "suspended" when it is not running Java code,
48 it may in fact still be running native code and touching data structures that
60 When a thread changes between running Java and native code, it has to
75 Occasionally a thread running native code needs to temporarily again access Java
114 addition waits for the thread to complete running the closure, and handles
115 suspended threads by running the closure on their behalf. In addition to these
118 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a
[all …]
/art/test/146-bad-interface/
Dexpected-stdout.txt1 running invoke
/art/test/140-field-packing/
Dexpected-stdout.txt1 running test...
/art/test/678-quickening/
Dinfo.txt1 Test for FindLocksAtDexPc running with quickened opcodes.
/art/test/125-gc-and-classloading/
Dinfo.txt1 Tests class loading and GC running in parallel.
/art/test/203-multi-checkpoint/
Dexpected-stdout.txt2 Other thread running
/art/test/153-reference-stress/
Dinfo.txt1 Tests java.lang.ref.Reference.get() and GC running in parallel.
/art/test/039-join-main/
Dexpected-stdout.txt2 @ JoinMainSub running
/art/test/004-checker-UnsafeTest18/src/
DMain.java44 public volatile boolean running; field in Main
303 m.running = true; in main()
307 while (m.running) { in main()
325 m.running = false; in main()
/art/test/1929-exception-catch-exception/
Dexpected-stdout.txt10 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$DoNothingHandler"
24 Test "art.Test1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$DoNo…
38 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929…
52 Test "art.Test1929$DoThrowCatchTestException": Finished running with handler "art.Test1929$DoNothin…
66 Test "art.Test1929$DoThrowCatchTestExceptionTwice": Finished running with handler "art.Test1929$DoN…
76 Test "art.Test1929$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1929…
86 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowCatchBase"
101 Test "art.Test1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$Thro…
115 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929…
130 Test "art.Test1929$DoThrowCatchTestException": Finished running with handler "art.Test1929$ThrowCat…
[all …]
/art/test/151-OpenFileLimit/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/test/102-concurrent-gc/
Dinfo.txt1 Test that attempts to hide objects from a concurrently running GC. The
/art/test/2033-shutdown-mechanics/
Dinfo.txt1 Check that when the main thread completes with a Daemon thread running
/art/test/130-hprof/src/
DMain.java149 public volatile boolean running = true; field in Main.Allocator
153 while (running) { in run()
173 allocator.running = false; in run()
/art/runtime/base/
Dmessage_queue_test.cc185 bool running = true; in TEST_F() local
186 while (running) { in TEST_F()
190 running = false; in TEST_F()
/art/test/1925-self-frame-pop/
Dexpected-stdout.txt4 ….Test1925$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)
/art/test/1928-exception-event-exception/
Dexpected-stdout.txt14 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$DoNothingHandler"
29 Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$DoNo…
44 Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$DoNothin…
58 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928…
73 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$ThrowCatchBase"
89 Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$Thro…
105 Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$ThrowCat…
120 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928…
/art/openjdkjvmti/
DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running
/art/tools/
Dlibcore_debug_failures.txt2 * This file contains expectations for ART's buildbot when running in debug mode
/art/test/1923-frame-pop/
Dexpected-stdout.txt8 ….Test1923$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)
/art/test/1924-frame-pop-toggle/
Dexpected-stdout.txt8 ….Test1924$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)

12