HomeSort by relevance Sort by last modified time
    Searched refs:waiting (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
groveled.js 37 var waiting = setInterval(function() { variable
44 if ( i == 20 ) clearInterval(waiting);
groverelay.js 32 // waiting one second each time. The LED on the relay switch
36 var waiting = setInterval(function() { variable
47 if ( i == 6) clearInterval(waiting);
grovetemp.js 33 // equivalent Fahrenheit temperature, waiting one second between readings
35 var waiting = setInterval(function() { variable
41 if (i == 10) clearInterval(waiting);
tp401.js 59 var waiting = setInterval(function() { variable
61 if(i == 3) clearInterval(waiting);
  /external/squashfs-tools/squashfs-tools/
unsquashfs_info.c 100 int sig, err, waiting = 0; local
120 if(sig == SIGQUIT && !waiting) {
126 waiting = 1;
131 waiting = 0;
info.c 104 printf("locked frag queue (compressed frags waiting while multi-block"
115 printf("block write cache (compressed blocks waiting for the writer"
118 printf("fragment write cache (compressed fragments waiting for the"
122 printf("fragment cache (frags waiting to be compressed by fragment"
137 int sig, err, waiting = 0; local
157 if(sig == SIGQUIT && !waiting) {
162 waiting = 1;
167 waiting = 0;
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 9 waiting timer ...
12 waiting timer ...
19 waiting timer ...
22 waiting timer (flush the single tick) ...
32 waiting timer ...
35 waiting timer ...
42 waiting timer ...
45 waiting timer (flush the single tick) ...
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 35 int waiting; member in struct:squashfs_cache_entry
45 int waiting; member in struct:squashfs_cache
  /prebuilts/tools/common/m2/repository/org/gebish/geb-waiting/0.9.3/
geb-waiting-0.9.3.jar 
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 62 boolean waiting; field in class:AsyncTaskLoader.LoadTask
109 /* Runs on the UI thread, when the waiting task is posted to a handler.
110 * This method is only executed when task execution was deferred (waiting was true). */
113 waiting = false;
174 // There was a pending task already waiting for a previous
177 "cancelLoad: still waiting for cancelled task; dropping next");
178 if (mTask.waiting) {
179 mTask.waiting = false;
184 } else if (mTask.waiting) {
185 // There is a task, but it is waiting for the time it shoul
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 47 boolean waiting; field in class:AsyncTaskLoader.LoadTask
94 /* Runs on the UI thread, when the waiting task is posted to a handler.
95 * This method is only executed when task execution was deferred (waiting was true). */
98 waiting = false;
158 // There was a pending task already waiting for a previous
161 "cancelLoad: still waiting for cancelled task; dropping next");
162 if (mTask.waiting) {
163 mTask.waiting = false;
168 } else if (mTask.waiting) {
169 // There is a task, but it is waiting for the time it shoul
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderConnection.java 32 // The client of this connection is currently waiting for the provider to appear.
34 public boolean waiting; field in class:ContentProviderConnection
84 if (waiting) {
85 sb.append(" WAITING");
  /external/jetty/src/java/org/eclipse/jetty/continuation/
ContinuationSupport.java 83 Class<?> waiting=null; typedefs
86 waiting=ContinuationSupport.class.getClassLoader().loadClass("org.mortbay.util.ajax.WaitingContinuation");
93 __waitingContinuation=waiting;
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 10 console.log('Waiting for ', duration.toString(), 'msec');
13 console.log('Done waiting');
22 console.log('Waiting for', description.toString());
27 console.log('Still waiting for satisfaction of ' +
  /external/valgrind/helgrind/tests/
bar_bad.stderr.exp 29 initialise a barrier which has threads waiting on it
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
43 destroy a barrier that has waiting threads
46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 146 boolean waiting = false;
150 waiting = true;
156 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting);
157 if (!waiting && mState != STATE_CLOSED) {
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 47 // Loop time while waiting (stopgap in case we don't get a broadcast)
55 // The monitor lock we use while waiting for connectivity
65 // The thread waiting for connectivity
173 boolean waiting = false;
182 if (waiting) {
189 if (!waiting) {
191 LogUtils.d(TAG, mName + ": Connectivity waiting...");
193 waiting = true;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 62 verbose_print("waiting for tasks to complete...")
101 verbose_print("waiting for all tasks to complete")
160 self.waiting = 0
167 self.waiting = self.waiting + 1
168 if self.waiting == self.num_threads:
169 self.waiting = self.num_threads - 1
175 self.waiting = self.waiting - 1
176 if self.waiting == 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 62 verbose_print("waiting for tasks to complete...")
101 verbose_print("waiting for all tasks to complete")
160 self.waiting = 0
167 self.waiting = self.waiting + 1
168 if self.waiting == self.num_threads:
169 self.waiting = self.num_threads - 1
175 self.waiting = self.waiting - 1
176 if self.waiting == 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 62 verbose_print("waiting for tasks to complete...")
101 verbose_print("waiting for all tasks to complete")
160 self.waiting = 0
167 self.waiting = self.waiting + 1
168 if self.waiting == self.num_threads:
169 self.waiting = self.num_threads - 1
175 self.waiting = self.waiting - 1
176 if self.waiting == 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 62 verbose_print("waiting for tasks to complete...")
101 verbose_print("waiting for all tasks to complete")
160 self.waiting = 0
167 self.waiting = self.waiting + 1
168 if self.waiting == self.num_threads:
169 self.waiting = self.num_threads - 1
175 self.waiting = self.waiting - 1
176 if self.waiting == 0
    [all...]
  /external/libevent/
evthread_win32.c 236 int waiting = 1; local
259 waiting = 0;
264 waiting = 0;
271 waiting = 0;
277 /* If we make it here, we are still waiting. */
285 } while (waiting);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 277 "Call-waiting call disconnects",
372 "Active call disconnects while there's a call-waiting call",
468 "Call-waiting hangs up before being answered, with another sim call in " +
488 "Call-waiting hangs up before being answered, with another voip call in " +
  /external/v8/test/mjsunit/harmony/
futex.js 118 // Spin until the worker is waiting on the futex.
130 // Spin until the worker is waiting on the futex.
142 // Spin until the worker is waiting on the futex.
161 // 0 => Worker |id| is still waiting on the futex
162 // 1 => Worker |id| is not waiting on futex, but has not be reaped by the
167 // always 0. Each worker is waiting on this index.
189 // Spin until all workers are waiting on the futex.
229 // 0 => Worker |id| is still waiting on the futex
230 // 1 => Worker |id| is not waiting on futex, but has not be reaped by the
256 // Spin until all workers are waiting on the futex
    [all...]
  /external/valgrind/drd/tests/
bar_bad.stderr.exp 18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads

Completed in 450 milliseconds

1 2 3 4 5 6 7