Searched
full:locked (Results
376 -
400 of
1761) sorted by null
<<11121314151617181920>>
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_capture_client.cc | 43 // that aren't already locked to the new window, and transfer any on the
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal2.et | 51 ec KADM_DB_INUSE, "Database is locked or in use--try again later"
|
imap_err.et | 57 "Mailbox is locked by POP server"
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 141 unsigned char fh_locked; /* inode locked by us */ 265 printk("nfsd: inode locked twice during operation.\n"); 305 dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n", 313 printk(KERN_WARNING "fh_lock: %s/%s already locked!\n",
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
Mutex.cpp | 113 ** Returns: True if the mutex is locked.
|
/external/libnfc-nci/src/nfc/include/ |
tags_defs.h | 131 #define T1T_BYTES_LOCKED_BY_STATIC_LOCK_BIT 4 /* Bytes locked by one static lock bit */ 176 #define T2T_DEFAULT_LOCK_BLPB 0x08 /* Bytes locked per lock bit of default locks */ 217 #define T2T_BYTES_LOCKED_BY_STATIC_LOCK_BIT 4 /* Bytes locked by one static lock bit */ 442 #define I93_ERROR_CODE_BLOCK_ALREADY_LOCKED 0x11 /* The specific block is already locked and thus cannot be locked again */ 443 #define I93_ERROR_CODE_BLOCK_LOCKED 0x12 /* The specific block is locked and its content cannot be changed */ 445 #define I93_ERROR_CODE_BLOCK_FAIL_TO_LOCK 0x14 /* The specific block is was not successfully locked */ 449 #define I93_BLOCK_UNLOCKED 0x00 /* Block is not locked */ 450 #define I93_BLOCK_LOCKED 0x01 /* Block is locked */
|
/external/llvm/include/llvm/Support/ |
MutexGuard.h | 10 // This file defines a guard for a block of code that ensures a Mutex is locked
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 124 const MutexGuard& locked) { 125 assert(locked.holds(TheJIT->lock)); 135 const MutexGuard &locked, void *CallSite) const { 136 assert(locked.holds(TheJIT->lock)); 149 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) { 150 assert(locked.holds(TheJIT->lock)); 502 MutexGuard locked(TheJIT->lock); 505 return state.getFunctionToLazyStubMap(locked).lookup(F); 511 MutexGuard locked(TheJIT->lock); 514 void *&Stub = state.getFunctionToLazyStubMap(locked)[F] [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 53 dri2_surf->current->locked = 1; 68 dri2_surf->color_buffers[i].locked = 0; 81 if (!dri2_surf->color_buffers[i].locked) 189 if (!dri2_surf->color_buffers[i].locked) {
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_BlitSurface.3 | 19 The blit function should not be called on a locked surface\&.
|
SDL_Surface.3 | |
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/ |
SDL_romaudio.c | 156 if ( oldval != 1 ) /* != 1 means audio is still locked. */ 163 * while the audio was locked, and get preempted by a second 164 * interrupt here, but that means you locked for way too long anyhow. 194 * if audio device isn't locked, mix the next buffer to be queued in
|
/external/skia/src/lazy/ |
SkCachingPixelRef.cpp | 87 // locked.
|
/external/skia/tools/ |
build-tot-chromium.sh | 6 # writable, tip-of-tree Skia rather than the read-only, revision-locked Skia
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.c | 4 * associated with the condition variable is locked.
|
/external/valgrind/main/helgrind/tests/ |
tc10_rec_lock.stderr.exp | 15 Thread #x unlocked a not-locked lock at 0x........
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.h | 80 LOCKED
|
ZslProcessor3.h | 88 LOCKED
|
/frameworks/base/libs/hwui/ |
ResourceCache.h | 67 * When using these two methods, make sure to only invoke the *Locked()
|
/frameworks/wilhelm/src/ |
locks.c | 73 SL_LOGW("%s:%d: pthread %p (tid %d) sees object %p was locked by pthread %p" 85 // here if mutex was successfully locked 93 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was recursively locked by pthread" 176 // first synchronously handle updates to attributes here, while object is still locked.
|
/packages/apps/Nfc/nci/jni/ |
Mutex.cpp | 110 ** Returns: True if the mutex is locked.
|
/packages/services/Telephony/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 84 * locked state, the keyguard comes up and the only way 117 * sequences" that are available even if the device is locked. 129 // The only sequences available on a locked device are the "**04" 131 // codes. (e.g. for the case where you're currently locked out of
|
/pdk/apps/CameraITS/tests/ |
test_param_black_level_lock.py | 25 """Test that when the black level is locked, it doesn't change.
|
/pdk/apps/TestingCamera/res/values/ |
strings.xml | 49 <string name="exposure_lock_on_label">Auto-Exposure Locked</string>
|
Completed in 912 milliseconds
<<11121314151617181920>>