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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testranges.s 37 ;# will be started.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 112 started = []
114 started.append(None)
118 while not started:
  /external/e2fsprogs/lib/et/
error_message.c 122 int started = 0; local
184 started++;
186 if (started || offset >= 10) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RobolectricTest.java 169 private boolean started; field in class:RobolectricTest.LifeCycleActivity
180 started = true;
184 return started;
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl_unittest.cc 252 rtc::scoped_ptr<EventWrapper> started(EventWrapper::Create());
268 SetEvent(started.get()),
280 EXPECT_EQ(kEventSignaled, started->Wait(100));
  /frameworks/base/core/java/android/app/
FragmentHostCallback.java 58 /** Whether or not the fragment host loader manager was started */
325 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) {
331 lm = new LoaderManagerImpl(who, this, started);
333 } else if (started && lm != null && !lm.mStarted){
  /libcore/jsr166-tests/src/test/java/jsr166/
LockSupportTest.java 298 final CountDownLatch started = new CountDownLatch(1); local
302 started.countDown();
312 await(started);
  /external/autotest/scheduler/
agent_task.py 45 tick method. A started task will have the started bit set.
60 - tick: For as long as a started tasks done bit is not set, a poll will lead
156 self.started = False
192 if not self.started:
214 assert self.started
216 self.started = True
252 if not self.started:
256 self.started = True
496 # no process to recover; wait to be started normall
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 140 + " from " + mOwner + " while started: pkg="
169 + " cleared while started: pkg=" + mPackage + " service="
277 public void setStarted(boolean started, int memFactor, long now) {
281 mStarted = started;
292 final boolean started = mStarted || mRestarting;
293 final int state = started ? memFactor : STATE_NOTHING;
298 } else if (started) {
304 if (wasStarted != started) {
305 if (started) {
366 dumpStats(pw, prefix, prefixInner, headerPrefix, "Started",
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 1029 sem_t *started;
1041 sem_t started;
1074 sem_init(&self->started, 0, 0);
1077 self->sibling[0].started = &self->started;
1085 self->sibling[1].started = &self->started;
1116 sem_destroy(&self->started);
1132 sem_post(me->started);
1133 /* Return outside of started so parent notices failures. *
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 79 * allocated and started. For example, a thread that computes primes
105 * <code>Thread</code>, and started. The same example in this other
153 boolean started = false; field in class:Thread
219 * initialized to indicate thread 'not yet started'
452 * is started. If {@code null}, this classes {@code run} method does
476 * is started. If {@code null}, this thread's run method is invoked.
560 * is started. If {@code null}, this thread's run method is invoked.
604 * is started. If {@code null}, this thread's run method is invoked.
676 * is started. If {@code null}, this thread's run method is invoked.
710 * started
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 309 final CountDownLatch started = new CountDownLatch(1); local
313 started.await();
318 started.countDown();
  /external/libchrome/base/strings/
safe_sprintf.cc 343 bool started = false; local
378 if (!num && started) {
385 started = true;
  /external/fio/
gettime.c 471 pthread_mutex_t started; member in struct:clock_thread
508 pthread_mutex_unlock(&t->started);
607 pthread_mutex_init(&t->started, NULL);
619 pthread_mutex_lock(&t->started);
  /external/python/cpython3/Lib/multiprocessing/
forkserver.py 49 This returns None if the current process was not started by fork
87 process will just reuse the forkserver started by its parent, so
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 127 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 375 boolean started = false;
387 started = started || a.hasStarted();
391 if (started && !mStarted) {
  /prebuilts/go/darwin-x86/src/context/
example_test.go 14 // goroutine leak. By the end of the example function, the goroutine started
21 // the internal goroutine started by gen.
  /prebuilts/go/linux-x86/src/context/
example_test.go 14 // goroutine leak. By the end of the example function, the goroutine started
21 // the internal goroutine started by gen.
  /external/python/cpython3/Lib/test/
test_threading.py 235 print(" started worker thread")
245 print(" waiting for worker thread to get started")
545 started = _thread.allocate_lock()
547 started.acquire()
550 started.release()
553 # The tstate lock is None until the thread is started
557 started.acquire()
579 started = _thread.allocate_lock()
581 started.acquire()
584 started.release(
    [all...]
  /frameworks/base/core/java/android/widget/
Chronometer.java 260 public void setStarted(boolean started) {
261 mStarted = started;
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 197 public void onScanningStateChanged(boolean started) {
198 if (!started) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 241 public void onScanningStateChanged(boolean started) {
242 if (!started && mScanEnabled) {
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo2/
libgo2.go 41 // to a thread started by Go.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 50 // with the most recently started or stopped phase; or the very first
92 // previous phase started
110 // between a stopped and started phase; unaccounted time
113 // previous stop implicitly started current phase

Completed in 1158 milliseconds

1 2 3 45 6 7 8 91011>>