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

  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_advanced.py 24 LOCKED = 3
67 # Capture a single shot with the same EV comp and locked AE.
81 if cap['metadata']['android.control.aeState'] == LOCKED:
86 assert cap['metadata']['android.control.aeState'] == LOCKED
test_ev_compensation_basic.py 26 LOCKED = 3
63 # Capture a single shot with the same EV comp and locked AE.
70 if cap['metadata']['android.control.aeState'] == LOCKED:
77 print 'lumas in AE locked captures: ', luma_locked
78 msg = 'AE locked lumas: %s, RTOL: %.2f' % (
82 assert caps[THRESH_CONVERGE_FOR_EV-1]['metadata']['android.control.aeState'] == LOCKED
  /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;
  /device/generic/goldfish/gralloc/
framebuffer.cpp 54 LOCKED = 0x00000002
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 101 LOCKED
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 160 #define LOCKED "lo"
165 bool locked; local
172 locked = is_vmflag_set(addr, LOCKED);
173 if (!locked)
214 ret = locked && (vma_rss < vma_size);
251 if (!is_vmflag_set((unsigned long)map, LOCKED)) {
252 printf("VMA flag %s is missing on page 1\n", LOCKED);
256 if (!is_vmflag_set((unsigned long)map + page_size, LOCKED)) {
257 printf("VMA flag %s is missing on page 2\n", LOCKED);
    [all...]
  /external/python/cpython3/Lib/http/
__init__.py 105 LOCKED = 423, '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...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 336 milliseconds