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

1 2

  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 26 LOCKED = 3
66 # Capture a single shot with the same EV comp and locked AE.
73 if cap['metadata']['android.control.aeState'] == LOCKED:
88 print 'lumas in AE locked captures: ', luma_locked
91 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 32 LOCKED = STATE_LOCKED, // 2
59 // super-encrypted blob while keystore is locked is different.
  /device/generic/goldfish/gralloc/
framebuffer.cpp 54 LOCKED = 0x00000002
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 101 LOCKED
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 54 LOCKED = 0x00000002
  /test/vts/proto/
VtsFuzzTaskMessage_pb2.py 32 name='LOCKED', index=1, number=1,
78 LOCKED = 1
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 158 #define LOCKED "lo"
163 bool locked; local
170 locked = is_vmflag_set(addr, LOCKED);
171 if (!locked)
212 ret = locked && (vma_rss < vma_size);
249 if (!is_vmflag_set((unsigned long)map, LOCKED)) {
250 printf("VMA flag %s is missing on page 1\n", LOCKED);
254 if (!is_vmflag_set((unsigned long)map + page_size, LOCKED)) {
255 printf("VMA flag %s is missing on page 2\n", LOCKED);
    [all...]
  /external/python/cpython3/Lib/http/
__init__.py 102 LOCKED = 423, 'Locked'
  /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 61 public static final int LOCKED = 2;
131 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
178 case LOCKED: return State.LOCKED;
284 * @return whether {@code user}'s keystore was locked.
812 case LOCKED:
851 case LOCKED:
    [all...]
  /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.15-4.8/sysroot/usr/include/X11/
Xlibint.h 355 #define LOCKED 1
    [all...]
  /frameworks/base/telephony/java/android/provider/
Telephony.java 242 * Is the message locked?
245 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 

Completed in 3386 milliseconds

1 2