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

  /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_;
balsa_frame.cc 86 BalsaFrameEnums::ParseState error_code) {
    [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/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 333 ParseState state = saveState();
382 ParseState state = saveState();
632 ParseState state = saveState();
702 typedef unsigned ParseState;
704 ParseState saveState()
709 void restoreState(ParseState state)
780 ParseState state = saveState();
  /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...]
regexp.h 443 class ParseState;
444 friend class ParseState;
  /external/chromium/chrome/browser/autofill/
address_field.h 50 static bool ParseState(std::vector<AutofillField*>::const_iterator* iter,
address_field.cc 104 ParseState(&q, is_ecml, address_field.get()) ||
354 bool AddressField::ParseState(
address_field_unittest.cc 279 TEST_F(AddressFieldTest, ParseState) {
  /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)
  /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...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 561 ParseState state;
    [all...]
XMLNode.h 143 struct ParseState
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 651 static ConnectionState ParseState(const std::string& state) {
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 192 enum ParseState {
216 ParseState m_parseState;
    [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 

Completed in 1029 milliseconds