HomeSort by relevance Sort by last modified time
    Searched full:held (Results 251 - 275 of 2106) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 60 raise unittest.SkipTest("can't run when import lock is held") namespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 53 * Releases resources held by the overlay. Called by the editor when an
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 772 /* per the errata 2043, call=1 implies atleast one call is in progress (active/held)
782 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */
927 /* record call termination timestamp if there was an active/held call or callsetup state > BTHF_CALL_STATE_IDLE */
935 /* if held call was present, reset that as well */
944 ** 2. an held was resumed
    [all...]
  /external/chromium/base/win/
scoped_comptr.h 51 // Explicit Release() of the held object. Useful for reuse of the
62 // Sets the internal pointer to NULL and returns the held object without
  /external/chromium_org/base/win/
scoped_comptr.h 50 // Explicit Release() of the held object. Useful for reuse of the
61 // Sets the internal pointer to NULL and returns the held object without
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.h 123 // Called with the emitters lock held (which happens in the constructor).
125 // or the timeout expired. Returns with the emitter lock held, which
  /external/chromium_org/printing/
emf_win.h 143 // One EMF record. It keeps pointers to the EMF buffer held by Emf::emf_.
196 // Initialized by Enumerate(). It keeps pointers to the EMF buffer held by
  /external/chromium_org/third_party/libxml/src/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 58 strong reference count goes to zero, the collectively held weak
147 on the object and releases the implicit weak reference held
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 54 RECOVER - Held during wal-index recovery. Used to prevent a
95 (9) A CHECKPOINT or RECOVER must be held on the wal-index, or an
  /external/chromium_org/third_party/sqlite/src/test/
pcache.test 89 # pages. It cannot recycle them because of the read lock held by db2.
115 # Rolling back the transaction held by db2 at this point releases a pinned
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 72 // - A SpinLock which is held over all calls except for the 'Add'
75 // - A SpinLock which is held over calls to 'Start', 'Stop', 'Reset',
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 72 // - A SpinLock which is held over all calls except for the 'Add'
75 // - A SpinLock which is held over calls to 'Start', 'Stop', 'Reset',
  /external/dhcpcd/
dhcpcd-run-hooks.8 61 DHCP information to be configured is held in variables starting with the word
62 new_ and old DHCP information to be removed is held in variables starting with
dhcpcd-run-hooks.8.in 61 DHCP information to be configured is held in variables starting with the word
62 new_ and old DHCP information to be removed is held in variables starting with
  /external/libxml2/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /external/llvm/include/llvm/Support/
FormattedStream.h 29 /// DELETE_STREAM - Tell the destructor to delete the held stream.
33 /// PRESERVE_STREAM - Tell the destructor to not delete the held
Mutex.h 48 /// Attempts to unconditionally acquire the lock. If the lock is held by
54 /// Attempts to release the lock. If the lock is held by the current
RWMutex.h 46 /// lock is held by a writer, this method will wait until it can acquire
58 /// lock is held by any readers, this method will wait until it can
  /external/oprofile/module/
op_dname.c 145 /* called with note_lock held */
168 /* called with note_lock held */
  /external/skia/include/core/
SkWeakRefCnt.h 58 strong reference count goes to zero, the collectively held weak
147 on the object and releases the implicit weak reference held
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.stderr.exp 15 Thread #x: pthread_cond_{timed}wait called with un-held mutex
43 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
  /frameworks/av/media/libmedia/
SoundPool.cpp 409 // call with lock held
544 // call with sound pool lock held
761 // call with lock held
776 // call with lock held and sound pool lock held
784 // call with sound pool lock held
852 // call with lock held
886 // do not call AudioTrack destructor with mLock held as it will wait for the AudioTrack
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 165 log("mWakeLock is still held after release");
199 // wakelock should still be held until 3 seconds after we enter Idle
  /system/core/include/cutils/
atomic.h 33 * - wait until compare-and-swap(lock-is-free --> lock-is-held) succeeds
39 * "work" from happening before the lock is held, and the later (release)

Completed in 1183 milliseconds

<<11121314151617181920>>