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

  /external/libxml2/
threads.c 125 unsigned int held; member in struct:_xmlRMutex
308 tok->held = 0;
366 if (tok->held) {
368 tok->held++;
373 while (tok->held)
379 tok->held = 1;
411 tok->held--;
412 if (tok->held == 0) {
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 215 * 1 = held incoming call is accepted in the AG
216 * 2 = held incoming call is rejected in the AG
843 struct csd_call *held, *wait; local
846 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
851 else if (call && held)
856 if (held)
857 err = unhold_call(held);
    [all...]
telephony-maemo6.c 174 * 1 = held incoming call is accepted in the AG
175 * 2 = held incoming call is rejected in the AG
803 struct csd_call *held, *wait; local
806 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
811 else if (call && held)
816 if (held)
817 err = unhold_call(held);
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 185 @ held in r2-r3. It's possible r3 will hold a pad, so check the
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 302 * with its lock held. This class is essentially a reimplementation of
304 * only call it with our own locks held.
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 478 If any portion of this section is held invalid or unenforceable under
  /external/zlib/contrib/masmx64/
gvmat64.asm 17 ; warranty. In no event will the authors be held liable for any damages
  /external/zlib/contrib/masmx86/
match686.asm 169 ;; warranty. In no event will the authors be held liable for any damages
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 220 self.held = Token()
    [all...]
  /external/blktrace/btt/doc/
btt.tex 324 being held by the IO scheduler when an incoming IO request was being
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/sqlite/dist/
sqlite3.c 619 ** be held constant and Z will be incremented or else Y will be incremented
    [all...]
sqlite3.c.orig 619 ** be held constant and Z will be incremented or else Y will be incremented
    [all...]

Completed in 772 milliseconds