/frameworks/base/cmds/keystore/ |
keystore_cli.cpp | 30 /* [LOCKED] = */ "Locked",
|
keystore.h | 29 LOCKED = STATE_LOCKED, // 2
|
/system/media/wilhelm/src/ |
handlers.h | 69 * is called. The handler is called with the object's mutex locked, 70 * and should return with mutex locked. The handler returns a bitmask of the attributes which
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 161 MutexGuard locked(lock); 165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV]; 170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { 172 EEState.getGlobalAddressReverseMap(locked)[Addr]; 179 MutexGuard locked(lock); 181 EEState.getGlobalAddressMap(locked).clear(); 182 EEState.getGlobalAddressReverseMap(locked).clear(); 186 MutexGuard locked(lock); 189 EEState.RemoveMapping(locked, FI); 192 EEState.RemoveMapping(locked, GI) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker_tester.h | 29 // Returns true if the screen is locked.
|
/external/chromium/chrome/browser/policy/ |
enterprise_install_attributes.h | 36 // case it checks that the passed user agrees with the locked attribute.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 154 #locked-network-banner { 162 #locked-network-icon { 173 #access-locked-text { 187 #internetPage:not([accesslocked]) #locked-network-banner,
|
/external/chromium/chrome/common/ |
multi_process_lock_mac.cc | 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
|
multi_process_lock_win.cc | 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
|
/external/chromium/net/base/ |
cert_database_mac.cc | 46 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
|
/external/chromium/net/disk_cache/ |
file_lock.h | 28 // the operations are inlined / optimized, the "locked" operations can happen
|
/external/chromium/net/url_request/ |
url_request_job_manager.cc | 148 base::AutoLock locked(lock_); 167 base::AutoLock locked(lock_); 190 base::AutoLock locked(lock_); 203 base::AutoLock locked(lock_);
|
/external/qemu/android/utils/ |
filelock.h | 22 ** NULL only if the corresponding path is already locked by another emulator
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_phyuv_c.h | 53 int locked; member in struct:private_yuvhwdata
|
/external/valgrind/main/drd/tests/ |
hold_lock.c | 1 /** Hold several types of synchronization objects locked as long as specified.
|
pth_cond_race.stderr.exp | 3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
|
recursive_mutex.stderr.exp-darwin | 5 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
tc10_rec_lock.stderr.exp | 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
/external/valgrind/main/helgrind/tests/ |
tc12_rwl_trivial.stderr.exp-darwin970 | 4 Thread #x unlocked a not-locked lock at 0x........
|
/external/webkit/LayoutTests/storage/ |
database-lock-after-reload.html | 27 // This should not leave the database locked and on the next page we should be able to insert
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 38 public static final int LOCKED = 2; 49 public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; 66 case LOCKED: return State.LOCKED;
|
/frameworks/base/packages/SystemUI/res/values-land/ |
strings.xml | 22 <string name="toast_rotation_locked">Screen is now locked in landscape orientation.</string>
|
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/ |
ContextManager.cpp | 51 llvm::MutexGuard Locked(mContextSlotOccupiedLock); 117 llvm::MutexGuard Locked(mContextSlotOccupiedLock); 150 llvm::MutexGuard Locked(mContextSlotOccupiedLock); 177 llvm::MutexGuard Locked(mContextSlotOccupiedLock);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementSyncBehavior.java | 26 * the element has <code>syncBehavior="locked"</code> .
|
/packages/apps/Mms/src/com/android/mms/util/ |
Recycler.java | 201 "locked=0", 223 "locked=0 AND date<" + latestDate, 262 "locked=0", 348 ") AND locked=0", 394 "thread_id=" + threadId + " AND locked=0", 426 "thread_id=" + threadId + " AND locked=0 AND date<" + latestDate, 456 "thread_id=" + threadId + " AND locked=0",
|