HomeSort by relevance Sort by last modified time
    Searched refs:scopes (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 81 EXPECT_EQ(1u, requests[0].scopes.size());
82 EXPECT_EQ(1u, requests[0].scopes.count(
185 oauth2_token_service_.IssueTokenForScope(requests[0].scopes,
196 oauth2_token_service_.IssueErrorForScope(requests[0].scopes,
managed_user_refresh_token_fetcher.cc 130 OAuth2TokenService::ScopeSet scopes; local
131 scopes.insert(GaiaUrls::GetInstance()->oauth1_login_scope());
133 account_id_, scopes, this);
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.cc 18 const char kScopes[] = "scopes";
87 info->scopes.push_back(scope);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 259 return s.scopes
347 self.scopes = self.parseSymbols(node)
348 self.scope = self.scopes[node]
361 self.scopes = self.parseSymbols(node)
362 self.scope = self.scopes[node]
383 gen = self.FunctionGen(node, self.scopes, isLambda,
395 gen = self.ClassGen(node, self.scopes,
673 gen = GenExprCodeGenerator(node, self.scopes, self.class_name,
1298 scopes = None variable in class:ModuleCodeGenerator
1312 scopes = None variable in class:ExpressionCodeGenerator
1327 scopes = None variable in class:InteractiveCodeGenerator
1411 scopes = None variable in class:FunctionCodeGenerator
1427 scopes = None variable in class:GenExprCodeGenerator
1463 scopes = None variable in class:ClassCodeGenerator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 259 return s.scopes
347 self.scopes = self.parseSymbols(node)
348 self.scope = self.scopes[node]
361 self.scopes = self.parseSymbols(node)
362 self.scope = self.scopes[node]
383 gen = self.FunctionGen(node, self.scopes, isLambda,
395 gen = self.ClassGen(node, self.scopes,
673 gen = GenExprCodeGenerator(node, self.scopes, self.class_name,
1298 scopes = None variable in class:ModuleCodeGenerator
1312 scopes = None variable in class:ExpressionCodeGenerator
1327 scopes = None variable in class:InteractiveCodeGenerator
1411 scopes = None variable in class:FunctionCodeGenerator
1427 scopes = None variable in class:GenExprCodeGenerator
1463 scopes = None variable in class:ClassCodeGenerator
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 238 std::vector<std::string> scopes; local
239 scopes.push_back(kCWSScope);
258 scopes));
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc 95 OAuth2TokenService::ScopeSet scopes; local
96 scopes.insert(GaiaUrls::GetInstance()->oauth1_login_scope());
102 scopes,
  /external/chromium_org/google_apis/gaia/
oauth2_token_service_unittest.cc 178 // Second request to the same set of scopes, should return the same token
189 // Third request to a new set of scopes, should return another token.
376 OAuth2TokenService::ScopeSet scopes; local
377 scopes.insert("s1");
378 scopes.insert("s2");
380 scopes.insert("s3");
381 scopes.insert("s4");
384 account_id_, scopes, &consumer_));
458 OAuth2TokenService::ScopeSet scopes; local
463 oauth2_service_->StartRequest(account_id_, scopes, &consumer_))
    [all...]
oauth2_mint_token_flow.h 55 // token for the given client and the given set of scopes from the
87 std::vector<std::string> scopes; member in struct:OAuth2MintTokenFlow::Parameters
oauth2_mint_token_flow.cc 49 const char kScopesKey[] = "scopes";
109 scopes(scopes_arg),
170 JoinString(parameters_.scopes, ' '), true).c_str(),
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 105 scopes,
177 scopes,
232 scopes,
250 #pragma mark Rule return scopes Interface start
253 #pragma mark Rule return scopes Interface end
293 scopes,
304 #pragma mark Rule return scopes start
308 #pragma mark Rule return scopes end
465 scopes,
496 scopes,
    [all...]
  /external/chromium_org/chrome/browser/drive/
gdata_wapi_service.cc 70 // OAuth2 scopes for the documents API.
152 std::vector<std::string> scopes; local
153 scopes.push_back(util::kDocsListScope);
154 scopes.push_back(kSpreadsheetsScope);
155 scopes.push_back(kUserContentScope);
157 scopes.push_back(util::kDriveAppsScope);
162 scopes),
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 286 OAuth2TokenService::ScopeSet scopes; local
287 scopes.insert(kAPIScope);
291 account_id_, scopes, this);
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval-in-with.js 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
56 // in the eval scopes. Deeper nesting this time.
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
56 // in the eval scopes. Deeper nesting this time.
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.cc 33 const char kScopes[] = "scopes";
63 // Gets a list of scopes specified in |token_cache_key| and returns a pointer
64 // to a ListValue containing the scopes. The caller gets ownership of the
175 iter = token_cache_key.scopes.begin();
176 iter != token_cache_key.scopes.end(); ++iter) {
292 html_source->AddLocalizedString("scopes",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 43 var scopeOffset = state.scopes[0].offset;
215 for (var i = 0; i < state.scopes.length; i++) {
216 if (state.scopes[i].type === 'coffee') {
217 indentUnit = state.scopes[i].offset + conf.indentUnit;
224 state.scopes.unshift({
231 if (state.scopes.length == 1) return;
232 if (state.scopes[0].type === 'coffee') {
235 for (var i = 0; i < state.scopes.length; ++i) {
236 if (_indent === state.scopes[i].offset) {
244 while (state.scopes[0].offset !== _indent)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 53 scopes, superClass, literals) ::=
107 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode,
113 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
221 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
233 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScopeClass(scope=it)><endif>}>
260 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack(scope=it)><endif>}>
303 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
308 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
317 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
323 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 60 scopes, superClass, literals) ::=
84 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
88 <scopes:{it |<if(it.isDynamicGlobalScope)><globalAttributeScope(it)><endif>}>
200 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
223 <scopes:{it |<if(it.isDynamicGlobalScope)><globalAttributeScope(it)><endif>}>
273 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
276 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
285 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
290 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 129 std::vector<std::string> scopes; local
130 scopes.push_back(kContactsScope);
139 url_request_context_getter_, scopes)));
  /external/elfutils/libdw/
libdw.h 523 Sets *SCOPES to a malloc'd array of Dwarf_Die structures,
525 (*SCOPES)[0] is the DIE for the innermost scope containing PC,
526 (*SCOPES)[1] is the DIE for the scope containing that scope, and so on.
527 Returns -1 for errors or 0 if no scopes match PC. */
529 Dwarf_Die **scopes);
532 Sets *SCOPES to a malloc'd array of Dwarf_Die structures,
534 (*SCOPES)[0] is a copy of DIE.
535 (*SCOPES)[1] is the DIE for the scope containing that scope, and so on.
537 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
540 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 90 scopes, superClass) ::=
135 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
180 scopes,
207 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
270 grammar, name, scopes, tokens, tokenNames, rules, numRules, cyclicDFAs,
281 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
310 grammar, name, scopes, tokens, tokenNames,
320 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 251 OAuth2TokenService::ScopeSet scopes; local
252 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
253 scopes.insert(
256 scopes, "5678",
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc 44 JoinString(oauth2_info.scopes, ' '), true).c_str(),
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 225 v8::Handle<v8::Value> scopes = debugServer.functionScopes(function); local
226 if (!scopes.IsEmpty() && scopes->IsArray())
227 result->Set(v8AtomicString(isolate, "rawScopes"), scopes); local

Completed in 463 milliseconds

1 2 34 5 6 7 8