OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseState
(Results
1 - 10
of
10
) 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/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/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;
Completed in 5632 milliseconds