Searched defs:token (Results 76 - 100 of 705) sorted by relevance

1234567891011>>

/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml7 type token = type
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml7 type token = type
/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/qemu/qobject/
H A Djson-streamer.c24 static void json_message_process_token(JSONLexer *lexer, QString *token, JSONTokenType type, int x, int y) argument
30 switch (qstring_get_str(token)[0]) {
50 QINCREF(token);
51 qdict_put(dict, "token", token);
55 parser->token_size += token->length;
78 /* clear out token list and tell the parser to emit and error
/external/smali/smali/src/main/java/org/jf/smali/
H A DSemanticException.java54 this.token = tree.getToken();
56 this.line = token.getLine();
57 this.charPositionInLine = token.getCharPositionInLine();
61 SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { argument
64 this.token = token;
65 this.index = ((CommonToken)token).getStartIndex();
66 this.line = token.getLine();
67 this.charPositionInLine = token.getCharPositionInLine();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognizerSharedState.cs51 * Track the set of token types that can follow any rule invocation.
63 * matched a token. Prevents generation of more than one error message
72 * but no token is consumed during recovery...another error is found,
74 * one token/tree node is consumed for two errors.
80 * In lieu of a return value, this indicates that a rule or token
81 * has failed to match. Reset to false upon valid token match.
98 * the stop token index for each rule. ruleMemo[ruleIndex] is
100 * get back the stop token for associated rule or MEMO_RULE_FAILED.
113 * The goal of all lexer rules/methods is to create a token object.
115 * create a single token
122 public IToken token; field in class:Antlr.Runtime.RecognizerSharedState
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognizerSharedState.cs53 * Track the set of token types that can follow any rule invocation.
65 * matched a token. Prevents generation of more than one error message
74 * but no token is consumed during recovery...another error is found,
76 * one token/tree node is consumed for two errors.
82 * In lieu of a return value, this indicates that a rule or token
83 * has failed to match. Reset to false upon valid token match.
100 * the stop token index for each rule. ruleMemo[ruleIndex] is
102 * get back the stop token for associated rule or MEMO_RULE_FAILED.
115 * The goal of all lexer rules/methods is to create a token object.
117 * create a single token
124 public IToken token; field in class:Antlr.Runtime.RecognizerSharedState
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognizerSharedState.java39 /** Track the set of token types that can follow any rule invocation.
47 * matched a token. Prevents generation of more than one error message
54 * but no token is consumed during recovery...another error is found,
56 * one token/tree node is consumed for two errors.
60 /** In lieu of a return value, this indicates that a rule or token
61 * has failed to match. Reset to false upon valid token match.
74 * the stop token index for each rule. ruleMemo[ruleIndex] is
76 * get back the stop token for associated rule or MEMO_RULE_FAILED.
87 /** The goal of all lexer rules/methods is to create a token object.
89 * create a single token
95 public Token token; field in class:RecognizerSharedState
[all...]
/external/bison/src/
H A DInadequacyList.c29 InadequacyList__new_conflict (state *manifesting_state, symbol *token, argument
39 result->inadequacy.conflict.token = token;
70 return self->inadequacy.conflict.token;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_token_loader.cc71 void UserPolicyTokenLoader::NotifyOnOriginThread(const std::string& token, argument
75 delegate_->OnTokenLoaded(token, device_id);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dtoken_encryptor.cc38 const std::string& token) {
39 // Don't care about token encryption while debugging.
41 return token;
49 token);
54 // Don't care about token encryption while debugging.
77 const std::string& token) {
86 if (!encryptor.Encrypt(token, &encoded_token)) {
87 LOG(WARNING) << "Failed to encrypt token.";
102 LOG(WARNING) << "Corrupt encrypted token found.";
116 std::string token; local
37 EncryptWithSystemSalt( const std::string& token) argument
74 EncryptTokenWithKey( crypto::SymmetricKey* key, const std::string& salt, const std::string& token) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dinternal_auth_unittest.cc38 std::string token = InternalAuthGeneration::GeneratePassport( local
40 ASSERT_GT(token.size(), 10u); // short token is insecure.
43 token = InternalAuthGeneration::GeneratePassport("zapata", map);
44 ASSERT_GT(token.size(), 10u);
65 std::string token = InternalAuthGeneration::GeneratePassport( local
67 ASSERT_TRUE(token.empty());
69 token, long_string_, map));
72 token = InternalAuthGeneration::GeneratePassport(std::string(), map);
73 ASSERT_TRUE(token
101 std::string token = InternalAuthGeneration::GeneratePassport("zapata", map); local
114 std::string token = InternalAuthGeneration::GeneratePassport("zapata", map); local
141 std::string token = InternalAuthGeneration::GeneratePassport("zapata", map); local
173 std::string token = InternalAuthGeneration::GeneratePassport("zapata", map); local
[all...]
/external/chromium_org/chrome/browser/net/
H A Dprobe_message_unittest.cc22 ProbePacket_Token token; local
23 token.set_timestamp_micros(1000000U);
24 token.mutable_hash()->assign("1x1x");
30 pm.GenerateProbeRequest(token,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc44 const std::string& token) {
45 issued_tokens_.push_back(token);
61 // Request access token, make sure it gets valid response.
73 // Start two requests for access token. One should be reported as canceled,
43 RequestTokenFinished(const GoogleServiceAuthError& error, const std::string& token) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlist_changes_task.cc36 void ListChangesTask::RunPreflight(scoped_ptr<SyncTaskToken> token) { argument
37 token->InitializeTaskLog("List Changes");
40 token->RecordLog("Failed to get required service.");
41 SyncTaskManager::NotifyTaskDone(token.Pass(), SYNC_STATUS_FAILED);
46 token.Pass(),
52 void ListChangesTask::StartListing(scoped_ptr<SyncTaskToken> token) { argument
56 weak_ptr_factory_.GetWeakPtr(), base::Passed(&token)));
60 scoped_ptr<SyncTaskToken> token,
65 token->RecordLog("Failed to fetch change list.");
67 token
59 DidListChanges( scoped_ptr<SyncTaskToken> token, google_apis::GDataErrorCode error, scoped_ptr<google_apis::ChangeList> change_list) argument
112 CheckInChangeList(int64 largest_change_id, scoped_ptr<SyncTaskToken> token) argument
[all...]
/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service.h47 void set_refresh_token(const std::string& token) { argument
48 refresh_token_ = token;
121 // Revokes the refresh token on the server.
127 // In memory refresh token store mapping account_id to refresh_token.
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_web_data.cc42 const std::string& service, const std::string& token, WebDatabase* db) {
44 token)) {
75 const std::string& token) {
78 service, token));
41 SetTokenForService( const std::string& service, const std::string& token, WebDatabase* db) argument
74 SetTokenForService(const std::string& service, const std::string& token) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc41 helper_->WaitForToken(block.token);
87 unsigned int token) {
98 block.token = token;
110 if (block.token > last_token_read || block.state == IN_USE) break;
86 FreePendingToken(void* pointer, unsigned int token) argument
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_token_utils.cc32 DLOG(WARNING) << "Attempting to remove last token from a non-existent "
50 DLOG(WARNING) << "Attempting to remove a token from an empty header value "
69 const base::StringPiece& token) {
89 StringPieceUtils::StartsWithIgnoreCase(tokens.back(), token);
66 CheckHeaderForLastToken( const BalsaHeaders& headers, const base::StringPiece& key, const base::StringPiece& token) argument
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.cc30 // Length in bytes of the cryptographic nonce used to salt the token scope.
48 virtual void StartValidateRequest(const std::string& token) OVERRIDE;
75 void TokenValidatorImpl::StartValidateRequest(const std::string& token) { argument
76 post_body_ = "code=" + net::EscapeUrlEncodedData(token, true) +
80 key_pair_->SignMessage(token), true) +
/external/chromium_org/remoting/protocol/
H A Dthird_party_host_authenticator.cc36 // 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/third_party/WebKit/Source/core/dom/
H A DDOMSettableTokenList.cpp49 bool DOMSettableTokenList::containsInternal(const AtomicString& token) const
51 return m_tokens.contains(token);
66 void DOMSettableTokenList::addInternal(const AtomicString& token) argument
68 DOMTokenList::addInternal(token);
70 m_tokens.set(token, false);
72 m_tokens.add(token);
82 void DOMSettableTokenList::removeInternal(const AtomicString& token) argument
84 DOMTokenList::removeInternal(token);
85 m_tokens.remove(token);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDiagnostics.cpp27 const std::string& token,
47 /* VC++ format: file(linenum) : error #: 'token' : extrainfo */
50 sink << "'" << token << "' : " << reason << " " << extra << "\n";
24 writeInfo(Severity severity, const pp::SourceLocation& loc, const std::string& reason, const std::string& token, const std::string& extra) argument
H A DValidateOutputs.cpp72 void ValidateOutputs::error(TSourceLoc loc, const char *reason, const char* token) argument
76 mSink << "'" << token << "' : " << reason << "\n";
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dchar_test.cpp88 pp::Token token; local
89 mPreprocessor.lex(&token);
90 EXPECT_EQ(expectedType, token.type);
91 EXPECT_EQ(expectedValue, token.text);

Completed in 1216 milliseconds

1234567891011>>