/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 13 * @param {String} oauth_scope The OAuth scope parameter. 58 * "scope" {String} OAuth access scope. 235 * "scope" {String} OAuth access scope. 249 oauth_config['scope'], 394 * Stores an OAuth token for the configured scope. 402 * Retrieves any stored token for the configured scope. 410 * Stores an OAuth token secret for the configured scope. 418 * Retrieves any stored secret for the configured scope [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 13 * @param {String} oauth_scope The OAuth scope parameter. 58 * "scope" {String} OAuth access scope. 235 * "scope" {String} OAuth access scope. 249 oauth_config['scope'], 394 * Stores an OAuth token for the configured scope. 402 * Retrieves any stored token for the configured scope. 410 * Stores an OAuth token secret for the configured scope. 418 * Retrieves any stored secret for the configured scope [all...] |
background.js | 11 'scope' : 'http://www.google.com/m8/feeds/',
|
/prebuilts/devtools/tools/lib/ |
lint-api.jar | |
/external/iproute2/ip/ |
ipaddress.c | 45 int scope, scopemask; member in struct:__anon21141 68 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n"); 72 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n"); 73 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n"); 537 if ((filter.scope^ifa->ifa_scope)&filter.scopemask) 631 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1))); 797 } else if (strcmp(*argv, "scope") == 0) { 798 unsigned scope = 0 local 1120 unsigned scope = 0; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 135 """Find local names in scope""" 280 scope = self.scope.check_name(name) 281 if scope == SC_LOCAL: 286 elif scope == SC_GLOBAL_EXPLICIT: 288 elif scope == SC_GLOBAL_IMPLICIT: 293 elif scope == SC_FREE or scope == SC_CELL: 296 raise RuntimeError, "unsupported scope for var %s: %d" % \ 297 (name, scope) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 135 """Find local names in scope""" 280 scope = self.scope.check_name(name) 281 if scope == SC_LOCAL: 286 elif scope == SC_GLOBAL_EXPLICIT: 288 elif scope == SC_GLOBAL_IMPLICIT: 293 elif scope == SC_FREE or scope == SC_CELL: 296 raise RuntimeError, "unsupported scope for var %s: %d" % \ 297 (name, scope) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 120 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 126 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 132 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 138 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 146 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 152 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 158 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 164 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
ST.stg | 81 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 144 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 150 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 156 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 162 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
ST.stg | 58 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 168 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 174 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 180 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 186 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
AST.stg | 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 262 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 269 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 275 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 283 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
AST.stg | 136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 148 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 154 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
ST.stg | 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/checkpolicy/test/ |
dismod.c | 105 scope_datum_t *scope = local 106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id); 107 assert(scope != NULL); 108 if (scope->scope == SCOPE_REQ) { 521 for (j = ebitmap_startbit(&indices->scope[i]); 522 j < ebitmap_length(&indices->scope[i]); j++) { 523 if (ebitmap_get_bit(&indices->scope[i], j)) {
|
/external/chromium_org/chrome/browser/policy/ |
config_dir_policy_loader.cc | 61 PolicyScope scope) 63 scope_(scope) {}
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.js | 8 * Points the webview to the starting URL of a scope authorization
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_unittest.cc | 155 const std::vector<int64> scope; local 158 scope,
|
/external/chromium_org/remoting/protocol/ |
third_party_authenticator_unittest.cc | 44 const std::string& scope, 47 ASSERT_EQ(scope, kTokenScope);
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestNamedConstructor.cpp | 116 v8::HandleScope scope(isolate); 125 return scope.Close(result);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8AbstractEventListener.cpp | 61 v8::HandleScope scope(m_isolate); 86 v8::Context::Scope scope(v8Context);
|