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

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 215 char timed; local
226 timed = td->count1 & 1;
228 if (timed) {
239 if (timed)
273 timed = td->count2 & 1;
275 if (timed) {
286 if (timed)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 212 char timed; local
223 timed = td->count & 1;
225 if (timed) {
236 if (timed)
241 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
242 timed, td->predicate, ret);
277 FAILED_KILLALL("Operation timed out. A signal was lost.", pchildren);
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 39 boolean timed, long nanos)
52 long lastTime = (timed)? System.nanoTime() : 0;
69 else if (timed) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 172 char timed; local
182 timed = td->count & 1;
184 if (timed) {
194 if (timed)
199 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
200 timed, td->predicate, ret);
253 FAILED_KILLALL("Operation timed out. A signal was lost.");
2-3.c 163 int timed; local
173 timed = td->count & 1;
175 if (timed) {
184 if (timed)
189 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
190 timed, td->predicate, ret);
237 FAILED_KILLALL("Operation timed out. A signal was lost.", pchildren);
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug01.sh 26 usage: $0 -c cpu -l loop -n timeon -f timeoff -e timed
  /build/soong/ui/status/
ninja_test.go 43 t.Errorf("nr.Close timed out, %s > %s", g, w)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
main.py 180 '%.2f' % (timed / times[-1]) for timed in times[:-1]
write.py 281 '%.2f' % (timed / time) for timed in times[:-1]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
main.py 178 '%.2f' % (timed / times[-1]) for timed in times[:-1]
write.py 282 '%.2f' % (timed / time) for timed in times[:-1]
  /external/walt/
README.md 15 the screen is timed using an accelerometer mounted on the probe.
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 673 Collection<? extends Callable<T>> tasks, boolean timed, long nanos)
691 long lastTime = timed ? System.nanoTime() : 0;
707 } else if (timed) {
    [all...]
  /build/soong/ui/build/
signal.go 69 defer log.Panicln("Timed out exiting...")
74 log.Panicln("Got signal, but timed out exiting...")
proc_sync.go 88 return fmt.Errorf("Tried to lock %s, but timed out %s . Make sure no other Soong process is using it",
  /device/google/marlin/
system.prop 71 persist.timed.enable=true
  /external/tcpdump/win32/prj/
GNUmakefile 136 ../../print-timed.o \
  /external/v8/tools/
logreader.js 38 * @param {boolean} timedRange Ignore ticks outside timed range.
122 // In pairwise mode, a "current-time" line ends the timed range.
  /external/walt/docs/
AudioLatency.md 15 1. Timestamp events as close to hardware as possible. Most events up the stack can be easily timed with software alone.
  /external/autotest/client/cros/
cryptohome.py 702 logging.error('Cryptohome timed out. Sending ABRT.')
  /external/brotli/go/cbrotli/
cbrotli_test.go 196 return 0, fmt.Errorf("read timed out")
246 t.Fatalf("timed out")
  /external/ltp/pan/
ltp-pan.c 174 int timed = 0; local
295 timed = 1; //-t implies run as many starts as possible, by default
398 if (timed == 1 && starts == -1) { /* timed, infinite by default */
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
face.py 124 """Indicates that an RPC has expired ("timed out")."""
161 remaining for the RPC to complete before it is considered to have timed
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 390 jnz Timeout8042 # Jump if the 8042 timed out
395 jnz Timeout8042 # Jump if the 8042 timed out
    [all...]
start16.S 384 jnz Timeout8042 # Jump if the 8042 timed out
389 jnz Timeout8042 # Jump if the 8042 timed out
    [all...]

Completed in 702 milliseconds

1 2 3 4