Searched refs:token (Results 601 - 625 of 1600) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table.h33 // Removes a token related to the service from the token_service table.
41 // Store a token in the token_service table. Stored encrypted. May cause
43 // True if we encrypted a token and stored it, false otherwise.
45 const std::string& token);
H A Dtoken_web_data.h45 // Set a token to use for a specified service.
47 const std::string& token);
52 // Removes a token related to |service| from the web database.
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc45 state.token = token_;
54 return GetLastState().token;
159 void CommandBufferService::SetToken(int32 token) { argument
160 token_ = token;
H A Dmocks.cc43 engine_->set_token(args->token);
/external/chromium_org/ios/public/provider/components/signin/browser/
H A Dprofile_oauth2_token_service_ios_provider.h45 typedef base::Callback<void(NSString* token,
60 // Starts fetching an access token for the account with id |account_id| with
61 // the given |scopes|. Once the token is obtained, |callback| is called.
/external/chromium_org/net/dns/
H A Ddns_hosts.cc18 // Parses the contents of a hosts file. Returns one token (IP or hostname) at
31 // Advances to the next token (IP or hostname). Returns whether another
32 // token was available. |token_is_ip| and |token| can be used to find out
33 // the type and text of the token.
84 // Returns whether the last-parsed token is an IP address (true) or a
88 // Returns the text of the last-parsed token as a StringPiece referencing
90 // Returns an empty StringPiece if no token has been parsed or the end of
92 const StringPiece& token() { return token_; } function in class:net::__anon9193::HostsParser
142 StringPiece new_ip_text = parser.token();
[all...]
/external/chromium_org/remoting/client/
H A Dtoken_fetcher_proxy.h33 // Called by the token fetching implementation when the token is fetched.
34 void OnTokenFetched(const std::string& token,
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.cc51 base::win::ScopedHandle token(temp_handle);
57 BOOL result = GetTokenInformation(token.Get(), TokenIntegrityLevel,
65 result = GetTokenInformation(token.Get(), TokenIntegrityLevel,
82 if (!SetTokenInformation(token.Get(), TokenIntegrityLevel,
/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.h24 // request a |token| and |shared_secret| from that url. If the server requires
26 // appropriate UI. Once the |TokenFetcher| returns, the client sends the |token|
34 // authentication finishes. |token| is an opaque string that should be sent
37 // an empty |token| and |shared_secret|.
39 const std::string& token,
44 // Fetches a third party token from |token_url|. |host_public_key| is sent
58 // |host_public_key|. |token_fetcher| is used to get the authentication token.
/external/chromium_org/sandbox/win/src/
H A Drestricted_token_utils.h19 // The type of the token returned by the CreateNakedToken.
25 // Creates a restricted token based on the effective token of the current
26 // process. The parameter security_level determines how much the token is
27 // restricted. The token_type determines if the token will be used as a primary
28 // token or impersonation token. The integrity level of the token is set to
31 // newly created restricted token.
41 // with a restricted token
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketExtensionDispatcherTest.cpp114 String token; member in struct:blink::__anon11228::__anon11229
117 expected[0].token = "mux";
120 expected[1].token = "deflate-frame";
128 EXPECT_EQ(expected[i].token, m_parsedExtensionTokens[i]);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDiagnostics.h28 const std::string& token,
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dscopeutil_test.py32 """Depth first search of all contexts referenced by a token stream.
35 by any token in the stream.
38 start_token: First token in the token stream.
41 All contexts referenced by this token stream.
46 # For each token, yield the context if we haven't seen it before.
47 for token in start_token:
49 token_context = token.metadata.context
66 def _FindFirstContextOfType(token, context_type):
68 for context in _FindContexts(token)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c207 signed char token; member in struct:vp8_token_state
279 tokens[eob][0].token = DCT_EOB_TOKEN;
307 mb->token_costs[type][band][pt][tokens[next][0].token];
309 mb->token_costs[type][band][pt][tokens[next][1].token];
326 tokens[i][0].token = t0;
351 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
353 t1 = tokens[next][1].token == DCT_EOB_TOKEN ?
367 tokens[next][0].token];
373 tokens[next][1].token];
396 tokens[i][1].token
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump_state.h52 void trace_dump_token(const struct tgsi_token *token);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h48 typedef struct token token_t;
56 token_t *token; member in union:YYSTYPE
92 struct token { struct
99 token_t *token; member in struct:token_node
/external/chromium_org/third_party/skia/experimental/PdfViewer/inc/
H A DSkPdfTokenLooper.h51 * Consume a token, and draw to fCanvas as directed.
53 virtual SkPdfResult consumeToken(PdfToken& token) = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c207 signed char token; member in struct:vp8_token_state
286 tokens[eob][0].token = DCT_EOB_TOKEN;
314 mb->token_costs[type][band][pt][tokens[next][0].token];
316 mb->token_costs[type][band][pt][tokens[next][1].token];
333 tokens[i][0].token = t0;
358 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
360 t1 = tokens[next][1].token == DCT_EOB_TOKEN ?
374 tokens[next][0].token];
380 tokens[next][1].token];
403 tokens[i][1].token
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.h52 void trace_dump_token(const struct tgsi_token *token);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h48 typedef struct token token_t;
56 token_t *token; member in union:YYSTYPE
92 struct token { struct
99 token_t *token; member in struct:token_node
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java46 // Individial token classes.
164 /** Look ahead for one token.
201 /** Match the given token or throw an exception if no such token
293 * token = 1*(alphanum / "-" / "." / "!" / "%" / "*"
297 * @return true iff character c is a valid token character as per RFC3261
666 buffer + ": Unexpected token at " + lookAhead(0),
/external/skia/experimental/PdfViewer/inc/
H A DSkPdfTokenLooper.h51 * Consume a token, and draw to fCanvas as directed.
53 virtual SkPdfResult consumeToken(PdfToken& token) = 0;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java46 * a CommonTokenStream) to lex/parse. Being a token source only makes sense
53 /** A lexer listener that just creates token objects as they
56 * recording the token object result after each call.
59 public CommonToken token; field in class:Interpreter.LexerActionGetTokenType
69 token = new CommonToken((CharStream)input,type,channel,0,0);
88 CommonToken token = null;
92 token = scan(Grammar.ARTIFICIAL_TOKENS_RULENAME, null);
102 // we must set the line, and other junk here to make it a complete token
104 if ( token==null ) {
107 token
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTree.h32 __strong ANTLRCommonToken *token; variable
79 @property (retain, getter=getANTLRCommonToken, setter=setANTLRCommonToken:) ANTLRCommonToken *token;
86 @property (retain) ANTLRCommonToken *token; variable
H A DANTLRRecognitionException.h37 id<ANTLRToken> token; variable
46 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token; variable

Completed in 2086 milliseconds

<<21222324252627282930>>