Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 98) sorted by relevance

1234

/external/libxml2/
Dthreads.c125 unsigned int held; member
308 tok->held = 0; in xmlNewRMutex()
366 if (tok->held) { in xmlRMutexLock()
368 tok->held++; in xmlRMutexLock()
373 while (tok->held) in xmlRMutexLock()
379 tok->held = 1; in xmlRMutexLock()
411 tok->held--; in xmlRMutexUnlock()
412 if (tok->held == 0) { in xmlRMutexUnlock()
/external/libgsm/
DNOTICE7 software for any purpose nor are held responsible for any defects of
29 of this software for any purpose nor are held responsible
/external/webkit/JavaScriptCore/
DTHANKS8 Christian Kirsch <ck@held.mind.de> - for his contribution to the Date object
/external/tinyxml/
DNOTICE2 warranty. In no event will the authors be held liable for any
/external/webkit/WebKitTools/iExploder/
DLICENSE.txt5 # In no event will the authors be held liable for any damages arising from the
/external/zlib/
DNOTICE4 warranty. In no event will the authors be held liable for any damages
DREADME90 warranty. In no event will the authors be held liable for any damages
/external/bluetooth/bluez/audio/
Dtelephony-maemo6.c803 struct csd_call *held, *wait; in telephony_call_hold_req() local
806 held = find_call_with_status(CSD_CALL_STATUS_HOLD); in telephony_call_hold_req()
811 else if (call && held) in telephony_call_hold_req()
816 if (held) in telephony_call_hold_req()
817 err = unhold_call(held); in telephony_call_hold_req()
Dtelephony-maemo5.c843 struct csd_call *held, *wait; in telephony_call_hold_req() local
846 held = find_call_with_status(CSD_CALL_STATUS_HOLD); in telephony_call_hold_req()
851 else if (call && held) in telephony_call_hold_req()
856 if (held) in telephony_call_hold_req()
857 err = unhold_call(held); in telephony_call_hold_req()
/external/libpng/contrib/gregbook/
DLICENSE7 be held liable for any damages arising in any way from the use of
/external/bluetooth/glib/
DNEWS.pre-1-339 check() so it is not held over user code
57 as prepare() are called while the main_loop lock is being held.
/external/zlib/contrib/minizip/
DMiniZip64_info.txt58 warranty. In no event will the authors be held liable for any damages
/external/zlib/contrib/pascal/
Dreadme.txt62 warranty. In no event will the author be held liable for any damages
/external/chromium/third_party/icu/source/data/brkitr/
Dcjdict.txt164 officers and other employees shall be held liable for any and all
182 from and not be held liable to the user for any such damages as noted
/external/zlib/win32/
DREADME-WIN32.txt78 warranty. In no event will the authors be held liable for any damages
/external/zlib/contrib/masmx86/
Dmatch686.asm169 ;; warranty. In no event will the authors be held liable for any damages
/external/zlib/contrib/masmx64/
Dgvmat64.asm17 ; warranty. In no event will the authors be held liable for any damages
/external/dbus/doc/
DTODO52 the finalizer run with the lock held, but since it calls out to the app that may
/external/openssl/crypto/des/asm/
Dreadme16 They encrypt/decrypt the 64 bits held in 'data' using
/external/elfutils/
DCOPYING145 is held to be unenforceable, such provision shall be reformed only to
/external/quake/quake/src/WinQuake/data/
DSLICNSE.TXT149 herein. Should any provision of this Agreement be held to be void,
DRLICNSE.TXT175 transferred by you. Should any provision of this Agreement be held
/external/quake/quake/src/QW/progs/
Dtriggers.qc28 // self.enemy should be set to the activator so it can be held through a delay
Ddefs.qc427 string string_null; // null string, nothing should be held here
/external/webkit/WebCore/bindings/objc/
DWebScriptObject.mm388 // leaving the lock permanently held

1234