/art/runtime/ |
D | experimental_flags.h | 42 bool started = false; variable 44 stream << (started ? "|" : "") << "kMethodHandles"; 45 started = true; 47 if (!started) {
|
D | runtime_callbacks_test.cc | 156 bool started = runtime_->Start(); in TEST_F() local 157 ASSERT_TRUE(started); in TEST_F() 353 bool started = runtime_->Start(); in TEST_F() local 354 ASSERT_TRUE(started); in TEST_F() 425 bool started = runtime_->Start(); in TEST_F() local 426 ASSERT_TRUE(started); in TEST_F() 508 bool started = runtime_->Start(); in TEST_F() local 509 ASSERT_TRUE(started); in TEST_F()
|
/art/test/1905-suspend-native/ |
D | native_suspend.cc | 34 std::atomic<bool> started(false); 38 started.store(true); in Java_art_Test1905_nativeSpin() 43 return started.load(); in Java_art_Test1905_isNativeThreadSpinning()
|
/art/test/1920-suspend-native-monitor/ |
D | native_suspend_monitor.cc | 36 std::atomic<bool> started(false); 52 started.store(true); in Java_art_Test1920_nativeSpin() 60 return started.load(); in Java_art_Test1920_isNativeThreadSpinning() 74 started.store(false); in Java_art_Test1920_reset()
|
/art/test/1921-suspend-native-recursive-monitor/ |
D | native_suspend_recursive_monitor.cc | 36 std::atomic<bool> started(false); 55 started.store(true); in Java_art_Test1921_nativeSpin() 66 return started.load(); in Java_art_Test1921_isNativeThreadSpinning() 81 started.store(false); in Java_art_Test1921_reset()
|
/art/test/1908-suspend-native-resume-self/ |
D | native_suspend_resume.cc | 34 std::atomic<bool> started(false); 42 started.store(true); in Java_art_Test1908_nativeSpinAndResume() 51 return started.load(); in Java_art_Test1908_isNativeThreadSpinning()
|
/art/test/1959-redefine-object-instrument/src/ |
D | Main.java | 35 public static volatile boolean started = false; field in Main 49 started = true; in doTest() 61 while (!started || thr.getState() != Thread.State.TIMED_WAITING); in doTest()
|
/art/test/2264-throwing-systemcleaner/ |
D | expected-stdout.txt | 2 Cleaner started and sleeping briefly... 5 Cleaner started and sleeping briefly...
|
/art/test/1951-monitor-enter-no-suspend/ |
D | raw_monitor.cc | 69 static std::atomic<bool> started(false); 82 started = true; in Java_art_Test1951_otherThreadStart() 92 while (!started) {} in Java_art_Test1951_waitForStart()
|
/art/compiler/ |
D | compiler_reflection_test.cc | 50 bool started = runtime_->Start(); in TEST_F() local 51 CHECK(started); in TEST_F()
|
/art/test/1930-monitor-info/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1931-monitor-events/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/jvmti-common/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1933-monitor-current-contended/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1932-monitor-events-misc/src/art/ |
D | Monitors.java | 126 private volatile boolean started = false; field in Monitors.LockController 188 started = true; in DoLock() 233 started = false; in DoLock() 255 } while (!started || in waitForNotifySleep() 265 } while (!started || in waitForContendedSleep()
|
/art/test/1940-ddms-ext/ |
D | expected-stdout.txt | 19 threadNotify started! 20 Target thread started!
|
/art/test/472-unreachable-if-regression/ |
D | expected-stdout.txt | 1 Test started.
|
/art/test/2233-metrics-background-thread/ |
D | expected-stderr.txt | 1 Metrics reporting thread started
|
/art/test/2033-shutdown-mechanics/ |
D | expected-stdout.txt | 3 Child started
|
/art/test/2041-bad-cleaner/ |
D | expected-stdout.txt | 2 Cleaner started and sleeping briefly...
|
/art/test/030-bad-finalizer/ |
D | expected-stdout.txt | 2 Finalizer started and sleeping briefly...
|
/art/test/2261-badcleaner-in-systemcleaner/ |
D | expected-stdout.txt | 2 Cleaner started and sleeping briefly...
|
/art/test/1336-short-finalizer-timeout/ |
D | expected-stdout.txt | 3 Finalizer started and snoozing...
|
/art/build/apex/ |
D | art.rc | 16 # that is started and stopped dynamically as needed. 27 # is set up by dexopt_chroot_setup. It's a lazy service that is started and 44 # art/dexopt_chroot_setup/README.md. It's a lazy service that is started and
|