Searched defs:token (Results 26 - 50 of 657) sorted by relevance

1234567891011>>

/external/chromium_org/jingle/notifier/base/
H A Dnotifier_options_util.cc17 const std::string& email, const std::string& token) {
29 token + "bogus" : token);
15 MakeXmppClientSettings( const NotifierOptions& notifier_options, const std::string& email, const std::string& token) argument
/external/chromium_org/sandbox/win/src/
H A Dintegrity_level_test.cc19 ATL::CAccessToken token; local
20 if (!token.GetEffectiveToken(TOKEN_READ))
25 if (!::GetTokenInformation(token.GetHandle(), TokenIntegrityLevel,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py3 import keyword, re, token, tokenize namespace
9 tokenize.generate_tokens() doesn't return a token for the backslash that
24 # backslash token into the stream. Unfortunately, there's more
31 # triggers this condition, but the token text is::
36 # string token or not.
40 # should never result in a new token.
42 elif ttype == token.STRING:
50 # Yield the token, with a fake token type.
65 Each line is a list of pairs, each pair is a token
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebScopedUserGesture.h53 // WebUserGestureIndicator, and use this token to create a
54 // WebScopedUserGesture. If the token was alrady consumed, the new
59 explicit WebScopedUserGesture(const WebUserGestureToken& token) { initializeWithToken(token); } argument
/external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
H A Dinput_test.cpp24 pp::Token token; local
25 mPreprocessor.lex(&token);
26 EXPECT_EQ(pp::Token::LAST, token.type);
H A Doperator_test.cpp27 pp::Token token; local
28 mPreprocessor.lex(&token);
29 EXPECT_EQ(param.op, token.type);
30 EXPECT_EQ(param.str, token.text);
/external/javassist/src/main/javassist/compiler/ast/
H A DKeyword.java26 public Keyword(int token) { argument
27 tokenId = token;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParserException.java10 Token token; field in class:ParserException
12 public ParserException(@SuppressWarnings("hiding") Token token, String message) argument
15 this.token = token;
20 return this.token;
/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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognitionException.java39 * exceptions are built with the expected token type.
56 * state can change before the exception is reported so current token index
58 * perhaps print an entire line of input not just a single token, for example.
66 /** What is index of token/char were we looking at when the error occurred? */
71 * For parsers. Even when it's a tree parser, token might be set.
73 public Token token; field in class:RecognitionException
93 * for most recent token with line/col info, but notify getErrorHeader()
106 this.token = ((TokenStream)input).LT(1);
107 this.line = token.getLine();
108 this.charPositionInLine = token
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRecognizerSharedState.h42 id<ANTLRToken> token; variable
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognizerSharedState.h42 id<ANTLRToken> token; variable
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognizerSharedState.h42 id<ANTLRToken> token; variable
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h43 __strong id<ANTLRToken> token; variable
60 @property (copy, getter=getToken, setter=setToken:) id<ANTLRToken> token; variable
/external/bison/src/
H A DInadequacyList.h64 /** The \c token passed to \c InadequacyList__new_conflict. */
65 symbol *token; member in struct:__anon367
88 * - \c token is a token.
101 * \c manifesting_state, the following actions are in conflict on \c token:
114 state *manifesting_state, symbol *token, bitset actions,
140 * - \c result = the token associated with contribution \c i in the
/external/chromium/chrome/browser/webdata/
H A Dtoken_service_table.cc42 const std::string& token) {
55 bool encrypted = Encryptor::EncryptString(token, &encrypted_token);
41 SetTokenForService(const std::string& service, const std::string& token) argument
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.h35 // Store a token for the currently logged in user. We will look it up later by
36 // the name given here, and we will expire the token after the timeout. For a
37 // timeout of 0, we never expire the token. After time_to_live expires, the
38 // token will be expired.
42 // Retrieve a token for the currently logged in user. This returns an empty
43 // string if the token was not found or timed out.
55 std::string token; member in struct:extensions::TokenCacheService::TokenCacheData
59 // Map the token name (string) to token data.
/external/chromium_org/chrome/browser/policy/cloud/
H A Dmock_cloud_policy_client.cc21 void MockCloudPolicyClient::SetDMToken(const std::string& token) { argument
22 dm_token_ = token;
/external/chromium_org/chrome/browser/signin/
H A Doauth2_token_service_test_util.cc14 std::string GetValidTokenResponse(std::string token, int expiration) { argument
15 return base::StringPrintf(kValidTokenResponse, token.c_str(), expiration);
29 const std::string& token,
31 last_token_ = token;
27 OnGetTokenSuccess( const OAuth2TokenService::Request* request, const std::string& token, const base::Time& expiration_date) argument
H A Dubertoken_fetcher.cc36 void UbertokenFetcher::OnUberAuthTokenSuccess(const std::string& token) { argument
37 consumer_->OnUbertokenSuccess(token);
H A Dubertoken_fetcher.h12 // Allow to retrieves an uber-auth token for the user. This class uses the
14 // will use the OAuth2 access token to generate the uber-auth token.
30 virtual void OnUbertokenSuccess(const std::string& token) {} argument
34 // Allows to retrieve an uber-auth token.
41 // Start fetching the token.
45 virtual void OnUberAuthTokenSuccess(const std::string& token) OVERRIDE;
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc35 helper_->WaitForToken(block.token);
78 unsigned int token) {
88 block.token = token;
100 if (block.token > last_token_read || block.state == IN_USE) break;
77 FreePendingToken(RingBuffer::Offset offset, unsigned int token) argument
/external/chromium_org/net/dns/
H A Dnotify_watcher_mac.cc52 int token; local
53 int status = HANDLE_EINTR(read(notify_fd_, &token, sizeof(token)));
54 if (status != sizeof(token)) {
59 // Ignoring |token| value to avoid possible endianness mismatch:
/external/chromium_org/remoting/client/plugin/
H A Dpepper_token_fetcher.cc33 const std::string& token, const std::string& shared_secret) {
35 token_fetched_callback_.Run(token, shared_secret);
32 OnTokenFetched( const std::string& token, const std::string& shared_secret) argument
/external/chromium_org/sync/engine/
H A Dstore_timestamps_command_unittest.cc17 // token.
20 int field_number, const std::string& token) {
24 marker->set_token(token);
28 // token.
31 ModelType model_type, const std::string& token) {
33 response, GetSpecificsFieldNumberFromModelType(model_type), token);
38 // Gets the directory's progress marker's token for the given model
47 return progress_marker.token();
60 AddProgressMarkerForFieldNumber(&response, -1, "bad token");
18 AddProgressMarkerForFieldNumber( sync_pb::GetUpdatesResponse* response, int field_number, const std::string& token) argument
29 AddProgressMarkerForModelType( sync_pb::GetUpdatesResponse* response, ModelType model_type, const std::string& token) argument

Completed in 745 milliseconds

1234567891011>>