/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 55 // |process_singleton| needs to be valid and it will be locked while
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.mm | 37 // control could end up locked into inappropriate behavior for
|
/external/chromium/chrome/common/ |
multi_process_lock_unittest.cc | 106 << "'MultiProcessLock is already locked' is expected";
|
/external/chromium/net/base/ |
dnsrr_resolver.cc | 171 base::AutoLock locked(lock_); 368 // this case, we will end up deleting a locked Lock, which can lead to 370 base::AutoLock locked(lock_); 390 base::AutoLock locked(lock_);
|
/external/chromium/webkit/glue/ |
webclipboard_impl.cc | 178 SkAutoLockPixels locked(bitmap);
|
/external/dbus/dbus/ |
dbus-message-private.h | 107 unsigned int locked : 1; /**< Message being sent, no modifications allowed. */ member in struct:DBusMessage
|
/external/kernel-headers/original/asm-arm/ |
spinlock.h | 17 * Locked value: 1
|
/external/kernel-headers/original/linux/ |
pagemap.h | 87 * Returns locked page at given index in given cache, creating it if needed.
|
/external/libvpx/vpx_mem/include/ |
vpx_mem_tracker.h | 88 -1: if memory allocation table's mutex could not be locked
|
/external/llvm/lib/CodeGen/ |
PseudoSourceValue.cpp | 75 sys::ScopedLock locked(PG.Lock);
|
/external/openssl/crypto/ |
ex_data.c | 12 * locked, the race would mean it's possible the hash table might have been 21 * the lock. The get/set_ex_data functions are not locked because they do not 25 * one) so locking on read/write access to that variable can be locked locally 208 /* A macro wrapper for impl_check that first uses a non-locked test before
|
/external/ppp/pppd/ |
utils.c | 922 notice("Device %s is locked by pid %d", dev, result); 971 /* Read the lock file to find out who has the device locked. */ 997 return 1; /* somebody else locked it for us */ 1006 notice("Device %s is locked by pid %d", dev, pid);
|
/external/qemu/ |
block.h | 181 void bdrv_set_locked(BlockDriverState *bs, int locked);
|
/external/skia/include/core/ |
SkPixelRef.h | 50 /** Return the current colorTable (if any) if pixels are locked, or null.
|
/external/skia/src/images/ |
SkImageRef.cpp | 153 // we're already have the mutex locked
|
/external/v8/src/ |
platform.h | 465 // locked and owned by the calling thread, and immediately. If the mutex 466 // is already locked by another thread, suspends the calling thread until 470 // Unlocks the given mutex. The mutex is assumed to be locked and owned by 475 // successfully locked.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
WTFThreadData.h | 151 // this is initially called in a pthread_once locked context.
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
DoubleBufferedTexture.cpp | 210 // we must check to see what texture the consumer had locked since the
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
SharedBitmap.h | 59 bool locked() const { return m_locked; } function in class:WebCore::SharedBitmap
|
/external/webkit/Source/WebCore/storage/ |
DatabaseThread.cpp | 117 // inconsistent or locked state.
|
/external/zlib/examples/ |
gzlog.h | 34 opening the log file locked for small bursts, and then closing it. The log
|
/frameworks/base/core/java/android/provider/ |
DrmStore.java | 37 * The DRM provider contains forward locked DRM content.
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 83 * and toggled / locked shift and alt keys. 132 * into latched or locked states when pressed independently. 476 * its own again, then it toggles into a locked state. When locked, the modifier will
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLockTest.java | 72 * is locked out and prevented from accessing the database.
|
/frameworks/base/include/gui/ |
SurfaceTextureClient.h | 151 // variables of SurfaceTexture objects. It must be locked whenever the
|