HomeSort by relevance Sort by last modified time
    Searched refs:waited (Results 1 - 21 of 21) sorted by null

  /external/valgrind/drd/
drd_semaphore.h 50 const Bool waited);
53 const Bool waited);
drd_barrier.h 48 const BarrierT barrier_type, const Bool waited,
drd_semaphore.c 127 "Destruction of semaphore that is being waited"
342 * @note Some C libraries do not set the 'waited' value correctly.
345 const Bool waited)
350 tl_assert(waited == 0 || waited == 1);
355 p ? p->value : 0, p ? p->value - waited : 0,
356 waited ? "" : " (did not wait)");
360 p->value -= waited;
381 if (!waited)
drd_barrier.c 162 "Destruction of barrier that is being waited"
404 const BarrierT barrier_type, const Bool waited,
431 if (! waited)
  /hardware/libhardware/modules/sensors/
SensorEventQueue.cpp 83 // returns true if it waited, or false if it was a no-op.
85 bool waited = false; local
87 waited = true;
90 return waited;
  /bootable/recovery/
adb_install.cpp 96 bool waited = false; local
101 waited = true;
120 if (!waited) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 91 waited = [('password', 'secret'), ('realm', 'pypi'),
94 self.assertEqual(config, waited)
101 waited = [('password', 'secret'), ('realm', 'pypi'),
104 self.assertEqual(config, waited)
test_upload.py 79 for attr, waited in (('username', 'me'), ('password', 'secret'),
82 self.assertEqual(getattr(cmd, attr), waited)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 91 waited = [('password', 'secret'), ('realm', 'pypi'),
94 self.assertEqual(config, waited)
101 waited = [('password', 'secret'), ('realm', 'pypi'),
104 self.assertEqual(config, waited)
test_upload.py 79 for attr, waited in (('username', 'me'), ('password', 'secret'),
82 self.assertEqual(getattr(cmd, attr), waited)
  /external/valgrind/drd/tests/
pth_cond_destroy_busy.stderr.exp 2 destruction of condition variable being waited upon: cond 0x........
bar_bad.stderr.exp 41 Destruction of barrier that is being waited upon: barrier 0x........
bar_bad_xml.stderr.exp 236 <what>Destruction of barrier that is being waited upon: barrier 0x........</what>
  /external/toybox/toys/pending/
dhcp.c 1271 uint32_t timeout = 0, waited = 0; local
    [all...]
dhcpd.c 1080 uint32_t waited = 0, serverid = 0, requested_nip = 0; local
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 680 bool waited = false; local
698 waited = true;
702 if (waited || threadId != debug_thread_id_) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /external/libvncserver/x11vnc/
connections.c 1160 double waited = 0.0;
1307 waited += ((double) ms)/1000.;
1308 if (timeout && (int) waited >= timeout) {
    [all...]
sslhelper.c 1731 double waited = 0.0, waitmax = 1.4, dt = 0.01, start = dnow(); local
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 488 milliseconds