/cts/apps/CameraITS/tests/scene1/ |
test_ev_compensation_basic.py | 31 LOCKED = 3 53 # Capture a single shot with the same EV comp and locked AE. 59 if (cap['metadata']['android.control.aeState'] == LOCKED): 64 assert(cap['metadata']['android.control.aeState'] == LOCKED)
|
test_ev_compensation_advanced.py | 31 LOCKED = 3 62 # Capture a single shot with the same EV comp and locked AE. 75 if (cap['metadata']['android.control.aeState'] == LOCKED): 80 assert(cap['metadata']['android.control.aeState'] == LOCKED)
|
test_ae_precapture_trigger.py | 32 LOCKED = 3
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileDispatcher.java | 33 public static final int LOCKED = 0; // Obtained requested lock
|
/system/security/keystore/include/keystore/ |
keystore.h | 31 LOCKED = STATE_LOCKED, // 2
|
/frameworks/av/services/audioflinger/ |
AudioResamplerDyn.h | 113 template<int CHANNELS, bool LOCKED, int STRIDE>
|
AudioResamplerFirProcess.h | 173 * ProcessL() calls ProcessBase() with TFUNC = InterpNull, for fixed/locked phase. 374 template<int CHANNELS, bool LOCKED, int STRIDE, typename TC, typename TI, typename TO> 386 if (LOCKED) { 387 // locked polyphase (no interpolation)
|
AudioResamplerDyn.cpp | 399 // check if locked phase (works only if mPhaseIncrement has no "fractional phase bits") 400 int locked = (mPhaseIncrement << (sizeof(mPhaseIncrement)*8 - c.mShift)) == 0; local 401 if (locked) { 416 if (locked) { 473 mChannelCount, locked ? "locked" : "interpolated", 486 template<int CHANNELS, bool LOCKED, int STRIDE> 572 fir<CHANNELS, LOCKED, STRIDE>(
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.h | 102 LOCKED
|
ZslProcessor.cpp | 425 mState = LOCKED; 434 if (mState == LOCKED) return OK; 525 * - ensure that aeState is either converged or 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...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
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...] |
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...] |
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 58 public static final int LOCKED = 2; 97 public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; 144 case LOCKED: return State.LOCKED; 240 * @return whether {@code user}'s keystore was locked. 640 case LOCKED: 679 case LOCKED:
|
/system/security/keystore/ |
blob.cpp | 96 return LOCKED; 172 return LOCKED;
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
HttpStatus.java | 512 * <td>Locked</td> 786 /** <code>423 Locked</code> */ 787 LOCKED(LOCKED_423, "Locked"), [all...] |
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
SmsInteraction.java | 120 return mValues.getAsBoolean(Sms.LOCKED);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
minitape.h | 134 UCHAR LOCKED : 1;
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 58 LOCKED = 0x00000002
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 629 Mms.LOCKED + " INTEGER DEFAULT 0," + [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
World.java | 90 public static final int LOCKED = 0x0002; 334 * @warning This function is locked during callbacks. 360 * function is locked during callbacks. 363 * @warning This function is locked during callbacks. 436 * @warning This function is locked during callbacks. 501 * @warning This function is locked during callbacks. 608 m_flags |= LOCKED; 654 m_flags &= ~LOCKED; 1016 * Is the world locked (in the middle of a time step). 1021 return (m_flags & LOCKED) == LOCKED [all...] |
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 76 * KeyStore: LOCKED 165 case LOCKED: {
|
/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | 238 * Is the message locked? 241 public static final String LOCKED = "locked"; [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...] |