/external/chromium_org/ppapi/api/dev/ |
ppb_cursor_control_dev.idl | 50 * Causes the cursor to be unlocked, allowing it to track user
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PurgeableBuffer.h | 59 Unlocked,
|
/external/chromium_org/third_party/skia/src/lazy/ |
SkCachingPixelRef.h | 20 * SkScaledImageCache. When the pixels are unlocked, this cache may
|
/external/chromium_org/ui/events/ozone/evdev/ |
event_modifiers.h | 41 // is inverted until it is unlocked.
|
/external/kernel-headers/original/linux/ |
spinlock_up.h | 14 * In the debug case, 1 means unlocked, 0 means locked. (the values
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LockSurface.3 | 37 /* Surface is now unlocked */
|
/external/skia/src/lazy/ |
SkCachingPixelRef.h | 20 * SkScaledImageCache. When the pixels are unlocked, this cache may
|
/external/valgrind/main/helgrind/tests/ |
tc12_rwl_trivial.stderr.exp | 8 Thread #x unlocked a not-locked lock at 0x........
|
tc09_bad_unlock.stderr.exp | 8 Thread #x unlocked a not-locked lock at 0x........ 28 Thread #x unlocked lock at 0x........ currently held by thread #x 40 Thread #x unlocked an invalid lock at 0x........ 56 Thread #x unlocked a not-locked lock at 0x........ 94 Thread #x unlocked lock at 0x........ currently held by thread #x 106 Thread #x unlocked an invalid lock at 0x........
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCase.java | 37 Slog.v("DessertCase", "ACHIEVEMENT UNLOCKED");
|
/external/chromium_org/content/renderer/ |
mouse_lock_dispatcher_browsertest.cc | 56 // Start unlocked. 83 // Start unlocked. 228 // correct target is unlocked.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_mutex_lock.c | 196 * If the thread terminates, all mutexes in this list will be unlocked. 211 * If the thread terminates, all mutexes in this list will be unlocked. 257 * If the thread terminates, all mutexes in this list will be unlocked.
|
pthread_mutexattr_settype.c | 83 * unlock an unlocked mutex results in undefined 92 * thread attempting to unlock an unlocked mutex will 109 * unlocked mutex will return with an error. This
|
pthread_mutex_timedlock.c | 251 * If the thread terminates, all mutexes in this list will be unlocked. 269 * If the thread terminates, all mutexes in this list will be unlocked. 313 * If the thread terminates, all mutexes in this list will be unlocked.
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrTextureStripAtlas.h | 86 // How many times this has been locked (0 == unlocked) 88 // We maintain an LRU linked list between unlocked nodes with these pointers 176 // Note that when a texture is locked, it gets removed from this list until it is unlocked.
|
/external/chromium_org/third_party/sqlite/src/doc/ |
vfs-shm.txt | 5 UNLOCKED 16 UNLOCKED 30 UNLOCKED - The wal-index is not in use.
|
/external/skia/src/gpu/effects/ |
GrTextureStripAtlas.h | 86 // How many times this has been locked (0 == unlocked) 88 // We maintain an LRU linked list between unlocked nodes with these pointers 176 // Note that when a texture is locked, it gets removed from this list until it is unlocked.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 73 void Unlocked(); 320 void SSLClientCertificateSelector::Unlocked() { 355 // ourself before the Unlocked callback gets called. 367 base::Bind(&SSLClientCertificateSelector::Unlocked, 370 Unlocked();
|
/external/chromium_org/third_party/sqlite/src/test/ |
savepoint.test | 195 } {main unlocked temp closed} 215 } {main unlocked temp closed} 661 } [list main unlocked temp $templockstate aux1 unlocked aux2 unlocked] 669 } [list main reserved temp $templockstate aux1 unlocked aux2 unlocked] 675 } [list main reserved temp $templockstate aux1 unlocked aux2 reserved] 709 } [list main unlocked temp $templockstate aux1 unlocked aux2 unlocked [all...] |
/bionic/libc/bionic/ |
pthread-rwlocks.c | 36 * - no readers and no writer (unlocked) 50 * completely eliminate it: each time the lock is unlocked, all waiting threads 280 /* If we can't read yet, wait until the rwlock is unlocked
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 55 public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; 93 case NO_ERROR: return State.UNLOCKED; 101 return state() == State.UNLOCKED;
|
/cts/tests/src/android/opengl/cts/ |
OpenGlEsVersionStubActivity.java | 44 /** Latch that is unlocked when the activity is done finding the version. */
|
/external/chromium/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 70 void Unlocked(); 327 void SSLClientCertificateSelector::Unlocked() { 367 // ourself before the Unlocked callback gets called. 374 NewCallback(this, &SSLClientCertificateSelector::Unlocked));
|
/external/chromium/chrome/common/ |
multi_process_lock_linux.cc | 92 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
|
/external/chromium_org/chrome/browser/ |
chrome_process_singleton.h | 20 // Once unlocked, notifications will be passed to the client-supplied
|