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

1 2 3 4 5 67 8 91011>>

  /art/compiler/
exception_test.cc 174 bool started = runtime_->Start(); local
175 CHECK(started);
  /external/python/cpython3/Lib/test/
test_contextlib.py 296 started = False variable in class:mycontext
301 self.started = True
322 self.assertTrue(context.started)
350 self.assertTrue(context.started)
361 self.assertTrue(context.started)
426 started = False variable in class:TestContextDecorator.test_contextdecorator_as_mixin.somecontext
430 self.started = True
443 self.assertTrue(context.started)
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_diagnostics.cc 133 bool started = CFBooleanGetValue((CFBooleanRef)CFDictionaryGetValue(cuda_driver_info, CFSTR("OSBundleStarted"))); local
134 if (!started) {
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace_unix_test.go 21 // that preexisted when the tracing started were not counted
  /prebuilts/go/darwin-x86/src/internal/testlog/
log.go 25 // is racing with goroutines started during init.
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_386.go 53 // PC started to point at unmapped memory.
signal_darwin_arm.go 63 // PC started to point at unmapped memory.
  /prebuilts/go/linux-x86/src/cmd/trace/
trace_unix_test.go 21 // that preexisted when the tracing started were not counted
  /prebuilts/go/linux-x86/src/internal/testlog/
log.go 25 // is racing with goroutines started during init.
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_386.go 53 // PC started to point at unmapped memory.
signal_darwin_arm.go 63 // PC started to point at unmapped memory.
  /external/python/cpython3/Lib/test/test_asyncio/
test_queues.py 192 started = asyncio.Event(loop=loop)
198 started.set()
207 yield from started.wait()
321 started = asyncio.Event(loop=loop)
327 started.set()
336 yield from started.wait()
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 801 bool started = (state_ != INIT); local
806 if (!started) {
820 bool started = (state_ != INIT); local
826 if (!started) {
836 bool started = (state_ != INIT); local
838 if (started) state_cv_.wait(lock, [this] { return (state_ == IDLE); });
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 2167 sem_t *started; member in struct:tsync_sibling
2196 sem_t started; local
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 1630 sem_t *started; member in struct:tsync_sibling
1642 sem_t started; local
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 47 If the Go program is started with either SIGHUP or SIGINT ignored
50 If the Go program is started with a non-empty signal mask, that will
55 started by os.Exec, or by the os/exec package, will inherit the
76 If the program was started with SIGHUP or SIGINT ignored, and Notify
85 If the program is started with a non-empty signal mask, some signals
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 47 If the Go program is started with either SIGHUP or SIGINT ignored
50 If the Go program is started with a non-empty signal mask, that will
55 started by os.Exec, or by the os/exec package, will inherit the
76 If the program was started with SIGHUP or SIGINT ignored, and Notify
85 If the program is started with a non-empty signal mask, some signals
  /system/bt/bta/av/
bta_av_aact.cc 622 * Description Switch role was not started and a timer was started.
637 /* clear the masks set when the timer is started */
    [all...]
  /art/openjdkjvmti/
ti_thread.cc 84 if (!started) {
85 // Runtime isn't started. We only expect at most the signal handler or JIT threads to be
86 // started here.
107 bool started = false; member in struct:openjdkjvmti::ThreadCallback
115 gThreadCallback.started = runtime->IsStarted();
125 // We should have already started.
126 DCHECK(gThreadCallback.started);
127 // We moved to VMInit. Report the main thread as started (it was attached early, and must not be
133 // We must have started since it is now safe to cache our data;
134 gThreadCallback.started = true
568 bool started = started_field->GetBoolean(peer.Get()) != 0; local
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 679 * when started, messages from the QEMU GPS daemon. these are simple NMEA sentences
688 int started = 0; local
753 if (!started) {
755 started = 1;
764 if (started) {
766 started = 0;
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 133 private boolean started; field in class:MockWebServer
136 if (started) return;
346 if (started) throw new IllegalStateException("start() already called");
347 started = true;
402 if (!started) return;
    [all...]