HomeSort by relevance Sort by last modified time
    Searched refs:started (Results 26 - 50 of 303) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/tools/
win_dbghelp.cpp 99 bool started = false; local
103 if (!started && strncmp(start, line, strlen(start)) == 0) {
104 started = true;
105 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
107 } else if (started) {
  /external/skqp/tools/
win_dbghelp.cpp 99 bool started = false; local
103 if (!started && strncmp(start, line, strlen(start)) == 0) {
104 started = true;
105 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
107 } else if (started) {
  /cts/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 40 mRunningServiceInfo.started = true;
67 assertTrue(values.started);
87 assertTrue(values.started);
  /external/mockito/src/main/java/org/mockito/internal/runners/
DefaultInternalRunner.java 45 private boolean started;
50 started = true;
57 // Therefore, if we have not started, cleanup the testlistener
58 if (!started && mockitoTestListener != null) {
  /frameworks/av/media/libaaudio/tests/
test_stop_hang.cpp 37 std::atomic<bool> started{false};
74 engine->started = true;
144 while (!engine.started) {
  /external/grpc-grpc/test/core/end2end/tests/
connectivity.cc 31 gpr_event started; member in struct:__anon23337
39 gpr_event_set(&ce->started, (void*)1);
67 gpr_event_init(&ce.started);
71 gpr_event_wait(&ce.started, gpr_inf_future(GPR_CLOCK_MONOTONIC));
118 gpr_log(GPR_DEBUG, "*** STARTED SERVER ***");
  /external/oj-libjdwp/src/share/back/
invoker.h 37 jboolean started; /* Is an invoke happening? */ member in struct:InvokeRequest
  /external/openssh/contrib/hpux/
egd.rc 72 echo $WHAT started
  /external/libxcam/xcore/
xcam_thread.cpp 54 ret = thread->started ();
80 Thread::started () function in class:XCam::Thread
82 XCAM_LOG_DEBUG ("Thread(%s) started", XCAM_STR(_name));
  /external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/
kafka_test.sh 40 echo Container $container started successfully
  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.cpp 113 int started = -1; local
134 if (started == 1) {
156 if (started == 1) {
158 started = 0;
166 if (started != 1) {
170 started = 1;
  /external/adhd/cras/src/server/
cras_hfp_info.c 32 * started - If the hfp_info has started to read/write SCO data.
45 int started; member in struct:hfp_info
272 if (!info->started)
331 return info->started;
347 info->started = 1;
354 if (!info->started)
363 info->started = 0;
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 56 private boolean started = false; // ready to output frames field in class:AnimatedGifEncoder
151 if ((im == null) || !started) {
190 if (!started)
193 started = false;
255 if (started && !firstFrame)
285 return started = ok;
304 return started = ok;
  /external/python/cpython2/Lib/test/
test_thread.py 114 started = []
117 started.append(None)
123 while not started:
141 started.release()
150 started = thread.allocate_lock()
154 started.acquire()
157 started.acquire()
247 # any additional threads (such as the one started by
  /external/python/cpython3/Lib/test/
test_thread.py 113 started = []
116 started.append(None)
122 while not started:
140 started.release()
148 started = thread.allocate_lock()
152 started.acquire()
155 started.acquire()
  /art/test/1930-monitor-info/src/art/
Monitors.java 126 private volatile boolean started = false; field in class:Monitors.LockController
188 started = true;
233 started = false;
255 } while (!started ||
265 } while (!started ||
  /art/test/1931-monitor-events/src/art/
Monitors.java 126 private volatile boolean started = false; field in class:Monitors.LockController
188 started = true;
233 started = false;
255 } while (!started ||
265 } while (!started ||
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 126 private volatile boolean started = false; field in class:Monitors.LockController
188 started = true;
233 started = false;
255 } while (!started ||
265 } while (!started ||
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 126 private volatile boolean started = false; field in class:Monitors.LockController
188 started = true;
233 started = false;
255 } while (!started ||
265 } while (!started ||
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 126 private volatile boolean started = false; field in class:Monitors.LockController
188 started = true;
233 started = false;
255 } while (!started ||
265 } while (!started ||
  /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
TsiHandshakeHandler.java 40 private boolean started; field in class:TsiHandshakeHandler
167 if (!started && ctx.channel().isActive()) {
168 started = true;
  /external/libevent/test/
bench_httpclient.c 65 struct timeval started; member in struct:request_info
92 evutil_timersub(&now, &ri->started, &diff);
163 evutil_gettimeofday(&ri->started, NULL);
  /external/python/cpython3/Lib/test/test_asyncio/
test_server.py 75 started = threading.Event()
79 started.wait(5)
97 started.set()
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RobolectricTest.java 136 private boolean started; field in class:RobolectricTest.LifeCycleActivity
147 started = true;
151 return started;
  /external/syzkaller/syz-ci/
managercmd.go 60 started time.Time
75 if time.Since(started) > restartPeriod {
76 started = time.Now()
91 log.Logf(1, "%v: started manager", mc.name)

Completed in 2112 milliseconds

12 3 4 5 6 7 8 91011>>