Searched
full:held (Results
276 -
300 of
2106) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/common/gpu/media/ |
exynos_video_decode_accelerator.h | 150 bool at_device; // held by device. 161 bool at_device; // held by device. 162 bool at_client; // held by client. 347 // Picture buffers held by the client. 425 // Other state, held by the child (main) thread.
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
pulseaudiosoundsystem.cc | 152 // Must be called with the lock held. 167 // Must be called with the lock held. [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | 270 /* assert: lk is only held by one thread .. */ 292 /* lk must be free or already r-held. */ 332 /* lock must be held by someone */ 738 // Thread.lockset: each Lock in set is actually held by that thread 748 (that is, no lock is claimed to be held by more than one thread) 824 // locks held in W mode are a subset of all locks held 831 // Thread.lockset: each Lock in set is actually held by that 895 /* lock not held by anybody */ [all...] |
/external/chromium/base/synchronization/ |
waitable_event_posix.cc | 122 // Called with lock held. 131 // unlocking it and removing it from the wait-list. Called with lock held. 300 // None of the WaitableEvent locks are held. The Waiter has not been enqueued 345 // Wake all waiting waiters. Called with lock held. 362 // held. 377 // Add a waiter to the list of those waiting. Called with lock held. 385 // actually removed. Called with lock held.
|
/external/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 125 // Called with lock held. 134 // unlocking it and removing it from the wait-list. Called with lock held. 306 // None of the WaitableEvent locks are held. The Waiter has not been enqueued 351 // Wake all waiting waiters. Called with lock held. 368 // held. 383 // Add a waiter to the list of those waiting. Called with lock held. 391 // actually removed. Called with lock held.
|
/frameworks/base/core/java/android/os/ |
PowerManager.java | 179 * wake locks are held, then the device will fall asleep (and lock) as usual. 465 * Overrides all the wake locks that are held. 651 Log.wtf(TAG, "WakeLock finalized while still held: " + mTag); 711 // Do this even if the wake lock is already thought to be held (mHeld == true) 731 * not if there are other wake locks still held. 743 * not if there are other wake locks still held. 772 * @return True if the wake lock is held. 784 * the wake lock is being held. This is useful in the case where a 825 + " held=" + mHeld + ", refCount=" + mCount + "}";
|
/external/chromium/chrome/browser/net/ |
passive_log_collector.h | 128 // Retuns a copy of the source infos held by the tracker. 162 // to dependencies held by this source. 175 // Releases all the references to sources held by |info|.
|
/external/chromium/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.mm | 227 // combination held down, the system will start sending the Cmd+Q event to 236 // Based on how long the user held the keys, record the metric. 285 // The user held down the combination long enough that quitting should
|
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.h | 125 // that can be accessed from more than one thread should be held here and 127 // that a transaction is held. 212 // Helper methods for ensuring transactions are held when accessing
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_superlock.c | 139 ** are held, it is guaranteed that there are no active reader, writer or 147 ** Release a superlock held on a database file. The argument passed to 228 ** to drop the WAL read and write locks currently held. Otherwise, the
|
/external/chromium_org/third_party/sqlite/src/test/ |
syscall.test | 116 # held by other database handles in the same process on the same file. 119 # close() system call drops locks held by other file-descriptors on the 123 # and may be reused. Any record locks (see fcntl(2)) held on the file it
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
LockableFileWriter.java | 91 * @param lockDir the directory in which the lock file should be held
128 * @param lockDir the directory in which the lock file should be held
154 * @param lockDir the directory in which the lock file should be held
|
/dalvik/vm/ |
JniInternal.h | 155 * Release all MonitorEnter-acquired locks that are still held. Called at
|
Sync.h | 140 * Checks whether the object is held by the specified thread.
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.cpp | 228 * simple case is thin lock, held by no-one. For monitor exit, 229 * the simple case is thin lock, held by the unlocking thread with 254 // Is lock unheld on lock or held by us (==threadId) on unlock? 307 // Is lock unheld on lock or held by us (==threadId) on unlock?
|
/dalvik/vm/mterp/ |
NOTES.txt | 41 The return value from a method is held in local storage (on the native
|
/dalvik/vm/oo/ |
Array.h | 27 * "loader" should be the defining class loader for the elements held
|
/development/host/windows/usb/api/ |
adb_object_handle.cpp | 103 // held in the map
|
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 98 #define BTA_AG_IN_CALL_HELD_RES 19 /* Incoming call held */ 337 #define BTA_AG_CALLHELD_INACTIVE 0 /* No held calls */ 338 #define BTA_AG_CALLHELD_ACTIVE 1 /* Call held and call active */ 339 #define BTA_AG_CALLHELD_NOACTIVE 2 /* Call held and no call active */
|
/external/chromium/base/memory/ |
raw_scoped_refptr_mismatch_checker.h | 16 // object may already have been deleted since it was not held with a
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.h | 59 // All these internal volume commands must be called with the lock held.
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_policy_provider.h | 52 // |lock_| is not held when calling this, as listeners will usually call one
|
content_settings_pref_provider.h | 55 // |lock_| is not held when calling this, as listeners will usually call one
|
/external/chromium/chrome/browser/importer/ |
firefox_profile_lock.h | 105 // Returns false if lock is already held by another process. true in all
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
js_modal_dialog.h | 112 // Information about the message box is held in the following variables.
|
Completed in 487 milliseconds
<<11121314151617181920>>