HomeSort by relevance Sort by last modified time
    Searched refs:scopes (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/extensions/api/identity/
extension_token_key.cc 11 const std::set<std::string>& scopes)
12 : extension_id(extension_id), account_id(account_id), scopes(scopes) {}
27 return scopes < rhs.scopes;
extension_token_key.h 16 const std::set<std::string>& scopes);
21 std::set<std::string> scopes; member in struct:extensions::ExtensionTokenKey
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.cc 31 std::vector<std::string> scopes; local
32 scopes.push_back(std::string("scope_1_") + token_number);
33 scopes.push_back(std::string("scope_2_") + token_number);
34 AddTokenToCache(token_id, extension_id, scopes, kOneHour);
39 std::vector<std::string> scopes; local
40 scopes.push_back(std::string("store_scope1"));
41 scopes.push_back(std::string("store_scope2"));
42 AddTokenToCache("store_token", kChromeWebStoreId, scopes, kOneHour);
48 const std::vector<std::string>& scopes,
56 std::set<std::string>(scopes.begin(), scopes.end()))
    [all...]
identity_internals_ui_browsertest.h 26 const std::vector<std::string>& scopes,
  /external/elfutils/0.153/libdw/
dwarf_getscopes_die.c 63 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
64 if (scopes == NULL)
73 scopes[i++] = die->die;
79 *(void **) arg = scopes;
84 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes)
93 *scopes = info;
dwarf_getscopes.c 63 Dwarf_Die *scopes; member in struct:args
74 if (a->scopes != NULL)
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
120 if (scopes == NULL)
122 free (a->scopes);
127 a->scopes = scopes;
    [all...]
  /art/compiler/utils/
scoped_hashtable.h 29 explicit ScopedHashtable():scopes() {
33 scopes.push_front(std::map<K, V>());
39 for (typename std::list<std::map<K, V>>::const_iterator scopes_it = scopes.begin();
40 scopes_it != scopes.end(); scopes_it++) {
51 scopes.front().erase(k);
52 scopes.front().insert(std::pair< K, V >(k, v));
58 // when removing scope and the list of scopes is empty.
59 if (scopes.size() > 0) {
60 scopes.pop_front();
67 std::list<std::map<K, V>> scopes; member in class:utils::ScopedHashtable
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
TestLexerLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
TestLexerLexer.h 13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow_unittest.cc 51 std::vector<std::string> scopes; local
52 scopes.push_back("scope1");
53 scopes.push_back("scope2");
54 return scopes;
84 const std::vector<std::string>& scopes));
92 const std::vector<std::string>& scopes)
93 : OAuth2ApiCallFlow(context, refresh_token, access_token, scopes) {}
113 void SetupAccessTokenFetcher(const std::vector<std::string>& scopes) {
117 scopes)).Times(1);
141 const std::vector<std::string>& scopes) {
    [all...]
oauth2_token_service.h 38 // To use this service, call StartRequest() with a given set of scopes and a
56 // A set of scopes in OAuth2 authentication.
116 const ScopeSet& scopes) = 0;
122 const ScopeSet& scopes,
126 const ScopeSet& scopes) = 0;
141 // and |scopes|, and if not found starts a request for an OAuth2 access token
144 // |scopes| is the set of scopes to get an access token for, |consumer| is
148 const ScopeSet& scopes,
158 const ScopeSet& scopes,
309 ScopeSet scopes; member in struct:OAuth2TokenService::RequestParameters
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.cc 91 OAuth2TokenService::ScopeSet scopes; local
92 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
93 scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
95 signin_manager_->GetAuthenticatedAccountId(), scopes, this);
  /external/libnl/lib/route/
rtnl.c 87 static struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
102 return __str2type(name, scopes, ARRAY_SIZE(scopes));
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 33 // ScopeSet scopes;
34 // scopes.insert(GaiaConstants::kYourServiceScope);
35 // IssueTokenForScope(scopes, "access_token", base::Time()::Max());
38 // IssueErrorForScope(scopes, GoogleServiceAuthError(INVALID_GAIA_CREDENTIALS));
54 ScopeSet scopes; member in struct:FakeProfileOAuth2TokenService::PendingRequest
101 void IssueTokenForScope(const ScopeSet& scopes,
105 void IssueErrorForScope(const ScopeSet& scopes,
124 const ScopeSet& scopes) OVERRIDE;
133 const ScopeSet& scopes,
141 // matching |scopes| are completed. If |account_id| is empty, then pendin
    [all...]
  /external/chromium_org/components/signin/core/browser/
about_signin_internals.h 88 const OAuth2TokenService::ScopeSet& scopes) OVERRIDE;
92 const OAuth2TokenService::ScopeSet& scopes,
96 const OAuth2TokenService::ScopeSet& scopes)
106 const OAuth2TokenService::ScopeSet& scopes);
116 OAuth2TokenService::ScopeSet scopes; // Scoped that are requested. member in struct:AboutSigninInternals::TokenInfo
140 const OAuth2TokenService::ScopeSet& scopes);
154 // "scopes" : requested scoped,
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-scopes.js 56 function CheckFastAllScopes(scopes, exec_state) {
59 assertTrue(scopes.length >= length);
60 for (var i = 0; i < scopes.length && i < length; i++) {
63 assertEquals(scopes[scopes.length - i - 1], scope.scopeType());
67 // Check that the scope chain contains the expected types of scopes.
68 function CheckScopeChain(scopes, exec_state) {
70 assertEquals(scopes.length, exec_state.frame().scopeCount());
71 assertEquals(scopes.length, all_scopes.length, "FrameMirror.allScopes length");
72 for (var i = 0; i < scopes.length; i++)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 910