/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/ |
lint-api-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/ |
lint-api-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/ |
lint-api-23.0.2.jar | |
/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...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/ |
lint-api-22.8.0.jar | |
/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/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.js | 8 * Points the webview to the starting URL of a scope authorization
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/ |
popup.js | 19 'scope': (incognito ? 'incognito_session_only' : 'regular')
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
background.js | 11 'scope' : 'http://www.google.com/m8/feeds/',
|
/external/chromium_org/components/policy/core/common/ |
config_dir_policy_loader.cc | 62 PolicyScope scope) 63 : AsyncPolicyLoader(task_runner), config_dir_(config_dir), scope_(scope) {}
|
/external/chromium_org/content/browser/resources/indexed_db/ |
indexeddb_internals.css | 63 td.indexeddb-transaction-scope {
|
/external/chromium_org/content/browser/service_worker/ |
embedded_worker_test_helper.cc | 79 const GURL& scope, 173 params.scope,
|
/external/chromium_org/extensions/renderer/ |
activity_log_converter_strategy.cc | 36 v8::Isolate::DisallowJavascriptExecutionScope scope( 124 v8::Isolate::DisallowJavascriptExecutionScope scope(
|