HomeSort by relevance Sort by last modified time
    Searched defs:INITIAL (Results 1 - 16 of 16) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 21 INITIAL,
  /external/webkit/WebCore/inspector/front-end/
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...]
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...]
  /external/ppp/pppd/
fsm.h 123 #define INITIAL 0 /* Down, hasn't been opened */
  /external/v8/src/
scanner.h 151 KeywordMatcher() : state_(INITIAL), token_(Token::IDENTIFIER) {}
169 INITIAL,
parser.cc 643 INITIAL,
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 165 #define INITIAL 0
    [all...]
  /external/bison/src/
scan-gram.c     [all...]
scan-skel.c 639 #define INITIAL 0
1048 case YY_STATE_EOF(INITIAL):
    [all...]
  /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/elfutils/src/
ldlex.c     [all...]
  /external/libpcap/
scanner.c     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c     [all...]
  /system/core/sh/
arith_lex.c 527 #define INITIAL 0
915 case YY_STATE_EOF(INITIAL):
    [all...]
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/WebCore/css/
CSSParser.cpp 403 // can't use { because tokenizer state switches from mediaquery to initial state when it sees { token.
    [all...]

Completed in 885 milliseconds