/docs/source.android.com/src/source/ |
building-dream.md | 23 needed to do a generic build for the emulator or for unlocked Dream devices
|
/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/valgrind/main/helgrind/tests/ |
tc10_rec_lock.stderr.exp | 15 Thread #x unlocked a not-locked lock at 0x........
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSurface_npapi.h | 42 the surface is unlocked and the contents of the bitmap, specifically
|
/external/chromium/chrome/browser/ui/webui/options/ |
certificate_manager_handler.h | 65 // 4. slots unlocked -> ExportPersonalSlotsUnlocked -> exports to memory 83 // 5. slot unlocked -> ImportPersonalSlotUnlocked attempts to
|
/frameworks/wilhelm/src/itf/ |
IObject.c | 72 // Make a copy of these, so we can call the callback with mutex unlocked 77 // Note that the mutex is unlocked during the callback 212 // mutex is unlocked, update state 215 // Make a copy of these, so we can call the callback with mutex unlocked 220 // Note that the mutex is unlocked during the callback 404 * Note: called with mutex unlocked, and returns with mutex locked. 522 // mutex is unlocked 629 // The mutex is unlocked and destroyed by IObject_deinit, which is the last deinitializer
|
I3DGrouping.c | 34 // the new group is left unlocked, but it will be locked again below
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
mman.h | 110 until unlocked by a call to the `munlockall', until the process exits, 115 unlocked. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
mman.h | 110 until unlocked by a call to the `munlockall', until the process exits, 115 unlocked. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
mman.h | 110 until unlocked by a call to the `munlockall', until the process exits, 115 unlocked. */
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 68 * KeyStore: UNLOCKED 73 * KeyStore: UNLOCKED 143 case UNLOCKED: { 158 * keystore password or UNLOCKED to change the password (as is the 440 // aha, now we are unlocked, switch to key guard.
|
/bionic/libc/bionic/ |
pthread.c | 776 * 0 for unlocked 1028 * 0 (unlocked, no contention) 1040 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local 1043 * The common case is an unlocked mutex, so we begin by trying to 1044 * change the lock's state from 0 (UNLOCKED) to 1 (LOCKED). 1048 if (__bionic_cmpxchg(unlocked, locked_uncontended, &mutex->value) != 0) { 1066 while (__bionic_swap(locked_contended, &mutex->value) != unlocked) 1449 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local [all...] |
/dalvik/tests/088-monitor-verification/src/ |
Main.java | 202 * unlocked object.
|
/dalvik/vm/ |
Sync.h | 133 * object may be unlocked, thin-locked, or fat-locked.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
threads.sgml | 628 current thread will block until @mutex is unlocked by the other 983 current thread will block until @mutex is unlocked by the other 1006 when it has been unlocked as many times as it had been locked 1007 before. If @mutex is completely unlocked and another thread is blocked 1021 @depth: number of times this mutex has to be unlocked to be completely unlocked. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
SDL_syscond.c | 104 The mutex is unlocked during the wait, and locked again after the wait.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getdelim.c | 38 # include "unlocked-io.h"
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.h | 46 // delete itself when it's unlocked. 234 // false. Instead, ScreenLocker object gets deleted when unlocked.
|
/external/dbus/dbus/ |
dbus-threads.h | 59 * where the mutex is fully unlocked to wait on a condition. 153 * and the mutex is completely unlocked, not just decremented one
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 50 public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; 66 case NO_ERROR: return State.UNLOCKED;
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 90 // callbacks are called with mutex unlocked 186 /** \brief Called with mutex unlocked for marker and position updates, and play state change */
|
/frameworks/wilhelm/src/ |
sles.c | 101 * Exit condition: the object is unlocked. 122 * Entry condition: the object is unlocked. 123 * Exit condition: the object is unlocked.
|
/dalvik/docs/ |
verifier.html | 93 monitors locked by the method have been unlocked an equal number of times. 107 object must be unlocked before the method returns. At the bytecode level,
|
/external/skia/src/gpu/ |
GrResourceCache.cpp | 250 * looping until either all resources in the cache are unlocked or we've met 253 * new resources were unlocked before purgeAsNeeded completed it could
|