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

1 2

  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 117 "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "inherit", "initial", "inline",
152 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);
    [all...]
SourceHTMLTokenizer.re2js 49 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> ScriptStart => TA
    [all...]
SourceHTMLTokenizer.js 50 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...]
SourceCSSTokenizer.js 118 "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "inherit", "initial", "inline",
153 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) {
    [all...]
  /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/webkit/WebCore/storage/
IDBRequest.idl 35 const unsigned short INITIAL = 0;
  /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...]
scan-skel.c 639 #define INITIAL 0
1048 case YY_STATE_EOF(INITIAL):
    [all...]
  /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/base/libs/rs/
spec.l 31 <comment>"*"+"/" BEGIN(INITIAL);
157 BEGIN(INITIAL);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 165 #define INITIAL 0
    [all...]
  /external/elfutils/src/
ldlex.l 276 return prepdepth == 0 ? INITIAL : IGNORE;
320 result = INITIAL;
ldlex.c     [all...]
  /frameworks/base/tools/aidl/
aidl_language_l.l 44 <COPYING>\}\%\% { BEGIN(INITIAL); }
55 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
  /external/v8/src/
scanner.h 151 KeywordMatcher() : state_(INITIAL), token_(Token::IDENTIFIER) {}
169 INITIAL,
scanner.cc 220 case INITIAL: {
353 // Skip initial whitespace allowing HTML comment ends just like
    [all...]
  /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
arith_lex.c 527 #define INITIAL 0
915 case YY_STATE_EOF(INITIAL):
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c     [all...]
scan.l 104 <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/tools/
lexer.c 513 #define INITIAL 0
827 case YY_STATE_EOF(INITIAL):
1224 * @note This function does not reset the start condition to @c INITIAL .
    [all...]
  /external/libpcap/
scanner.c     [all...]

Completed in 548 milliseconds

1 2