HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 276 - 300 of 1761) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/compositor/
compositor_observer.h 23 // composite cycle). If the compositor is locked, it will not send this
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 23 // The table fixes what mutexes can be locked under what mutexes.
25 // then Report mutex can be locked while under Threads mutex.
26 // The leaf mutexes can be locked under any other mutexes.
127 // Rely on zero initialization because some mutexes can be locked before ctor.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 18 "Mailbox is locked by POP server",
  /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.15/src/video/bwindow/
SDL_sysyuv.h 61 int locked; member in struct:private_yuvhwdata
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.stderr.exp 8 Thread #x unlocked a not-locked lock at 0x........
  /frameworks/av/include/camera/
ProCamera.h 136 * Returns -EBUSY if already locked. 0 on success.
151 * if not locked will return PERMISSION_DENIED
155 // if not locked will return PERMISSION_DENIED, BAD_VALUE if requestId bad
219 // - >0 - number of frames available to be locked
  /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/keystore/java/android/security/
KeyStore.java 37 public static final int LOCKED = 2;
55 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
94 case LOCKED: return State.LOCKED;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 67 Normal, // Normal case (sim card present, it's not locked)
68 NetworkLocked, // SIM card is 'network locked'.
71 SimPukLocked, // SIM card is PUK locked because SIM entered wrong too many times
72 SimLocked, // SIM card is currently locked
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
TaskDescription.java 71 // mark all these as locked?
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 126 * @return true for ICC locked enabled
127 * false for ICC locked disabled
144 * @param enabled "true" for locked "false" for unlocked.
158 * @param enabled "true" for locked "false" for unlocked.
  /packages/apps/Nfc/nci/jni/
Mutex.h 82 ** Returns: True if the mutex is locked.
  /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
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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" );
  /system/security/keystore/include/keystore/
keystore.h 31 LOCKED = STATE_LOCKED, // 2
  /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/chromium_org/ash/desktop_background/
desktop_background_controller.h 125 // Move all desktop widgets to locked container.
172 // Returns id for background container for unlocked and locked states.
173 int GetBackgroundContainerId(bool locked);
  /external/chromium_org/ash/
session_state_delegate.h 57 // Returns true if the screen can be locked.
60 // Returns true if the screen is currently locked.
63 // Returns true if the screen should be locked when the system is about to
  /external/chromium_org/base/threading/
worker_pool_posix.cc 141 AutoLock locked(lock_);
156 AutoLock locked(lock_);
176 AutoLock locked(lock_);
  /external/chromium_org/content/renderer/input/
input_event_filter.cc 44 base::AutoLock locked(routes_lock_);
49 base::AutoLock locked(routes_lock_);
97 base::AutoLock locked(routes_lock_);
  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.cc 22 // must be checked via the locked() attribute. If acquisition was successful
32 bool locked() const { return acquired_; } function in class:content::__anon10896::AutoTryLock
109 if (!auto_try_lock.locked() || state_ != kPlaying) {

Completed in 5878 milliseconds

<<11121314151617181920>>