/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 57 //Retrieves the current Adapter state 59 //Retrieves the next Adapter state 62 // Rolls the state machine back to INTIALIZED_STATE from the current state 66 //The first two methods will try to switch the adapter state. 68 //call to commitState(). If the state switch fails, then it will 69 //get reset to the previous state via rollbackState(). 74 // Retrieves the current Adapter state - for internal use (not locked) 75 virtual status_t getState(AdapterState &state); 76 // Retrieves the next Adapter state - for internal use (not locked [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementRemoveAttributeNS.java | 53 boolean state; 63 state = element.hasAttributeNS( 65 assertFalse("elementremoveattributens01", state);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
ShiftKeyState.java | 62 protected String toString(int state) { 63 switch (state) { 66 default: return super.toString(state);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|
/sdk/common/src/com/android/resources/ |
ResourceEnum.java | 43 * <p/>For instance "exposed", which can be the value for the keyboard state or the navigation 44 * state, would be valid since something else in the UI is expected to show if this is about the 45 * keyboard or the navigation state.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/ |
ConfigMatchTest.java | 94 null, // keyboard state 96 null, // navigation state 118 KeyboardState.EXPOSED.getResourceValue(), // keyboard state 120 null, // navigation state 142 KeyboardState.HIDDEN.getResourceValue(), // keyboard state 144 null, // navigation state 166 null, // keyboard state 168 null, // navigation state 190 KeyboardState.EXPOSED.getResourceValue(), // keyboard state 192 NavigationState.EXPOSED.getResourceValue(), // navigation state [all...] |
/system/media/wilhelm/src/ |
attr.h | 30 #define ATTR_INDEX_BQ_ENQUEUE 3 // (buffer queue non-empty and in playing state) became true 31 #define ATTR_INDEX_ABQ_ENQUEUE 4 // Android buffer queue became non-empty and in playing state 32 #define ATTR_INDEX_PLAY_STATE 5 // play: play state
|
/external/openssl/ssl/ |
d1_srvr.c | 152 int new_state,state,skip=0; local 180 state=s->state; 182 switch (s->state) 186 /* s->state=SSL_ST_ACCEPT; */ 226 if (s->state != SSL_ST_RENEGOTIATE) 234 s->state=SSL3_ST_SR_CLNT_HELLO_A; 239 /* s->state == SSL_ST_RENEGOTIATE, 242 s->state=SSL3_ST_SW_HELLO_REQ_A; 255 s->state=SSL3_ST_SW_FLUSH [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 126 State state = State.PENDING; field in class:GsmMmiCode 226 ret.state = State.PENDING; 228 ret.state = State.COMPLETE; 238 ret.state = State.PENDING; 396 public State [all...] |
/bionic/libc/include/ |
sha1.h | 19 uint32_t state[5]; member in struct:__anon39
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
gpio-switch.h | 33 void (* notify)(void *data, int state);
|
/bionic/libc/kernel/arch-sh/asm/ |
push-switch.h | 22 unsigned int state:1; member in struct:push_switch
|
/bionic/libc/netbsd/resolv/ |
res_state.c | 121 /* We already have one thread-specific DNS state object. 132 /* Still nothing, return current state */ 139 /* Nothing changed, so return the current state */ 144 /* Update the recorded serial number, and go reset the state */ 150 * we need to create a new thread-specific DNS resolver state. */ 156 D("%s: tid=%d Created new DNS state rt=%p", 160 /* Reset the state, note that res_ninit() can now properly reset 161 * an existing state without leaking memory. 163 D("%s: tid=%d, rt=%p, resetting DNS state (options RES_INIT=%d)",
|
/cts/tests/tests/net/src/android/net/cts/ |
NetworkInfoTest.java | 25 import android.net.NetworkInfo.State; 61 if (State.CONNECTED == netInfo.getState()) { 64 assertTrue(State.CONNECTING == netInfo.getState() 65 || State.CONNECTED == netInfo.getState());
|
/cts/tests/tests/net/src/android/net/http/cts/ |
ApacheHttpClientTest.java | 31 import android.net.NetworkInfo.State; 143 new ConnectivityActionReceiver(ConnectivityManager.TYPE_WIFI, State.CONNECTED); 160 State.CONNECTED); 163 State.DISCONNECTED); 177 /** Receiver that captures the last connectivity change's network type and state. */ 184 private final State mExpectedState; 186 ConnectivityActionReceiver(int networkType, State expectedState) { 195 State networkState = networkInfo.getState(); 196 Log.i(TAG, "Network type: " + networkType + " State: " + networkInfo.getState());
|
/cts/tests/tests/util/src/android/util/cts/ |
StateSetTest.java | 40 notes = "Test trim state set.", 45 // state set's old size is equal to new size 58 notes = "test dump state set", 103 // Add another state to the spec which the stateSet doesn't match 109 // Add an irrelevent state to the stateSpec 125 // Add another matching state to the the stateSet. We still fail 140 // Add another arrelevent state to the stateSet 146 // Add another state to the spec which the stateSet doesn't match 149 // Add an irrelevent state to the stateSet
|
/cts/tools/dasm/src/java_cup/ |
lalr_transition.java | 6 * transitions out of a single state via the _next field. 21 * @param to_st state we transition to. 31 throw new internal_error("Attempt to create transition to null state"); 43 * @param to_st state we transition to. 62 /** The state we transition to. */ 65 /** The state we transition to. */ 70 /** Next transition in linked list of transitions out of a state */ 73 /** Next transition in linked list of transitions out of a state */ 85 result = "transition on " + on_symbol().name() + " to state [";
|