HomeSort by relevance Sort by last modified time
    Searched refs:started (Results 76 - 100 of 688) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/bt/stack/btm/
btm_ble_bgconn.cc 178 bool started = false; local
185 started = true;
191 started = true;
198 started = true;
204 started = true;
212 started = true;
219 return started;
632 * Returns true if started, false otherwise
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 61 long started; field in class:CssFuzzerTest.Watcher
70 long started = this.started; local
72 if (now - started >= 1000000000L /* ns = 1s */) {
108 watcher.started = System.nanoTime();
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 59 // is started which monitors a queue of tasks. The queue is peeked to see
107 // start the thread if not started yet
108 int started = tryStartThread(); local
109 if (started != 0) {
111 return started;
393 int started = tryStartThread(); local
394 if (started != 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 214 started = False
224 while not started:
242 started = True
315 started = False
330 while not started:
354 started = True
446 started = False
461 while not started:
487 started = True
  /external/python/cpython2/Tools/ccbench/
ccbench.py 214 started = False
224 while not started:
242 started = True
315 started = False
330 while not started:
354 started = True
446 started = False
461 while not started:
487 started = True
  /external/python/cpython3/Tools/ccbench/
ccbench.py 212 started = False
222 while not started:
240 started = True
316 started = False
331 while not started:
355 started = True
448 started = False
463 while not started:
489 started = True
  /frameworks/base/services/core/java/com/android/server/display/
AmbientBrightnessStatsTracker.java 316 private boolean started; field in class:AmbientBrightnessStatsTracker.Timer
323 started = false;
327 if (!started) {
329 started = true;
334 return started;
338 if (started) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
InspectorControllerTest.java 166 * started.
180 assertNotNull(mActivity.started);
181 assertEquals("com.android.documentsui", mActivity.started.getPackage());
182 assertEquals(uri, mActivity.started.getData());
310 Intent geoIntent = mActivity.started;
323 private @Nullable Intent started; field in class:InspectorControllerTest.TestActivity
327 started = intent;
  /art/runtime/
runtime_callbacks_test.cc 148 bool started = runtime_->Start(); local
149 ASSERT_TRUE(started);
217 // Detach is not a ThreadDeath event, so we expect to be in state Started.
345 // The runtime needs to be started for the signal handler.
349 bool started = runtime_->Start(); local
350 ASSERT_TRUE(started);
421 bool started = runtime_->Start(); local
422 ASSERT_TRUE(started);
502 bool started = runtime_->Start(); local
503 ASSERT_TRUE(started);
    [all...]
thread_pool_test.cc 86 // Check that no threads started prematurely.
202 // To create peers, the runtime needs to be started.
204 bool started = runtime_->Start(); local
205 ASSERT_TRUE(started);
  /external/libxcam/xcore/
thread_pool.cpp 38 virtual bool started ();
47 UserThread::started () function in class:XCam::UserThread
xcam_analyzer.h 48 virtual bool started ();
  /external/mdnsresponder/mDNSWindows/NSPTool/
NSPTool.c 360 bool started; local
368 started = false;
373 started = true;
407 if( started )
426 bool started; local
435 started = false;
440 started = true;
495 if( started )
  /external/webrtc/webrtc/base/
signalthread_unittest.cc 36 EXPECT_FALSE(worker()->RunningForTest()); // not started yet
152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \
153 EXPECT_EQ(started, thread_started_); \
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 458 volatile boolean started; field in class:FileIOInterruptTest.StreamReader
470 started = true;
480 for (int i = 0; i < 10 && !started; i++) {
483 assertTrue(started);
528 fail("Writer never started blocking. Bytes written: " + bytesWritten);
540 volatile boolean started; field in class:FileIOInterruptTest.ChannelReader
553 started = true;
568 for (int i = 0; i < 10 && !started; i++) {
571 assertTrue(started);
629 fail("Writer never started blocking. Bytes written: " + bytesWritten)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo4/
libgo4.go 17 // to a thread started by Go.
  /prebuilts/go/darwin-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo4/
libgo4.go 17 // to a thread started by Go.
  /prebuilts/go/linux-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
  /system/extras/tests/workloads/
feedly-chrome.sh 72 echo feedly started in ${t}ms
  /art/test/924-threads/
threads.cc 39 std::atomic<bool> started; member in struct:art::Test924Threads::WaiterStruct
52 s->started = false;
60 while (!s->started) { }
73 s->started = true;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 74 private boolean started = false; field in class:Support_HttpServer
97 if (started) {
100 started = true;
122 started = false;
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 21 # This imull is 3 bytes long and should have started at 0xe, so two bytes
  /external/python/cpython3/Parser/
parsetok.c 189 int started = 0; local
213 if (type == ENDMARKER && started) {
215 started = 0;
227 started = 1;
  /prebuilts/sdk/tools/
jack_server_setup.mk 42 @echo Ensuring Jack server is installed and started

Completed in 1336 milliseconds

1 2 34 5 6 7 8 91011>>