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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
notify1.test 323 set unlocked 0
324 db unlock_notify {set unlocked 1}
325 set unlocked
332 set unlocked
345 set unlocked 0
346 db unlock_notify {set unlocked 1}
347 set unlocked
354 set unlocked
366 set unlocked
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 35 // Verify that the locks get unlocked, and operations stay on the same thread.
  /external/chromium_org/ui/wm/core/
cursor_manager.h 83 // The cursor state to restore when the cursor is unlocked.
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 29 enum Kind { Destroyed, Locked, Unlocked } K;
36 static LockState getUnlocked(void) { return LockState(Unlocked); }
44 bool isUnlocked() const { return K == Unlocked; }
212 "This lock has already been unlocked",
  /external/valgrind/main/helgrind/tests/
tc10_rec_lock.stderr.exp 15 Thread #x unlocked a not-locked lock at 0x........
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 140 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
325 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
333 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
367 assertTrue("Should be able to generate key when unlocked",
377 assertTrue("Should be able to generate key when unlocked",
397 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
406 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
655 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
686 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
  /frameworks/base/packages/Keyguard/test/SampleTrustAgent/res/layout/
sample_trust_agent_settings.xml 52 android:text="Report device locked or unlocked" />
  /pdk/apps/TestingCamera/res/values/
strings.xml 54 <string name="exposure_lock_off_label">Auto-Exposure Unlocked</string>
  /art/runtime/
lock_word.h 34 * the state. The three possible states are fat locked, thin/unlocked, and hash code.
56 // Number of bits to encode the state, currently just fat or thin/unlocked or hash code.
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 95 // Move all desktop widgets to unlocked container.
139 // Returns id for background container for unlocked and locked states.
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.h 48 // instance of itself which will be deleted when the system is unlocked.
164 // false. Instead, ScreenLocker object gets deleted when unlocked.
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___mouse_lock__1__0.html 55 <p><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634" title="UnlockMouse() causes the mouse to be unlocked, allowing it to track user movement again...">UnlockMouse()</a> causes the mouse to be unlocked, allowing it to track user movement again. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___mouse_lock__1__0.html 55 <p><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634" title="UnlockMouse() causes the mouse to be unlocked, allowing it to track user movement again...">UnlockMouse()</a> causes the mouse to be unlocked, allowing it to track user movement again. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___mouse_lock__1__0.html 55 <p><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634" title="UnlockMouse() causes the mouse to be unlocked, allowing it to track user movement again...">UnlockMouse()</a> causes the mouse to be unlocked, allowing it to track user movement again. </p>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 177 /* Unlocked version for single threaded environments, such as some
182 #define PIPE_ATOMIC "Unlocked"
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 177 /* Unlocked version for single threaded environments, such as some
182 #define PIPE_ATOMIC "Unlocked"
  /frameworks/base/keystore/java/android/security/
AndroidKeyPairGenerator.java 83 && (mKeyStore.state() != KeyStore.State.UNLOCKED)) {
85 "Android keystore must be in initialized and unlocked state "
  /frameworks/wilhelm/src/itf/
IObject.c 72 // Make a copy of these, so we can call the callback with mutex unlocked
77 // Note that the mutex is unlocked during the callback
212 // mutex is unlocked, update state
215 // Make a copy of these, so we can call the callback with mutex unlocked
220 // Note that the mutex is unlocked during the callback
404 * Note: called with mutex unlocked, and returns with mutex locked.
522 // mutex is unlocked
629 // The mutex is unlocked and destroyed by IObject_deinit, which is the last deinitializer
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantLockTest.java 163 * Constructor sets given fairness, and is in unlocked state
182 * locking an unlocked lock succeeds
194 * Unlocking an unlocked lock throws IllegalMonitorStateException
207 * tryLock on an unlocked lock succeeds
457 * lockInterruptibly succeeds when unlocked, else is interruptible
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
mman.h 110 until unlocked by a call to the `munlockall', until the process exits,
115 unlocked. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mman.h 110 until unlocked by a call to the `munlockall', until the process exits,
115 unlocked. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
condition_variable 224 // _M_mutex must be unlocked before re-locking __lock so move
246 // _M_mutex must be unlocked before re-locking __lock so move
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
condition_variable 224 // _M_mutex must be unlocked before re-locking __lock so move
246 // _M_mutex must be unlocked before re-locking __lock so move
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
condition_variable 224 // _M_mutex must be unlocked before re-locking __lock so move
246 // _M_mutex must be unlocked before re-locking __lock so move
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 28 "Lock object is not initialized unlocked.")
38 #Make sure release of an unlocked thread raises _thread.error

Completed in 5816 milliseconds

1 2 34 5 6 7 8 91011>>