Searched refs:INITIAL (Results 1 - 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceCSSTokenizer.re2js102 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); }
189 <DSTRING> DoubleStringEnd => INITIAL { retur
[all...]
H A DSourceHTMLTokenizer.re2js49 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> ScriptStar
[all...]
H A DSourceHTMLTokenizer.js50 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...]
H A DSourceCSSTokenizer.js103 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;
628 this._condition.parseCondition = this._parseConditions.INITIAL;
[all...]
/external/elfutils/libcpu/
H A Di386_lex.l72 <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 (); }
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/bison/src/
H A Dscan-gram.l194 <INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>
217 <INITIAL>
340 BEGIN INITIAL;
347 BEGIN INITIAL;
352 BEGIN INITIAL;
405 BEGIN INITIAL;
408 \n unexpected_newline (token_start, "\""); BEGIN INITIAL;
409 <<EOF>> unexpected_eof (token_start, "\""); BEGIN INITIAL;
432 BEGIN INITIAL;
435 \n unexpected_newline (token_start, "'"); BEGIN INITIAL;
[all...]
H A Dscan-gram.c1017 #define INITIAL 0 macro
1725 case YY_STATE_EOF(INITIAL):
1744 BEGIN INITIAL; variable
1755 BEGIN INITIAL; variable
1763 BEGIN INITIAL; local
1841 BEGIN INITIAL; variable
1849 unexpected_newline (token_start, "\""); BEGIN INITIAL; variable
1853 unexpected_eof (token_start, "\""); BEGIN INITIAL; variable
1878 BEGIN INITIAL; variable
1886 unexpected_newline (token_start, "'"); BEGIN INITIAL; variable
1890 unexpected_eof (token_start, "'"); BEGIN INITIAL; variable
2120 BEGIN INITIAL; variable
2127 unexpected_eof (scanner_cursor, "{}"); BEGIN INITIAL; variable
2180 BEGIN INITIAL; variable
2221 unexpected_eof (code_start, "}"); BEGIN INITIAL; variable
2236 BEGIN INITIAL; variable
2242 unexpected_eof (code_start, "%}"); BEGIN INITIAL; variable
2257 BEGIN INITIAL; local
[all...]
H A Dscan-skel.c639 #define INITIAL 0 macro
1048 case YY_STATE_EOF(INITIAL):
1499 * @note This function does not reset the start condition to @c INITIAL .
/external/ppp/pppd/
H A Dfsm.h123 #define INITIAL 0 /* Down, hasn't been opened */ macro
H A Dfsm.c83 f->state = INITIAL;
102 case INITIAL:
133 f->state = INITIAL;
143 f->state = INITIAL;
175 case INITIAL:
258 f->state = INITIAL;
365 if( f->state == INITIAL || f->state == STARTING ){
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c165 #define INITIAL 0 macro
1491 ECHO; BEGIN(INITIAL); variable
1495 ++linenum; ECHO; BEGIN(INITIAL); variable
1511 ++linenum; BEGIN(INITIAL); variable
1531 BEGIN(INITIAL); variable
1560 BEGIN(INITIAL); variable
1566 ++linenum; BEGIN(INITIAL); RETURNNAME; variable
1570 ++linenum; BEGIN(INITIAL); variable
1600 ++linenum; BEGIN(INITIAL); variable
2094 case YY_STATE_EOF(INITIAL)
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.h37 INITIAL, enumerator in enum:chromeos::PanelController::State
/external/elfutils/src/
H A Dldlex.l294 return prepdepth == 0 ? INITIAL : IGNORE;
338 result = INITIAL;
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/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l304 <INITIAL><<EOF>> {
H A Dglcpp-lex.c701 #define INITIAL 0 macro
1449 case YY_STATE_EOF(INITIAL):
1893 * @note This function does not reset the start condition to @c INITIAL .
/external/webkit/Tools/android/flex-2.5.4a/
H A Dinitscan.c1244 #define INITIAL 0 macro
1741 ++linenum; BEGIN(INITIAL); variable
1755 BEGIN(INITIAL); variable
1789 BEGIN(INITIAL); variable
1798 ++linenum; BEGIN(INITIAL); variable
2065 ++linenum; BEGIN(INITIAL); variable
2736 case YY_STATE_EOF(INITIAL):
H A Dscan.l104 <INITIAL>{
170 ^"%}".*{NL} ++linenum; BEGIN(INITIAL);
178 BEGIN(INITIAL);
204 BEGIN(INITIAL);
211 {NL} ++linenum; BEGIN(INITIAL);
292 <RECOVER>.*{NL} ++linenum; BEGIN(INITIAL);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_browsertest.cc39 state_(PanelController::INITIAL),
40 expected_(PanelController::INITIAL) {
121 expected_ = PanelController::INITIAL;
H A Dnotification_panel.cc627 case PanelController::INITIAL:
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.l237 BEGIN(INITIAL);
H A Dglslang_lex.cpp781 #define INITIAL 0 macro
1668 BEGIN(INITIAL); variable
1682 case YY_STATE_EOF(INITIAL):
2110 * @note This function does not reset the start condition to @c INITIAL .
/external/libpcap/
H A Dscanner.c2499 #define INITIAL 0 macro
3457 case YY_STATE_EOF(INITIAL):
3891 * @note This function does not reset the start condition to @c INITIAL .
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp1060 #define INITIAL 0 macro
2530 case YY_STATE_EOF(INITIAL):
2945 * @note This function does not reset the start condition to @c INITIAL .

Completed in 580 milliseconds

12