HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 76 - 100 of 785) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/media/wilhelm/src/itf/
IDynamicInterfaceManagement.c 88 // mutex is locked, update state
182 // mutex is still locked
234 // Mark operation pending (not necessary; remove is synchronous with mutex locked)
245 // The remove hook is called with mutex locked
256 // mutex is still locked
337 // mutex is locked, update state
424 // mutex is now locked
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.html 25 <div id="locked-pin-overlay" class="dialog" hidden>
43 <div id="locked-pin-no-tries-overlay" class="dialog" hidden>
59 <div id="locked-puk-overlay" class="dialog" hidden>
118 <div id="locked-puk-no-tries-overlay" class="dialog" hidden>
123 <div id="locked-puk-action-area" class="action-area">
sim_unlock.css 50 #locked-puk-action-area {
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 60 private boolean mIccPinLocked = true; // Default to locked
71 /* LOCKED means ICC is locked by pin or by network */
72 static public final String INTENT_VALUE_ICC_LOCKED = "LOCKED";
81 /* PIN means ICC is locked on PIN1 */
83 /* PUK means ICC is locked on PUK1 */
85 /* NETWORK means ICC is locked on NETWORK PERSONALIZATION */
279 * @return true for ICC locked enabled
280 * false for ICC locked disabled
301 * @param enabled "true" for locked "false" for unlocked
    [all...]
  /dalvik/vm/
JarFile.cpp 200 bool locked = false; local
276 locked = true;
281 * The file descriptor returned is still locked, and is positioned
334 if (locked) {
341 locked = false;
359 if (locked)
Sync.h 133 * object may be unlocked, thin-locked, or fat-locked.
  /external/skia/gpu/src/
GrBufferAllocPool.h 121 * data is given to the caller. The buffer may or may not be locked. The
130 * in temporary storage and/or the buffer may be locked.
217 * the vertices given to the caller. The buffer may or may not be locked.
226 * may be in temporary storage and/or the buffer may be locked.
305 * the indices is given to the caller. The buffer may or may not be locked.
314 * in temporary storage and/or the buffer may be locked.
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 96 * locked by some process for a long time. If we locked up the UI thread while waiting
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 56 thread safe (all global data is automatically locked), but individual
57 data structure instances are not automatically locked for performance
190 callback from GLib. Also no mutexes may be currently locked while
627 Locks @mutex. If @mutex is already locked by another thread, the
641 already has locked @mutex. Use #GStaticRecMutex, if you need recursive
652 Tries to lock @mutex. If @mutex is already locked by another
666 %TRUE, if the current thread already has locked @mutex. Use
672 @Returns: %TRUE, if @mutex could be locked.
804 @Returns: %TRUE, if the #GStaticMutex could be locked.
915 @Returns: %TRUE, if the lock could be locked
    [all...]
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 71 // Opteron Rev E has a bug in which on very rare occasions a locked
73 // non-locked read-modify-write instruction. Rev F has this bug in
  /external/chromium/base/threading/
simple_thread.cc 117 AutoLock locked(lock_);
131 AutoLock locked(lock_);
  /external/chromium/net/proxy/
proxy_resolver_v8.h 27 // v8::Locker. If not there can be race conditions beween the non-locked V8
28 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
  /external/kernel-headers/original/mtd/
mtd-abi.h 31 #define MTD_STUPID_LOCK 0x2000 /* Always locked after reset */
75 uint32_t locked; member in struct:otp_info
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c 103 The mutex must be locked before entering this function!
104 The mutex is unlocked during the wait, and locked again after the wait.
  /external/valgrind/main/drd/
drd_clientobj.h 71 int recursion_count; // 0 if free, >= 1 if locked.
72 DrdThreadId owner; // owner if locked, last owner if free.
drd_mutex.c 109 "Destroying locked mutex",
239 * be locked recursively.
342 "The impossible happened: mutex 0x%lx is locked"
395 "Mutex not locked",
416 "Mutex not locked by calling thread",
444 /* this mutex is locked again. */
494 /** Return true if the specified mutex is locked by any thread. */
533 "Mutex still locked at thread exit",
drd_rwlock.c 267 "Destroying locked rwlock",
385 * not be locked recursively.
405 "reader-writer lock 0x%lx is already locked for"
454 * not be locked recursively.
571 "Reader-writer lock not locked by calling thread",
600 * when this rwlock is locked again.
631 * when this rwlock is locked again.
656 "Reader-writer lock still locked at thread exit",
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.stderr.exp1 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
pth_inconsistent_cond_wait.stderr.exp2 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 107 * statements. The database must be locked
122 * Retrieves the column name for the given column index. The database must be locked
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 172 public void setScreenLocked(boolean locked) {
173 mScreenLocked = locked;
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 82 int lockedLeft; // region of buffer locked for s/w write
  /external/chromium/chrome/browser/
idle_linux.cc 68 // check if the workstation is locked.
  /external/chromium/net/base/
keygen_handler_mac.cc 238 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
265 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
278 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
288 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 18 "Mailbox is locked by POP server",

Completed in 1717 milliseconds

1 2 34 5 6 7 8 91011>>