/external/kernel-headers/original/asm-generic/ |
resource.h | 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
|
/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.12/src/video/bwindow/ |
SDL_sysyuv.h | 61 int locked; member in struct:private_yuvhwdata
|
/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.stderr.exp-glibc23-amd64 | 4 Thread #x unlocked a not-locked lock at 0x........ 34 Thread #x deallocated location 0x........ containing a locked lock 42 Thread #x unlocked a not-locked lock at 0x........ 72 Thread #x deallocated location 0x........ containing a locked lock
|
tc09_bad_unlock.stderr.exp-glibc25-x86 | 4 Thread #x unlocked a not-locked lock at 0x........ 40 Thread #x deallocated location 0x........ containing a locked lock 48 Thread #x unlocked a not-locked lock at 0x........ 84 Thread #x deallocated location 0x........ containing a locked lock
|
tc10_rec_lock.stderr.exp | 11 Thread #x unlocked a not-locked lock at 0x........
|
tc20_verifywrap.c | 139 not-locked mutex of the ERRORCHECK flavour and hope (as is 141 it is not locked, and bounces our request. */ 185 a not-locked lock. Thusly: */ 214 /* Lock rwl3 so the locked-lock-at-dealloc check can complain about 257 of memory containing locked locks:
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 70 // Call into them with our monitor locked, so they don't have
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
TaskDescription.java | 48 // mark all these as locked?
|
/packages/apps/Phone/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 79 * locked state, the keyguard comes up and the only way 111 * sequences" that are available even if the device is locked. 123 // The only sequences available on a locked device are the "**04" 125 // codes. (e.g. for the case where you're currently locked out of
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
ShiftKeyState.java | 22 private static final int PRESSING_ON_SHIFTED = 3; // both temporary shifted & shift locked
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
resource.h | 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
|
/system/extras/tests/bionic/libc/common/ |
test_static_cpp_mutex.cpp | 51 fprintf(stderr, "recursive lock initialized and locked\n" );
|
/external/chromium/base/threading/ |
worker_pool_posix_unittest.cc | 64 base::AutoLock locked(*counter_lock_); 69 base::AutoLock locked(*unique_threads_lock_); 252 base::AutoLock locked(*peer_.lock());
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mutex.h | 65 It is an error to unlock a mutex that has not been locked by 142 The mutex must be locked before entering this function! 143 The mutex is re-locked once the condition variable is signaled.
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_surface.c | 116 surface->locked = 0; 450 /* Make sure the surfaces aren't locked */ 455 if ( src->locked || dst->locked ) { 456 SDL_SetError("Surfaces must not be locked during blit"); 738 if ( ! surface->locked ) { 756 ++surface->locked; 762 * Unlock a previously locked surface 766 /* Only perform an unlock if we are locked */ 767 if ( ! surface->locked || (--surface->locked > 0) ) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 85 SDL_bool locked; /* AES locked for fullscreen ? */ member in struct:SDL_PrivateVideoData 132 #define GEM_locked (this->hidden->locked)
|
/frameworks/base/cmds/keystore/ |
test-keystore | 184 expect "2 Locked" 186 log "saw works while locked" 194 expect "2 Locked"
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mutex.h | 65 It is an error to unlock a mutex that has not been locked by 142 The mutex must be locked before entering this function! 143 The mutex is re-locked once the condition variable is signaled.
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mutex.h | 65 It is an error to unlock a mutex that has not been locked by 142 The mutex must be locked before entering this function! 143 The mutex is re-locked once the condition variable is signaled.
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mutex.h | 65 It is an error to unlock a mutex that has not been locked by 142 The mutex must be locked before entering this function! 143 The mutex is re-locked once the condition variable is signaled.
|
/external/chromium/chrome/browser/sessions/ |
session_restore_uitest.cc | 100 // NOTE: Don't use GetActiveWindow here, when run with the screen locked 127 // NOTE: Don't use GetActiveWindow here, when run with the screen locked 168 // NOTE: Don't use GetActiveWindow here, when run with the screen locked 204 // NOTE: Don't use GetActiveWindow here, when run with the screen locked 249 // NOTE: Don't use GetActiveWindow here, when run with the screen locked
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 175 * <code>"ABSENT"</code> <code>"LOCKED"</code> 177 * <li><em>reason</em> - The reason while ss is LOCKED, otherwise is null 178 * <code>"PIN"</code> locked on PIN1 179 * <code>"PUK"</code> locked on PUK1 180 * <code>"NETWORK"</code> locked on Network Personalization </li>
|
/system/media/wilhelm/src/itf/ |
IObject.c | 45 // Note that the mutex is locked on entry to and exit from the realize hook, 69 // mutex is locked, update state 136 // Note that the mutex is locked on entry to and exit from the realize hook, 188 // Note that the mutex is locked on entry to and exit from the resume hook, 264 // Note that the mutex is locked on entry to and exit from the resume hook, 404 * Note: called with mutex unlocked, and returns with mutex locked. 453 case INTERFACE_REMOVING: // not observable: RemoveInterface is synchronous & mutex locked 524 // mutex is locked 527 // The pre-destroy hook is called with mutex locked, and should block until it is safe to 574 // The destroy hook is called with mutex locked [all...] |
/external/srec/portable/src/ |
plog.c | 64 static ESR_BOOL locked = ESR_FALSE; variable 200 *isLocked = locked; 306 if (locked) 308 locked = ESR_TRUE; 393 /* We need to log but the logging module is disabled or is locked so we output to stderr instead */ 399 locked = ESR_FALSE; 407 locked = ESR_FALSE;
|