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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 47 private static final String STATE = "state";
64 mState = savedInstanceState.getInt(STATE, 0);
86 outState.putInt(STATE, mState);
135 * Set the visible state of a test item to passed or failed.
148 * Set the visible state of a test item to waiting.
158 * Advances the state machine.
161 // Advance test state until we find case where it hasn't passed (yet)
195 * Return to the state machine to progress through the tests.
202 * Wait for things to settle before returning to the state machine
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 44 private static final String STATE = "CA";
153 STATE, CITY, DEPENDENT_LOCALITY,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 45 private static final String STATE = "state";
84 mState = savedInstanceState.getInt(STATE, 0);
101 outState.putInt(STATE, mState);
191 * Return to the state machine to progress through the tests.
198 * Wait for things to settle before returning to the state machine.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 48 private static final String STATE = "state";
133 int savedStateIndex = (savedState == null) ? 0 : savedState.getInt(STATE, 0);
135 Log.i(TAG, "restored state(" + savedStateIndex + "}, status(" + savedStatus + ")");
167 outState.putInt(STATE, stateIndex);
169 Log.i(TAG, "saved state(" + stateIndex + "}, status(" + (mCurrentTest.status) + ")");
289 * Return to the state machine to progress through the tests.
297 * Wait for things to settle before returning to the state machine.
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 110 STATE = 328,
218 #define STATE 328
276 gl_state_index state[STATE_LENGTH]; member in union:YYSTYPE
program_parse.tab.c 119 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
135 static int yyparse(struct asm_parser_state *state);
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
143 struct asm_parser_state *state);
194 #define YYLEX_PARAM state->scanner
295 STATE = 328,
403 #define STATE 328
461 gl_state_index state[STATE_LENGTH]; member in union:YYSTYPE
725 /* YYFINAL -- State number of the termination state. *
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 261 * Each xmlValidState represent the validation state associated to the
341 * debug/maintain than a generic NFA -> DFA state based algo. The
345 * this is the content of a saved state for rollbacks
356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState
365 #define STATE ctxt->vstate->state
376 unsigned char state) {
405 * Don't push on the stack a state already here
411 (ctxt->vstateTab[i].state == state))
5722 xmlValidStatePtr state = ctxt->vstate; local
5814 xmlValidStatePtr state = ctxt->vstate; local
5888 xmlValidStatePtr state = ctxt->vstate; local
    [all...]
  /external/libxml2/
valid.c 261 * Each xmlValidState represent the validation state associated to the
341 * debug/maintain than a generic NFA -> DFA state based algo. The
345 * this is the content of a saved state for rollbacks
356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState
365 #define STATE ctxt->vstate->state
376 unsigned char state) {
405 * Don't push on the stack a state already here
411 (ctxt->vstateTab[i].state == state))
5723 xmlValidStatePtr state = ctxt->vstate; local
5815 xmlValidStatePtr state = ctxt->vstate; local
5889 xmlValidStatePtr state = ctxt->vstate; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 276 milliseconds