Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/net_test/
Danycast_test.py47 self.finished = False
54 self.finished = True
106 self.assertTrue(thread.finished)
/system/extras/simpleperf/
Dworkload.cpp141 bool finished = false; in WaitChildProcess() local
145 finished = true; in WaitChildProcess()
154 return finished; in WaitChildProcess()
/system/core/adb/
Dsysdeps_test.cpp250 static std::atomic<bool> finished(false); in TEST() local
257 finished.store(true); in TEST()
262 ASSERT_FALSE(finished.load()); in TEST()
264 ASSERT_FALSE(finished.load()); in TEST()
268 ASSERT_TRUE(finished.load()); in TEST()
/system/extras/ksmutils/
Dlookup3.c817 uint32_t finished=1; in driver2() local
836 if (e[l]|f[l]|g[l]|h[l]|x[l]|y[l]) finished=0; in driver2()
838 if (finished) break; in driver2()
/system/core/init/
Dreadme.txt380 handled immediately after the .rc file that contains it has finished
471 the boot sequence has finished, the trace report is obtained from the device
/system/core/rootdir/
Dinit.rc460 # Set indication (checked by vold) that we have finished this action