HomeSort by relevance Sort by last modified time
    Searched defs:UNLOCKED (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimState.java 142 * Unlocked on top of an app (launcher or any other activity.)
144 UNLOCKED(6) {
  /external/libevent/
bufferevent.c 173 #define UNLOCKED(stmt) \
183 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg));
189 UNLOCKED(readcb(bufev, cbarg));
195 UNLOCKED(writecb(bufev, cbarg));
205 UNLOCKED(errorcb(bufev,what,cbarg));
208 #undef UNLOCKED
  /frameworks/base/keystore/java/android/security/
KeyStore.java 131 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
177 case NO_ERROR: return State.UNLOCKED;
189 return state() == State.UNLOCKED;
308 * @return whether the keystore was unlocked.
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 43 static final long UNLOCKED = 0;
47 assertTrue(state == UNLOCKED || state == LOCKED);
53 return compareAndSetState(UNLOCKED, LOCKED);
58 setState(UNLOCKED);
    [all...]
AbstractQueuedSynchronizerTest.java 46 static final int UNLOCKED = 0;
50 assertTrue(state == UNLOCKED || state == LOCKED);
56 return compareAndSetState(UNLOCKED, LOCKED);
62 setState(UNLOCKED);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 356 #define UNLOCKED 0
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 87 milliseconds