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

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
operators.cc 11 #include "tools/gn/token.h"
122 const Token& left,
180 const Token& left_token,
253 const Token& left,
316 const Token& left,
340 ValuePlusEquals(scope, op_node, Token(), &ret, right, true, err);
495 bool IsUnaryOperator(const Token& token) {
496 return token.type() == Token::BANG
    [all...]
  /external/iptables/extensions/
libxt_bpf.c 43 const char *token; local
61 token = bpf_program;
62 while ((token = strchr(token, separator)) && (++token)[0]) {
67 if (sscanf(token, "%hu %hhu %hhu %u,",
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
20 try match token with
21 | Token.Def ->
25 | Token.Extern ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
20 try match token with
21 | Token.Def ->
25 | Token.Extern ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
20 try match token with
21 | Token.Def ->
25 | Token.Extern ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 14 | Some (Token.Kwd ';') ->
18 | Some token ->
20 try match token with
21 | Token.Def ->
25 | Token.Extern ->
44 (* Skip token for error recovery. *)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 13 // copies from Token object for convenience in actions
54 * single token insertion or deletion error recovery. If
57 * To turn off single token insertion or deletion error
95 // a single token and hope for the best
106 // if current token is consistent with what could come after set
107 // then we know we're missing a token; error recovery is free to
108 // "insert" the missing token
122 /** Factor out what to do upon token mismatch so tree parsers can behave
124 * to get single token insertion and deletion. Use this to turn of
125 * single token insertion and deletion. Override mismatchRecove
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 71 public virtual void ConsumeToken(IToken token) {
73 public virtual void ConsumeHiddenToken(IToken token) {
118 public virtual void CreateNode(object node, IToken token) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 83 public virtual void ConsumeToken( IToken token )
86 public virtual void ConsumeHiddenToken( IToken token )
149 public virtual void CreateNode( object node, IToken token )
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 5 # Return a Token object from your input stream (usually a CharStream).
29 to keep going or you do not upon token recognition error. If you do not
34 requested a token. Keep lexing until you get a valid one. Just report
35 errors and keep going, looking for a valid token.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 35 * token, set, rule, wildcard
43 retval.tree = <ASTLabelType>(adaptor.errorNode(input, Token(retval.start), input.LT(-1), re));
47 // TOKEN AST STUFF
50 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
59 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>"
62 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
71 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
76 /** label+=TOKEN when output=AST but not rewrite alt */
77 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
82 /** Match label+=TOKEN^ when output=AST but not rewrite alt *
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 7 * token, set, rule, wildcard
18 // TOKEN AST STUFF
21 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
30 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>"
33 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
42 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
47 /** label+=TOKEN when output=AST but not rewrite alt */
48 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
53 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
54 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= <
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 56 * it's role. A token "close" indicates that the connection cannot
57 * be reused. If there is no such token, a token "keep-alive" indicates
58 * that the connection should be re-used. If neither token is found,
124 // documented in RFC 2068, section 19.7.1. A token "keep-alive" is
130 // RFC 2616 specifies "close" as the only connection token with a
134 // but is commonly used to carry one token, "close" or "keep-alive".
136 // sequence of tokens, where each token is a header name, and the
137 // token "close" has the above-mentioned additional meaning.
151 final String token = ti.nextToken() local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
dictionary_data_store.cc 23 std::string token("app-launcher-data-store");
24 token.append(data_file.AsUTF8Unsafe());
30 pool->GetNamedSequenceToken(token),
  /external/chromium_org/components/sync_driver/
sync_prefs.h 103 // Use this encryption bootstrap token if we're using an explicit passphrase.
105 void SetEncryptionBootstrapToken(const std::string& token);
107 // Use this keystore bootstrap token if we're not using an explicit
110 void SetKeystoreEncryptionBootstrapToken(const std::string& token);
120 // Use this spare bootstrap token only when setting up sync for the first
123 void SetSpareBootstrapToken(const std::string& token);
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory.h 53 // token" can be re-used.
79 // Frees a block of memory, pending the passage of a token. That memory won't
80 // be re-allocated until the token has passed through the command stream.
84 // token: the token value to wait for before re-using the memory.
85 void FreePendingToken(void* pointer, unsigned int token) {
86 allocator_.FreePendingToken(pointer, token);
157 // Frees a block of memory, pending the passage of a token. That memory won't
158 // be re-allocated until the token has passed through the command stream.
162 // token: the token value to wait for before re-using the memory
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 22 // Send the auth token to the NaCl module.
23 common.naclModule.postMessage('token:'+authToken);
25 // There is no auth token; this means that the user has yet to authorize
46 // Try to get the authorization token non-interactively. This will often work
47 // if the user has already authorized the app, and the token is cached.
59 // Get the authorization token interactively. A dialog box will pop up
  /external/chromium_org/remoting/protocol/
third_party_host_authenticator.cc 36 // Host has already sent the URL and expects a token from the client.
37 std::string token = message->TextNamed(kTokenTag); local
38 if (token.empty()) {
39 LOG(ERROR) << "Third-party authentication protocol error: missing token.";
52 token_validator_->ValidateThirdPartyToken(token, base::Bind(
  /external/chromium_org/sandbox/win/src/
integrity_level_test.cc 19 ATL::CAccessToken token; local
20 if (!token.GetEffectiveToken(TOKEN_READ))
25 if (!::GetTokenInformation(token.GetHandle(), TokenIntegrityLevel,
  /external/chromium_org/tools/git/
for-all-touched-files.py 10 The special token [[FILENAME]] (or whatever you choose using the -t
16 %prog [-b BRANCH] [-d] [-x EXTENSIONS|-c] [-t TOKEN] QUOTED_COMMAND
75 def ForAllTouchedFiles(branch_name, extensions, token, command):
77 run command with token replaced with the filename. If extensions is
83 os.system(command.replace(token, filename))
94 parser.add_option('-t', '--token', default='[[FILENAME]]', dest='token',
95 help='Sets the token to be replaced for each file '
110 ForAllTouchedFiles(opts.branch, extensions, opts.token, args[0])
  /external/chromium_org/v8/src/
dateparser-inl.h 77 for (DateToken token = next_unhandled_token;
78 !token.IsEndOfInput();
79 token = scanner.Next()) {
80 if (token.IsNumber()) {
82 int n = token.number();
115 } else if (token.IsKeyword()) {
117 KeywordType type = token.keyword_type();
118 int value = token.keyword_value();
133 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
135 tz.SetSign(token.ascii_sign())
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 8 /** Get next token from stream and make a node for it */
26 throw new Error("dup can't be called for a token stream.");
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 38 * token, set, rule, wildcard
48 // TOKEN AST STUFF
51 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
60 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>"
63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
72 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
78 /** label+=TOKEN when output=AST but not rewrite alt */
79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
85 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
86 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg 38 * token, set, rule, wildcard
49 // TOKEN AST STUFF
52 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
61 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>"
64 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <<
73 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
78 /** label+=TOKEN when output=AST but not rewrite alt */
79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
84 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
85 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg 39 * token, set, rule, wildcard
50 // TOKEN AST STUFF
53 tokenRef(token,label,elementIndex,terminalOptions) ::= <%
64 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>"
67 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...]

Completed in 2896 milliseconds

<<11121314151617181920>>