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

  /external/chromium_org/components/autofill/core/browser/
address_field.cc 42 address_field->ParseState(scanner) ||
222 bool AddressField::ParseState(AutofillScanner* scanner) {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 61 enum ParseState {
117 ParseState m_state;
122 ParseState collectCueId(const String&);
123 ParseState collectTimingsAndSettings(const String&);
124 ParseState collectCueText(const String&);
125 ParseState recoverCue(const String&);
126 ParseState ignoreBadCue(const String&);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 91 ParseState input = new ParseState(iso8601String);
387 class ParseState
398 public ParseState(String str)
  /frameworks/base/tools/aapt/
XMLNode.h 147 struct ParseState
  /external/chromium_org/net/tools/balsa/
balsa_enums.h 11 enum ParseState {
100 static const char* ParseStateToString(ParseState error_code);
balsa_frame.h 114 BalsaFrameEnums::ParseState ParseState() const { return parse_state_; }
251 BalsaFrameEnums::ParseState parse_state_;
  /external/chromium_org/third_party/re2/re2/
parse.cc 9 // of the ParseState class. The Regexp::Parse function is
10 // essentially just a lexer that calls the ParseState method
44 class Regexp::ParseState {
46 ParseState(ParseFlags flags, const StringPiece& whole_regexp,
48 ~ParseState();
159 DISALLOW_EVIL_CONSTRUCTORS(ParseState);
166 Regexp::ParseState::ParseState(ParseFlags flags,
178 Regexp::ParseState::~ParseState() {
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 98 static class ParseState {
113 private ParseState(Data output, LineNumberReader lineReader, ErrorHandler errorHandler,
128 public static ParseState createNewParseState(Data output, Reader reader,
138 return new ParseState(output, new LineNumberReader(reader), errorHandler, resourceLoader,
142 public static ParseState createParseStateForIncludedFile(ParseState originalState,
144 return new ParseState(originalState.output, new LineNumberReader(includeFileReader),
194 parse(ParseState.createNewParseState(output, reader, errorHandler, resourceLoader, this,
198 private void parse(ParseState state) throws IOException {
211 private void parseCommand(String seq, ParseState state) throws IOException, OutOfCharsException
    [all...]
  /external/regex-re2/re2/
parse.cc 9 // of the ParseState class. The Regexp::Parse function is
10 // essentially just a lexer that calls the ParseState method
44 class Regexp::ParseState {
46 ParseState(ParseFlags flags, const StringPiece& whole_regexp,
48 ~ParseState();
159 DISALLOW_EVIL_CONSTRUCTORS(ParseState);
166 Regexp::ParseState::ParseState(ParseFlags flags,
178 Regexp::ParseState::~ParseState() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 42 enum ParseState {
595 static ParseState checkDepthAndIndex(int* depth, unsigned index, CSSParserValueList* tokens)
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.cpp 88 } ParseState;
93 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
111 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status)
139 cleanupLookahead(ParseState* state)
151 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
185 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
218 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
245 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
278 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 112 } ParseState;
115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
133 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status)
161 cleanupLookahead(ParseState* state)
173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
267 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
300 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 368 enum ParseState
453 ParseState _state;
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 957 milliseconds