HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/av/services/audioflinger/
FastThreadState.cpp 23 mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL), mNBLogWriter(NULL)
34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
FastThreadState.h 35 INITIAL = 0, // used only for the initial state
  /external/elfutils/0.153/libcpu/
i386_lex.l 72 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
86 <INITIAL,MAIN>^"\n" { /* IGNORE */ }
88 <INITIAL,MAIN>"\n" { return '\n'; }
90 <INITIAL,MAIN>^"#" { eat_to_eol (); }
  /external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.cc 13 DCHECK(state_ == INITIAL || state_ == CONNECTED);
62 return state_ == INITIAL;
64 return state_ == INITIAL || state_ == BOUND;
85 return state_ != INITIAL && state_ != CLOSED;
ppb_tcp_socket_shared.h 16 INITIAL,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 21 INITIAL,
  /external/chromium_org/ash/accelerators/
key_hold_detector.cc 50 : state_(INITIAL),
61 case INITIAL:
82 case INITIAL:
95 state_ = INITIAL;
key_hold_detector.h 51 // INITIAL --(first press)--> PRESSED --(release)--> INITIAL[SEND PRESS]
54 // INITIAL --(first press)--> PRESSED --(press)-->
56 // INITIAL[OnKeyUnhold]
58 INITIAL,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 204 parser_gas->state = INITIAL;
211 parser_gas->state = INITIAL;
424 parser_gas->state = INITIAL;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager_unittest.cc 143 EXPECT_EQ(StateMachine::INITIAL, state_machine->state());
155 EXPECT_CALL(observer, OnBurnStateChanged(StateMachine::INITIAL))
173 // EXPECT_EQ(StateMachine::INITIAL, state_machine->state());
187 EXPECT_EQ(StateMachine::INITIAL, state_machine->state());
197 // We don't want state change to INITIAL due to error to be reported to
201 EXPECT_CALL(observer, OnBurnStateChanged(StateMachine::INITIAL))
220 EXPECT_EQ(state_machine->state(), StateMachine::INITIAL);
231 EXPECT_EQ(state_machine->state(), StateMachine::INITIAL);
237 EXPECT_EQ(state_machine->state(), StateMachine::INITIAL);
burn_manager.cc 181 state_(INITIAL) {
188 if (state_ == INITIAL)
193 state_ = INITIAL;
198 if (state_ == INITIAL)
200 state_ = INITIAL;
296 if (state_machine_->state() == StateMachine::INITIAL) {
497 if (state_machine_->state() == StateMachine::INITIAL && network)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 112 BEGIN(INITIAL); yyless(0);
118 BEGIN(INITIAL); yyless(0);
124 BEGIN(INITIAL); yyless(0);
173 "/" { BEGIN(INITIAL); return '/'; }
204 . { unput(*yytext); BEGIN(INITIAL); }
209 <<EOF>> { BEGIN(INITIAL); }
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 45 state_(INITIAL),
56 CHECK(state_ == INITIAL || state_ == MINT_ACCESS_TOKEN_DONE);
103 CHECK(state_ == INITIAL || state_ == API_CALL_DONE);
oauth2_api_call_flow.h 83 INITIAL,
  /external/bison/src/
scan-gram.l 131 /* Where containing code started, when applicable. Its initial
146 <INITIAL,SC_AFTER_IDENTIFIER,SC_BRACKETED_ID,SC_RETURN_BRACKETED_ID>
176 <INITIAL>
191 "%initial-action" return PERCENT_INITIAL_ACTION;
328 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
334 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
339 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
367 if (INITIAL == bracketed_id_context_state)
399 BEGIN INITIAL;
406 | Scanning a Yacc comment. The initial '/ *' is already eaten.
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 40 private int mState = INITIAL;
42 public static final int INITIAL = 0;
  /external/ppp/pppd/
fsm.h 123 #define INITIAL 0 /* Down, hasn't been opened */
  /frameworks/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 67 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED };
80 mState = State.INITIAL;
84 mState = State.INITIAL;
110 case INITIAL:
129 mState = State.INITIAL;
365 mState = State.INITIAL;
435 if (mState != State.INITIAL) {
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc 35 phase_(INITIAL),
42 phase_ == INITIAL || phase_ == COMPLETE || phase_ == ABORT)
118 case INITIAL:
122 DCHECK(phase_ == INITIAL) << phase_;
140 DCHECK(phase_ != INITIAL && phase_ != COMPLETE) << phase_;
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 95 /* Implicitly switch between SKIP and INITIAL (non-skipping);
142 <SKIP,INITIAL>{
290 <SKIP,INITIAL>\n {
298 <INITIAL><<EOF>> {
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 95 /* Implicitly switch between SKIP and INITIAL (non-skipping);
142 <SKIP,INITIAL>{
290 <SKIP,INITIAL>\n {
298 <INITIAL><<EOF>> {

Completed in 792 milliseconds

1 2 3 4