Searched defs:INITIAL (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/ash/accelerators/
H A Dkey_hold_detector.h51 // INITIAL --(first press)--> PRESSED --(release)--> INITIAL[SEND PRESS]
54 // INITIAL --(first press)--> PRESSED --(press)-->
56 // INITIAL[OnKeyUnhold]
58 INITIAL, enumerator in enum:ash::KeyHoldDetector::State
/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl.h68 INITIAL, enumerator in enum:OAuth2AccessTokenFetcherImpl::State
H A Doauth2_api_call_flow.h84 INITIAL, enumerator in enum:OAuth2ApiCallFlow::State
/external/chromium_org/ppapi/shared_impl/
H A Dppb_tcp_socket_shared.h16 INITIAL, enumerator in enum:ppapi::TCPSocketState::StateType
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.h77 INITIAL, enumerator in enum:content::ServiceWorkerRegisterJob::Phase
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelServerTest.java267 INITIAL, SENDING, CLOSING, MAY_FINISH_SENDING, SENT, DONE enum constant in enum:SocketTunnelServerTest.TestStates
274 new TestUtils.StateBarrier<TestStates>(TestStates.INITIAL);
279 barrier.advance(TestStates.INITIAL, TestStates.SENDING);
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelClient.java27 INITIAL, RUNNING, STOPPED enum constant in enum:SocketTunnelClient.State
30 private final AtomicReference<State> mState = new AtomicReference<State>(State.INITIAL);
206 if (!mState.compareAndSet(State.INITIAL, State.RUNNING)) {
/external/ppp/pppd/
H A Dfsm.h123 #define INITIAL 0 /* Down, hasn't been opened */ macro
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.h136 INITIAL, enumerator in enum:chromeos::imageburner::StateMachine::State
167 bool new_burn_posible() const { return state_ == INITIAL; }
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h79 INITIAL, enumerator in enum:nasm_parser_state
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h226 #define INITIAL 0 macro
H A Dparse-events-flex.c1103 #define INITIAL 0 macro
1459 BEGIN(INITIAL); yyless(0); variable
1471 BEGIN(INITIAL); yyless(0); variable
1480 BEGIN(INITIAL); yyless(0);
1655 { BEGIN(INITIAL); return '/'; } variable
1764 { unput(*yytext); BEGIN(INITIAL); } variable
1772 { BEGIN(INITIAL); }
1781 case YY_STATE_EOF(INITIAL):
2229 * @note This function does not reset the start condition to @c INITIAL .
H A Dpmu-flex.c507 #define INITIAL 0 macro
830 case YY_STATE_EOF(INITIAL):
1272 * @note This function does not reset the start condition to @c INITIAL .
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h68 INITIAL, enumerator in enum:gas_parser_state
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc570 #define INITIAL 0 macro
979 case YY_STATE_EOF(INITIAL):
1423 * @note This function does not reset the start condition to @c INITIAL .
/external/bison/src/
H A Dscan-skel.c655 #define INITIAL 0 macro
1084 case YY_STATE_EOF(INITIAL):
1149 BEGIN INITIAL; variable
1631 * @note This function does not reset the start condition to @c INITIAL .
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp585 #define INITIAL 0 macro
928 BEGIN(INITIAL); variable
1148 case YY_STATE_EOF(INITIAL):
1590 * @note This function does not reset the start condition to @c INITIAL .
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1028 #define INITIAL 0 macro
2030 case YY_STATE_EOF(INITIAL):
2457 * @note This function does not reset the start condition to @c INITIAL .
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c636 #define INITIAL 0 macro
886 /* Implicitly switch between SKIP and INITIAL (non-skipping);
1311 case YY_STATE_EOF(INITIAL):
1792 * @note This function does not reset the start condition to @c INITIAL .
H A Dglsl_lexer.cc1148 #define INITIAL 0 macro
2662 case YY_STATE_EOF(INITIAL):
3077 * @note This function does not reset the start condition to @c INITIAL .
H A Dlex.yy.c1179 #define INITIAL 0 macro
2491 case YY_STATE_EOF(INITIAL):
2938 * @note This function does not reset the start condition to @c INITIAL .
/external/chromium_org/v8/src/
H A Dparser.h272 INITIAL, enumerator in enum:v8::internal::BASE_EMBEDDED::SubexpressionType
/external/elfutils/0.153/libcpu/
H A Di386_lex.c582 #define INITIAL 0 macro
974 case YY_STATE_EOF(INITIAL):
1429 * @note This function does not reset the start condition to @c INITIAL .
/external/elfutils/0.153/src/
H A Dldlex.c1158 #define INITIAL 0 macro
1766 case YY_STATE_EOF(INITIAL):
2221 * @note This function does not reset the start condition to @c INITIAL .
2865 return prepdepth == 0 ? INITIAL : IGNORE;
2909 result = INITIAL;
/external/libpcap/
H A Dscanner.c2793 #define INITIAL 0 macro
3847 case YY_STATE_EOF(INITIAL):
4252 * @note This function does not reset the start condition to @c INITIAL .

Completed in 480 milliseconds

12