HomeSort by relevance Sort by last modified time
    Searched refs:token (Results 326 - 350 of 1555) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
directive-tlsdescseq-diagnostics.s 16 @ CHECK: error: unexpected token
24 @ CHECK: error: unexpected token
symbol-variants-errors.s 13 @CHECK: error: unexpected token in variant, expected ')'
21 @CHECK: error: unexpected token in variant, expected ')'
  /external/llvm/test/MC/Mips/
mips_directives_bad.s 5 # CHECK: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in directive
15 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
21 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
27 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
37 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
42 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
47 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
52 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic2 directive
57 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic2 directive
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 79 Token token = lexer.getNextToken(); local
80 cd.setDispositionType(token.getTokenValue());
EventParser.java 76 Token token = lexer.getNextToken(); local
77 String value = token.getTokenValue();
ReasonParser.java 76 Token token = lexer.getNextToken(); local
77 String value = token.getTokenValue();
SIPETagParser.java 77 Token token = lexer.getNextToken(); local
79 sipEtag.setETag(token.getTokenValue());
SIPIfMatchParser.java 77 Token token = lexer.getNextToken(); local
79 sipIfMatch.setETag(token.getTokenValue());
  /external/bison/src/
conflicts.c 62 | Explain how an SR conflict between TOKEN and RULE was resolved: |
67 log_resolution (rule *r, symbol_number token,
78 _(" Conflict between rule %d and token %s"
81 symbols[token]->tag);
87 _(" Conflict between rule %d and token %s"
90 symbols[token]->tag);
95 _(" Conflict between rule %d and token %s"
98 symbols[token]->tag);
109 symbols[token]->tag);
115 symbols[token]->tag
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 37 flag_token: The flag token.
38 type_start_token: The first token specifying the flag type,
40 type_end_token: The last token specifying the flag type,
43 name_token: The token specifying the flag name.
45 description_start_token: The first token in the description.
46 description_end_token: The end token in the description.
148 """Creates the DocFlag object and attaches it to the given start token.
151 flag_token: The starting token of the flag.
180 # Handle bad case, name could be immediately after flag token.
183 # Handle good case, if found token is after type start, look fo
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 38 * This parser listener tracks rule entry/exit and token matches
100 public override void ConsumeToken(IToken token) {
104 ParseTree elementNode = Create(token);
110 public override void ConsumeHiddenToken(IToken token) {
113 hiddenTokens.Add(token);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
ParseTreeBuilder.cs 39 * This parser listener tracks rule entry/exit and token matches
112 public override void ConsumeToken( IToken token )
117 ParseTree elementNode = Create( token );
123 public override void ConsumeHiddenToken( IToken token )
127 hiddenTokens.Add( token );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
ParseTreeBuilder.java 31 import org.antlr.runtime.Token;
38 /** This parser listener tracks rule entry/exit and token matches
89 public void consumeToken(Token token) {
92 ParseTree elementNode = create(token);
98 public void consumeHiddenToken(Token token) {
100 hiddenTokens.add(token);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 50 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
85 # The current Token when an error occurred. Since not all streams
86 # can retrieve the ith Token, we have to track the Token object.
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(
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 35 * token, set, rule, wildcard
46 // TOKEN AST STUFF
49 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
58 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>"
61 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
70 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
75 /** label+=TOKEN when output=AST but not rewrite alt */
76 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
81 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
82 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 35 * token, set, rule, wildcard
54 // TOKEN AST STUFF
57 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
66 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>"
69 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
78 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
83 /** label+=TOKEN when output=AST but not rewrite alt */
84 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
90 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= <
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.h 22 PrivetConfirmApiCallFlow(const std::string& token,
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.h 14 // Class for generating and checking X-Privet-Token.
23 // Generates X-Privet-Token for /privet/info request. Updates secret
28 bool CheckValidXToken(const std::string& token) const;
38 // Generates X-Privet-Token for with certain time of issue.
44 // X-Privet-Token secret.
  /external/chromium_org/components/invalidation/
invalidator.h 80 const std::string& email, const std::string& token) = 0;
  /external/chromium_org/jingle/notifier/listener/
push_client.h 49 const std::string& email, const std::string& token) = 0;
  /external/chromium_org/remoting/protocol/
token_validator.h 21 // to obtain a token, and the method to validate that token and obtain the
34 // Validates |token| with the server and exchanges it for a |shared_secret|.
39 const std::string& token,
42 // URL sent to the client, to be used by its |TokenFetcher| to get a token.
46 // client, and require the token received in response to match.
56 // a token scope that is restricted to the current connection's JIDs.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h 45 FilterTokenRequest(HTMLToken& token, HTMLSourceTracker& sourceTracker, bool shouldAllowCDATA)
46 : token(token)
51 HTMLToken& token; member in struct:blink::FilterTokenRequest
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.h 20 struct Token;
41 void lex(Token *token);
43 // Set maximum preprocessor token size
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.h 30 TOK_STRING, /* A string token, such as "MonthNames" */
38 TOK_TOKEN_COUNT /* Number of "real" token types */
47 struct UString *token,
48 uint32_t *linenumber, /* out: linenumber of token */
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
GAEChannelClient.h 42 // Initialize with a token for an AppRTC data channel. This will load
43 // ios_channel.html and use the token to establish a data channel between the
49 - (instancetype)initWithToken:(NSString*)token

Completed in 1939 milliseconds

<<11121314151617181920>>