/external/openssh/ |
auth.c | 117 /* grab passwd field for locked account check */ 128 /* check for locked account */ 130 int locked = 0; local 134 locked = 1; 139 locked = 1; 143 locked = 1; 148 if (locked) { 149 logit("User %.100s not allowed because account is locked",
|
/external/openssl/crypto/engine/ |
eng_init.c | 120 /* The API (locked) version of "init" */ 135 /* The API (locked) version of "finish" */
|
/external/qemu/block/ |
raw.c | 208 static int raw_set_locked(BlockDriverState *bs, int locked) 210 bdrv_set_locked(bs->file, locked);
|
/external/qemu/ |
block_int.h | 110 int (*bdrv_set_locked)(BlockDriverState *bs, int locked); 146 int locked; /* if true, the media cannot temporarily be ejected */ member in struct:BlockDriverState
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdloverlay.html | 193 >An array of pointers to teh data of each plane. The overlay should be locked before these pointers are used.</TD 240 >locked</A
|
sdlsemtrywait.html | 168 > if the semaphore was successfully locked or 178 >If the semaphore was not successfully locked, the semaphore will be unchanged.</P
|
sdlsemwaittimeout.html | 171 > if the semaphore was successfully locked or 181 >If the semaphore was not successfully locked, the semaphore will be unchanged.</P
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
SDL_syscond.c | 138 The mutex must be locked before entering this function! 139 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/ |
SDL_syscond.c | 138 The mutex must be locked before entering this function! 139 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_syscond.c | 138 The mutex must be locked before entering this function! 139 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/skia/src/gpu/effects/ |
GrTextureStripAtlas.h | 86 // How many times this has been locked (0 == unlocked) 176 // Note that when a texture is locked, it gets removed from this list until it is unlocked.
|
/external/v8/src/ |
atomicops_internals_x86_gcc.cc | 102 // Opteron Rev E has a bug in which on very rare occasions a locked 104 // non-locked read-modify-write instruction. Rev F has this bug in
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 117 * @note If the mutex is already locked, the calling thread blocks until 250 * @note It is an application issue to warrant no more threads are locked
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
Frame.java | 38 * to read or write to the data. Writing to a read-locked Frame may produce unexpected results and 157 throw new RuntimeException("Attempting to unlock frame that is not locked!");
|
/frameworks/compile/libbcc/lib/Support/ |
FileBase.cpp | 146 // Return immediately if it's already locked. 194 // The file descriptor was locked by others, wait for a while before next
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 39 // Create tracking entries for locked buffers 75 CC_LOGW("Max buffers have been locked (%d), cannot lock anymore.",
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCardApplication.java | 491 loge("Sanity check failed! APPSTATE is locked while PIN1 is not!!!"); 496 if (DBG) log("Notifying registrants: LOCKED"); 499 if (DBG) log("Notifying 1 registrant: LOCKED"); 579 * onComplete.arg1 = remaining attempts before puk locked or -1 if unknown 652 * @return true for ICC locked enabled 653 * false for ICC locked disabled 693 * @param enabled "true" for locked "false" for unlocked. 720 * @param enabled "true" for locked "false" for unlocked.
|
/system/core/include/utils/ |
Mutex.h | 39 * The mutex must be unlocked by the thread that locked it. They are not 61 // Manages the mutex automatically. It'll be locked when Autolock is
|
/system/security/keystore/ |
keystore_cli.cpp | 33 /* [LOCKED] = */ "Locked",
|
/external/chromium/chrome/browser/chromeos/login/ |
login_performer.cc | 81 // No difference between cases whether screen was locked by the user or 155 // Don't unlock screen if it was locked while we're waiting 320 DVLOG(1) << "Screen already locked"; 336 LOG(ERROR) << "Screen is not locked"; 452 DVLOG(1) << "Screen locked";
|
/external/chromium_org/third_party/skia/src/core/ |
SkScaledImageCache.cpp | 235 // we're already locked 672 int locked = 0; local 674 locked += rec->fLockCount > 0; 678 SkDebugf("SkScaledImageCache: count=%d bytes=%d locked=%d %s\n", 679 fCount, fBytesUsed, locked,
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrResourceCache.cpp | 76 // Unlike the removeAll, here we really remove everything, including locked resources. 470 int locked = 0; local 478 ++locked; 483 SkDebugf("\t\tEntry Count: current %d (%d locked) high %d\n", 484 fEntryCount, locked, fHighWaterEntryCount);
|
/external/chromium_org/third_party/sqlite/src/test/ |
tclsqlite.test | 512 # is not still open after the "database is locked" exception is thrown. 527 } {1 {database is locked}} 534 # open after the "database is locked" exception is thrown. 547 } {1 {database is locked}} 559 } {db2: database is locked}
|
/external/clang/www/demo/ |
index.cgi | 52 system("rm -f $ROOT/locked"); 140 if ( -f "$ROOT/locked" ) { 142 stat("$ROOT/locked"); 151 system("touch $ROOT/locked"); 460 system("rm $ROOT/locked");
|
/external/skia/src/core/ |
SkScaledImageCache.cpp | 235 // we're already locked 672 int locked = 0; local 674 locked += rec->fLockCount > 0; 678 SkDebugf("SkScaledImageCache: count=%d bytes=%d locked=%d %s\n", 679 fCount, fBytesUsed, locked,
|