HomeSort by relevance Sort by last modified time
    Searched defs:LOCKED (Results 1 - 25 of 37) sorted by null

1 2

  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 26 LOCKED = 3
65 # Capture a single shot with the same EV comp and locked AE.
72 if cap['metadata']['android.control.aeState'] == LOCKED:
87 print 'lumas in AE locked captures: ', luma_locked
90 assert caps[THRESH_CONVERGE_FOR_EV-1]['metadata']['android.control.aeState'] == LOCKED
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcher.java 35 public static final int LOCKED = 0; // Obtained requested lock
  /development/tools/bugreport/src/com/android/bugreport/stacks/
LockSnapshot.java 25 public static final int LOCKED = 1;
30 public static final int ANY = LOCKED | WAITING | SLEEPING | BLOCKED;
  /system/security/keystore/include/keystore/
keystore.h 31 LOCKED = STATE_LOCKED, // 2
58 // super-encrypted blob while keystore is locked is different.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 101 LOCKED
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 54 LOCKED = 0x00000002
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 157 #define LOCKED "lo"
162 bool locked; local
169 locked = is_vmflag_set(addr, LOCKED);
170 if (!locked)
211 ret = locked && (vma_rss < vma_size);
248 if (!is_vmflag_set((unsigned long)map, LOCKED)) {
249 printf("VMA flag %s is missing on page 1\n", LOCKED);
253 if (!is_vmflag_set((unsigned long)map + page_size, LOCKED)) {
254 printf("VMA flag %s is missing on page 2\n", LOCKED);
    [all...]
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 51 * When key modifiers are toggled into a latched or locked state, the state
53 * meta state integer managed by the client. These latched or locked modifiers
91 * Flag that indicates that the SHIFT key is locked in CAPS mode.
95 * Flag that indicates that the ALT key is locked.
99 * Flag that indicates that the SYM key is locked.
157 * or locked meta key.
178 * or locked meta key.
197 * @return 0 if inactive, 1 if active, 2 if locked.
228 * @return 0 if inactive, 1 if active, 2 if locked.
241 // META_SELECTING is only ever set to PRESSED and can't be LOCKED, so return
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 58 public static final int LOCKED = 2;
107 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
154 case LOCKED: return State.LOCKED;
250 * @return whether {@code user}'s keystore was locked.
671 case LOCKED:
710 case LOCKED:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 149 LOCKED = 423
    [all...]
  /external/python/cpython2/Lib/
httplib.py 150 LOCKED = 423
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 40 /** An eccentric value > 32 bits for locked synchronizer state. */
41 static final long LOCKED = (1L << 63) | (1L << 15);
47 assertTrue(state == UNLOCKED || state == LOCKED);
48 return state == LOCKED;
52 assertEquals(LOCKED, acquires);
53 return compareAndSetState(UNLOCKED, LOCKED);
57 if (getState() != LOCKED) throw new IllegalMonitorStateException();
63 return tryAcquireNanos(LOCKED, nanos);
67 return tryAcquire(LOCKED);
71 return tryRelease(LOCKED);
    [all...]
AbstractQueuedSynchronizerTest.java 43 /** An eccentric value for locked synchronizer state. */
44 static final int LOCKED = (1 << 31) | (1 << 15);
50 assertTrue(state == UNLOCKED || state == LOCKED);
51 return state == LOCKED;
55 assertEquals(LOCKED, acquires);
56 return compareAndSetState(UNLOCKED, LOCKED);
60 if (getState() != LOCKED) throw new IllegalMonitorStateException();
61 assertEquals(LOCKED, releases);
67 return tryAcquireNanos(LOCKED, nanos);
71 return tryAcquire(LOCKED);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 134 UCHAR LOCKED : 1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 363 #define LOCKED 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 355 #define LOCKED 1
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 241 * Is the message locked?
244 public static final String LOCKED = "locked";
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 

Completed in 3703 milliseconds

1 2