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

/external/webkit/WebCore/inspector/front-end/
H A DSourceCSSTokenizer.re2js152 INITIAL: 0,
159 INITIAL: 0,
170 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL }
231 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; }
232 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; }
234 <COMMENT> CommentEnd => INITIAL { this.tokenType = "css-comment"; return cursor; }
236 <INITIAL> StringLiteral { return this._stringToken(cursor, true); }
237 <INITIAL> DoubleStringStart => DSTRING { return this._stringToken(cursor); }
239 <DSTRING> DoubleStringEnd => INITIAL { retur
[all...]
H A DSourceHTMLTokenizer.re2js49 INITIAL: 0,
64 INITIAL: 0,
72 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL };
166 <INITIAL> Comment { this.tokenType = "html-comment"; return cursor; }
167 <INITIAL> CommentStart => COMMENT { this.tokenType = "html-comment"; return cursor; }
169 <COMMENT> CommentEnd => INITIAL { this.tokenType = "html-comment"; return cursor; }
171 <INITIAL> DocTypeStart => DOCTYPE { this.tokenType = "html-doctype"; return cursor; }
173 <DOCTYPE> GT => INITIAL { this.tokenType = "html-doctype"; return cursor; }
175 <INITIAL> ScriptStar
[all...]
H A DSourceHTMLTokenizer.js50 INITIAL: 0,
65 INITIAL: 0,
73 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL };
200 this.setLexCondition(this._lexConditions.INITIAL);
233 this.setLexCondition(this._lexConditions.INITIAL);
310 this.setLexCondition(this._lexConditions.INITIAL);
315 this._parseCondition = this._parseConditions.INITIAL;
446 this._parseCondition = this._parseConditions.INITIAL;
530 if (this._parseCondition === this._parseConditions.INITIAL) {
[all...]
H A DSourceCSSTokenizer.js153 INITIAL: 0,
160 INITIAL: 0,
171 this.initialCondition = { lexCondition: this._lexConditions.INITIAL, parseCondition: this._parseConditions.INITIAL }
241 this.setLexCondition(this._lexConditions.INITIAL);
290 this.setLexCondition(this._lexConditions.INITIAL);
426 if (this._parseCondition === this._parseConditions.INITIAL) {
659 this._parseCondition = this._parseConditions.INITIAL;
669 this._parseCondition = this._parseConditions.INITIAL;
678 this._parseCondition = this._parseConditions.INITIAL;
[all...]
/external/webkit/WebCore/storage/
H A DIDBRequest.idl35 const unsigned short INITIAL = 0;
/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/WebKitTools/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/elfutils/src/
H A Dldlex.l276 return prepdepth == 0 ? INITIAL : IGNORE;
320 result = INITIAL;
H A Dldlex.c994 #define INITIAL 0 macro
1625 case YY_STATE_EOF(INITIAL):
2596 return prepdepth == 0 ? INITIAL : IGNORE;
2640 result = INITIAL;
/external/v8/src/
H A Dscanner.h151 KeywordMatcher() : state_(INITIAL), token_(Token::IDENTIFIER) {}
169 INITIAL, enumerator in enum:v8::internal::KeywordMatcher::State
H A Dscanner.cc220 case INITIAL: {
H A Dparser.cc643 INITIAL, enumerator in enum:v8::internal::RegExpParser::SubexpressionType
4276 RegExpParserState initial_state(NULL, INITIAL, 0);
4287 ASSERT_EQ(INITIAL, stored_state->group_type());
4294 ASSERT_NE(INITIAL, stored_state->group_type());
/external/webkit/WebKitTools/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/bluetooth/bluez/rfcomm/
H A Dlexer.c513 #define INITIAL 0 macro
827 case YY_STATE_EOF(INITIAL):
1224 * @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/webkit/WebCore/css/
H A DCSSParser.cpp5416 #define INITIAL 0 macro
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 483 milliseconds