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

  /external/chromium/chrome/browser/autofill/
address_field.cc 104 ParseState(&q, is_ecml, address_field.get()) ||
354 bool AddressField::ParseState(
  /external/chromium_org/components/autofill/core/browser/
address_field.cc 40 ParseState(scanner, address_field.get()) ||
298 bool AddressField::ParseState(AutofillScanner* scanner,
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTParser.h 63 enum ParseState {
125 ParseState m_state;
129 ParseState collectCueId(const String&);
130 ParseState collectTimingsAndSettings(const String&);
131 ParseState collectCueText(const String&, unsigned length, unsigned);
132 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 143 struct ParseState
  /external/chromium/net/tools/flip_server/
balsa_enums.h 12 enum ParseState {
96 static const char* ParseStateToString(ParseState error_code);
balsa_frame.h 116 BalsaFrameEnums::ParseState ParseState() const { return parse_state_; }
252 BalsaFrameEnums::ParseState parse_state_;
  /external/chromium_org/net/tools/flip_server/
balsa_enums.h 11 enum ParseState {
95 static const char* ParseStateToString(ParseState error_code);
balsa_frame.h 116 BalsaFrameEnums::ParseState ParseState() const { return parse_state_; }
253 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 {
564 static ParseState checkDepthAndIndex(int* depth, unsigned index, CSSParserValueList* tokens)
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 734 network->SetState(ParseState(state_string));
792 ConnectionState NativeNetworkParser::ParseState(const std::string& state) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 89 } ParseState;
95 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
97 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
113 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status)
141 cleanupLookahead(ParseState* state)
153 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
187 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
220 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
247 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
280 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status
    [all...]
  /external/icu4c/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/chromium/chrome/browser/chromeos/cros/
network_library.cc 651 static ConnectionState ParseState(const std::string& state) {
    [all...]
  /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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 832 milliseconds