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

12 3 4

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc 87 if (state != StateMachine::INITIAL && !working_) {
103 } else if (state_machine_->state() != StateMachine::INITIAL) {
burn_manager.h 136 INITIAL,
167 bool new_burn_posible() const { return state_ == INITIAL; }
  /external/bison/src/
scan-skel.l 94 <INITIAL><<EOF>> {
130 BEGIN INITIAL;
scan-gram.c     [all...]
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher_impl.h 68 INITIAL,
oauth2_access_token_fetcher_impl.cc 139 state_(INITIAL) {}
156 CHECK_EQ(INITIAL, state_);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.c 71 parser_gas.state = INITIAL;
gas-parser.h 68 INITIAL,
gas-token.re 305 parser_gas->state = INITIAL;
403 parser_gas->state = INITIAL;
421 "*/" { parser_gas->state = INITIAL; goto scan; }
450 parser_gas->state = INITIAL;
459 parser_gas->state = INITIAL;
466 parser_gas->state = INITIAL;
492 parser_gas->state = INITIAL;
503 parser_gas->state = INITIAL;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.c 64 parser_nasm.state = INITIAL;
nasm-parser.h 79 INITIAL,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 83 * always resets the MediaRecorder object to Initial (after reset) state.
218 case INITIAL:
253 case INITIAL:
281 callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.INITIAL);
  /external/ppp/pppd/
fsm.c 83 f->state = INITIAL;
102 case INITIAL:
110 /* Send an initial configure-request */
133 f->state = INITIAL;
143 f->state = INITIAL;
175 case INITIAL:
185 /* Send an initial configure-request */
258 f->state = INITIAL;
365 if( f->state == INITIAL || f->state == STARTING ){
434 fsm_sconfreq(f, 0); /* Send initial Configure-Request *
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.h 67 INITIAL,
  /external/elfutils/0.153/src/
ldlex.l 294 return prepdepth == 0 ? INITIAL : IGNORE;
338 result = INITIAL;
ldlex.c     [all...]
  /frameworks/base/tools/aidl/
aidl_language_l.l 45 <COPYING>\}\%\% { BEGIN(INITIAL); }
56 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
  /frameworks/av/services/audioflinger/
FastThread.cpp 37 // re-initialized to &initial by subclass constructor
66 command(FastThreadState::INITIAL),
102 // continue to use the default initial state until a real state is available
103 // FIXME &initial not available, should save address earlier
104 //ALOG_ASSERT(current == &initial && previous == &initial);
147 case FastThreadState::INITIAL:
221 // To avoid an initial underrun on fast tracks after exiting standby,
FastMixer.cpp 47 /*static*/ const FastMixerState FastMixer::initial; member in class:android::FastMixer
70 // FIXME pass initial as parameter to base class constructor, and make it static local
71 previous = &initial;
72 current = &initial;
144 // we're prepared for previous == &initial the first time through
512 if (mCommand == FastMixerState::INITIAL) {
519 case FastMixerState::INITIAL:
520 strcpy(string, "INITIAL");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 31 const DWORD INITIAL = 8;
34 template <class T,DWORD dwInitial = INITIAL,DWORD dwDelta = DELTA> class CMSPArray {
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 118 case DeviceAccountLogin.INITIAL:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.c     [all...]
parse-events-flex.h 226 #define INITIAL 0
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc 37 state_(TCPSocketState::INITIAL),
404 state_ = TCPSocketState(TCPSocketState::INITIAL);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l 103 BEGIN(INITIAL);

Completed in 999 milliseconds

12 3 4