/external/chromium_org/net/ssl/ |
ssl_config_service.cc | 23 base::AutoLock locked(lock_); 28 base::AutoLock locked(lock_);
|
/external/chromium_org/ui/keyboard/resources/ |
main.css | 18 kb-keyboard.caps-locked kb-shift-key.dark {
|
/external/valgrind/main/drd/tests/ |
pth_cancel_locked.stderr.exp | 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
|
tc10_rec_lock.stderr.exp | 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
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.
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
Camera2Focuser.java | 69 * This callback is called when auto focus completes and locked. 134 public synchronized void onAutoFocusSuccess(CaptureResult result, boolean locked) { 136 mLocked = locked; 138 if (locked) { 144 public synchronized void onAutoFocusFail(CaptureResult result, boolean locked) { 146 mLocked = locked; 148 if (locked) { 186 * lock it. If AF is already locked, return. Otherwise, initiate a full 201 * Cancel ongoing auto focus, unlock the auto-focus if it was locked, and 249 // locked, return. Otherwise, initiate a full active scan [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraSettings.java | 160 * @param locked Whether to prevent changes to these fields. 165 /*package*/ void setSizesLocked(boolean locked) { 166 mSizesLocked = locked; 234 Log.w(TAG, "Attempt to change preview size while locked"); 275 Log.w(TAG, "Attempt to change photo size while locked"); 353 public void setAutoExposureLock(boolean locked) { 354 mAutoExposureLocked = locked; 436 public void setAutoWhiteBalanceLock(boolean locked) { 437 mAutoWhiteBalanceLocked = locked;
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 153 MutexGuard locked(lock); 180 MutexGuard locked(lock); 209 MutexGuard locked(lock); 411 MutexGuard locked(lock); 417 MutexGuard locked(lock); 429 MutexGuard locked(lock); 436 MutexGuard locked(lock); 447 MutexGuard locked(lock); 508 MutexGuard locked(lock); 537 MutexGuard locked(lock) [all...] |
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager.cc | 100 IdleState IdleTimeToIdleState(bool locked, int idle_time, int idle_threshold) { 103 if (locked) { 246 bool locked = idle_time_provider_->CheckIdleStateIsLocked(); local 250 last_state_ = IdleTimeToIdleState(locked, 258 IdleTimeToIdleState(locked, idle_time, monitor.threshold);
|
/external/chromium_org/base/threading/ |
worker_pool_posix.cc | 141 AutoLock locked(lock_); 156 AutoLock locked(lock_); 176 AutoLock locked(lock_);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
GDBRegistrar.cpp | 124 llvm::MutexGuard locked(JITDebugLock); 140 llvm::MutexGuard locked(JITDebugLock); 159 llvm::MutexGuard locked(JITDebugLock);
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
GDBJITRegistrar.cpp | 115 llvm::MutexGuard locked(JITDebugLock); 135 llvm::MutexGuard locked(JITDebugLock); 204 llvm::MutexGuard locked(JITDebugLock);
|
/external/qemu/android/utils/ |
filelock.c | 45 ** return NULL only if the corresponding file path could not be locked. 78 int locked; member in struct:FileLock 183 D( "the file '%s' is locked by process ID %d\n", lock->file, lockpid ); 216 lock->locked = 1; 278 lock->locked = 1; 372 if (lock->locked) { 379 lock->locked = 0; 420 lock->locked = 0;
|
/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;
|
/external/chromium_org/content/browser/renderer_host/ |
renderer_frame_manager.cc | 21 bool locked) { 23 if (locked)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector2.cc | 73 ThreadMutex locked[kMaxNesting]; member in struct:__sanitizer::DDLogicalThread 213 ThreadMutex *tm = <->locked[lt->nlocked++]; 226 u32 id1 = lt->locked[i].id; 227 u32 stk1 = lt->locked[i].stk; 300 ThreadMutex *tm = <->locked[lt->nlocked++]; 322 if (cb->lt->locked[i].id == m->id) { 323 lt->locked[i] = lt->locked[last]; 338 // Remove the mutex from lt->locked if there. 341 if (lt->locked[i].id == m->id) [all...] |
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller.h | 91 // Move all desktop widgets to locked container. 139 // Returns id for background container for unlocked and locked states. 140 int GetBackgroundContainerId(bool locked);
|
/external/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 48 base::AutoLock locked(kernel_->lock_); 53 base::AutoLock locked(kernel_->lock_); 70 base::AutoLock locked(kernel_->lock_); 95 base::AutoLock locked(lock_);
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
user_manager.css | 75 .pod .locked-indicator { 88 html[dir=rtl] .pod .locked-indicator {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_item_controller.h | 60 bool locked() { return locked_ > 0; } function in class:LauncherItemController
|
/external/chromium_org/net/base/ |
keygen_handler_mac.cc | 239 base::AutoLock locked(crypto::GetMacSecurityServicesLock()); 266 base::AutoLock locked(crypto::GetMacSecurityServicesLock()); 279 base::AutoLock locked(crypto::GetMacSecurityServicesLock()); 289 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
|
test_completion_callback_unittest.cc | 72 base::AutoLock locked(origin_loop_lock_);
|
/external/chromium_org/remoting/base/ |
compound_buffer.h | 62 // Locks the buffer. After the buffer is locked, no data can be 67 // Returns true if content is locked. 68 bool locked() const { return locked_; } function in class:remoting::CompoundBuffer 104 // Caller keeps ownership of |buffer|. |buffer| must be locked.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
WaveShaperProcessor.cpp | 89 if (tryLocker.locked()) {
|
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/ |
MediaStreamComponent.cpp | 75 if (!tryLocker.locked() || !m_webAudioSourceProvider) {
|