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

1 2

  /external/webkit/Source/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 67 "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "inherit", "initial", "inline",
102 INITIAL: 0,
109 INITIAL: 0,
120 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL }
181 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; }
182 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; }
184 <COMMENT> CommentEnd => INITIAL { this.tokenType = "css-comment"; return cursor; }
186 <INITIAL> StringLiteral { return this._stringToken(cursor, true); }
187 <INITIAL> DoubleStringStart => DSTRING { return this._stringToken(cursor);
    [all...]
SourceHTMLTokenizer.re2js 49 INITIAL: 0,
64 INITIAL: 0,
73 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL };
214 <INITIAL> Comment { this.tokenType = "html-comment"; return cursor; }
215 <INITIAL> CommentStart => COMMENT { this.tokenType = "html-comment"; return cursor; }
217 <COMMENT> CommentEnd => INITIAL { this.tokenType = "html-comment"; return cursor; }
219 <INITIAL> DocTypeStart => DOCTYPE { this.tokenType = "html-doctype"; return cursor; }
221 <DOCTYPE> GT => INITIAL { this.tokenType = "html-doctype"; return cursor; }
223 <INITIAL> ScriptStart => TA
    [all...]
SourceHTMLTokenizer.js 50 INITIAL: 0,
65 INITIAL: 0,
74 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL };
245 this.setLexCondition(this._lexConditions.INITIAL);
278 this.setLexCondition(this._lexConditions.INITIAL);
355 this.setLexCondition(this._lexConditions.INITIAL);
360 this._condition.parseCondition = this._parseConditions.INITIAL;
472 this.setLexCondition(this._lexConditions.INITIAL);
499 this.setLexCondition(this._lexConditions.INITIAL);
    [all...]
SourceCSSTokenizer.js 68 "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "inherit", "initial", "inline",
103 INITIAL: 0,
110 INITIAL: 0,
121 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL }
191 this.setLexCondition(this._lexConditions.INITIAL);
240 this.setLexCondition(this._lexConditions.INITIAL);
376 if (this._condition.parseCondition === this._parseConditions.INITIAL) {
609 this._condition.parseCondition = this._parseConditions.INITIAL;
619 this._condition.parseCondition = this._parseConditions.INITIAL;
    [all...]
  /external/elfutils/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 (); }
  /frameworks/av/services/audioflinger/
FastMixerState.cpp 33 mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0),
FastMixerState.h 65 INITIAL = 0, // used only for the initial state
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 21 INITIAL,
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/bison/src/
scan-gram.l 179 /* Where containing code started, when applicable. Its initial
194 <INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>
217 <INITIAL>
231 "%initial-action" token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE;
340 BEGIN INITIAL;
347 BEGIN INITIAL;
352 BEGIN INITIAL;
359 | Scanning a Yacc comment. The initial `/ *' is already eaten. |
371 | Scanning a C comment. The initial `/ *' is already eaten. |
382 | Scanning a line comment. The initial `//' is already eaten.
    [all...]
scan-gram.c     [all...]
  /packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java 40 private int mState = INITIAL;
42 public static final int INITIAL = 0;
AutologinBar.java 118 case DeviceAccountLogin.INITIAL:
  /external/ppp/pppd/
fsm.h 123 #define INITIAL 0 /* Down, hasn't been opened */
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...]
  /frameworks/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /frameworks/support/renderscript/v8/rs_support/
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 };
86 mState = State.INITIAL;
90 mState = State.INITIAL;
116 case INITIAL:
435 if (mState != State.INITIAL) {
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 165 #define INITIAL 0
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 37 INITIAL,
66 // Initializes the panel controller with the initial state of the focus and
  /external/elfutils/src/
ldlex.l 294 return prepdepth == 0 ? INITIAL : IGNORE;
338 result = INITIAL;
  /frameworks/base/tools/aidl/
aidl_language_l.l 44 <COPYING>\}\%\% { BEGIN(INITIAL); }
55 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 304 <INITIAL><<EOF>> {
  /system/core/sh/
init.c 223 #undef INITIAL
224 #define INITIAL 0
515 #undef INITIAL
516 #define INITIAL 0
805 #undef INITIAL
806 #define INITIAL 0
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c     [all...]

Completed in 865 milliseconds

1 2