Searched refs:token (Results 101 - 125 of 781) sorted by relevance

1234567891011>>

/external/icu4c/tools/genrb/
H A Dread.c41 struct UString *token,
44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
45 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
46 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
54 /* Read and return the next token from the stream. If the token is of
55 type eString, fill in the token parameter with the token. If the
56 token is eError, then the status parameter will contain the
63 struct UString *token,
62 getNextToken(UCHARBUF* buf, struct UString *token, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
116 getStringToken(UCHARBUF* buf, UChar32 initialChar, struct UString *token, UErrorCode *status) argument
317 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) argument
374 seekUntilNewline(UCHARBUF* buf, struct UString *token, UErrorCode *status) argument
392 seekUntilEndOfComment(UCHARBUF *buf, struct UString *token, UErrorCode *status) argument
[all...]
H A Dread.h30 TOK_STRING, /* A string token, such as "MonthNames" */
38 TOK_TOKEN_COUNT /* Number of "real" token types */
46 struct UString *token,
47 uint32_t *linenumber, /* out: linenumber of token */
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dtokens.c202 * RecordToken() - Add a token to the end of a list for later playback or printout.
206 void RecordToken(TokenStream *pTok, int token, yystypepp * yylvalpp) argument
211 if (token > 256)
212 lAddByte(pTok, (unsigned char)((token & 0x7f) + 0x80));
214 lAddByte(pTok, (unsigned char)(token & 0x7f));
215 switch (token) {
240 * RewindTokenStream() - Reset a token stream in preperation for reading.
253 * ReadToken() - Read the next token from a stream.
343 int token = ReadToken(in->tokens, yylvalpp); local
347 if (token
376 int token; member in struct:UngotToken
382 int token = t->token; local
389 UngetToken(int token, yystypepp * yylvalpp) argument
403 int token; local
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py68 def build_xoauth_string(url, consumer, token=None):
70 request = Request.from_consumer_and_token(consumer, token,
74 request.sign_request(signing_method, consumer, token)
120 the service provider for a request token, kicking off the OAuth
146 requests to identify the token being used, but the secret is used only in
148 token to.
151 token* that the live user authorizes with the service provider. The
152 consumer then exchanges the request token for an *access token* that can
193 """Returns this token a
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as11 /** Track the set of token types that can follow any rule invocation.
19 * matched a token. Prevents generation of more than one error message
26 * but no token is consumed during recovery...another error is found,
28 * one token/tree node is consumed for two errors.
32 /** In lieu of a return value, this indicates that a rule or token
33 * has failed to match. Reset to false upon valid token match.
46 * the stop token index for each rule. ruleMemo[ruleIndex] is
48 * get back the stop token for associated rule or MEMO_RULE_FAILED.
59 /** The goal of all lexer rules/methods is to create a token object.
61 * create a single token
67 public var token:Token; variable
[all...]
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dparse-js.js17 function to fetch the next token.
249 function is_token(token, type, val) {
250 return token.type == type && (val == null || token.value == val);
302 function token(type, value, is_comment) {
368 return token("num", valid);
410 return token("string", ret);
424 return token("comment1", ret, true);
432 tok = token("comment2", text, true);
462 return token("regex
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g61 Token token = null;
64 token = ((MismatchedTokenException)ex).token;
68 token = ((NoViableAltException)ex).token;
74 token,
185 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse EOA ) {setTokenPrec($op.t, outerAlt);}
189 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA )
193 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse token recurs
[all...]
/external/webkit/Tools/Scripts/
H A Dextract-localizable-strings142 my $token = $1;
144 if ($token eq "\"") {
150 if (s-^(([^\\$token]|\\.)*?)$token--) {
202 last if !defined $token;
205 $previousToken = $token;
207 if ($token =~ /^NSLocalized/ && $token !~ /NSLocalizedDescriptionKey/ && $token !~ /NSLocalizedStringFromTableInBundle/) {
212 } elsif ($token e
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py50 exceptions are built with the expected token type.
67 state can change before the exception is reported so current token index
69 perhaps print an entire line of input not just a single token, for example.
81 # What is index of token/char were we looking at when the error
87 # For parsers. Even when it's a tree parser, token might be set.
88 self.token = None
106 # for most recent token with line/col info, but notify getErrorHeader()
120 self.token = self.input.LT(1)
121 self.line = self.token.line
122 self.charPositionInLine = self.token
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt029synpredgate.py14 token = lexer.nextToken()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dsyn-pred.rb27 token = lexer.next_token
/external/iproute2/tc/
H A Demp_ematch.y10 %token-table
27 %token <i> ERROR
28 %token <b> ATTRIBUTE
29 %token <i> AND OR NOT
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPMediaAuthorizationHeader.java60 * Set the media authorization token.
61 * @param token - media authorization token to set
62 * @throws InvalidArgumentException - if token is null or empty
64 public void setMediaAuthorizationToken(String token) throws InvalidArgumentException; argument
67 * Get the media authorization token.
68 * @return token
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAllowEventsParser.java79 Token token = lexer.getNextToken();
80 allowEvents.setEventType(token.getTokenValue());
90 token = lexer.getNextToken();
91 allowEvents.setEventType(token.getTokenValue());
H A DAllowParser.java78 Token token = lexer.getNextToken();
79 allow.setMethod(token.getTokenValue());
89 token = lexer.getNextToken();
90 allow.setMethod(token.getTokenValue());
H A DContentEncodingParser.java83 Token token = lexer.getNextToken();
84 cl.setEncoding(token.getTokenValue());
95 token = lexer.getNextToken();
96 cl.setEncoding(token.getTokenValue());
H A DContentLanguageParser.java78 Token token = lexer.getNextToken();
79 ContentLanguage cl = new ContentLanguage( token.getTokenValue() );
88 token = lexer.getNextToken();
89 cl = new ContentLanguage( token.getTokenValue() );
H A DProxyRequireParser.java78 Token token = lexer.getNextToken();
79 r.setOptionTag(token.getTokenValue());
92 token = lexer.getNextToken();
93 r.setOptionTag(token.getTokenValue());
H A DRequireParser.java81 Token token = lexer.getNextToken();
82 r.setOptionTag(token.getTokenValue());
95 token = lexer.getNextToken();
96 r.setOptionTag(token.getTokenValue());
H A DSupportedParser.java82 Token token = lexer.getNextToken();
83 supported.setOptionTag(token.getTokenValue());
96 token = lexer.getNextToken();
97 supported.setOptionTag(token.getTokenValue());
H A DUnsupportedParser.java80 Token token = lexer.getNextToken();
81 unsupported.setOptionTag(token.getTokenValue());
94 token = lexer.getNextToken();
95 unsupported.setOptionTag(token.getTokenValue());
/external/qemu/
H A Djson-streamer.c21 static void json_message_process_token(JSONLexer *lexer, QString *token, JSONTokenType type, int x, int y) argument
27 switch (qstring_get_str(token)[0]) {
47 QINCREF(token);
48 qdict_put(dict, "token", token);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginAgent.defs34 ServerAuditToken token :audit_token_t;
45 ServerAuditToken token :audit_token_t);
/external/checkpolicy/
H A Dpolicy_parse.y83 %token PATH
84 %token FILENAME
85 %token CLONE
86 %token COMMON
87 %token CLASS
88 %token CONSTRAIN
89 %token VALIDATETRANS
90 %token INHERITS
91 %token SID
92 %token ROL
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokenizer.py61 The first token in the file
65 # The first token in the stream.
67 # The last token added to the token stream.
82 string: The string of input the token represents.
83 token_type: The type of token.
84 line: The text of the line this token is in.
85 line_number: The line number of the token.
86 values: A dict of named values within the token. For instance, a
140 # These will constitute a NORMAL token
[all...]

Completed in 442 milliseconds

1234567891011>>