HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 426 - 450 of 1068) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1015.js 56 // In global scope.
64 // In function scope.
regress-52801.js 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
29 // (contexts may escape), but when leaving a with-scope, we currently also copy
  /external/doclava/src/com/google/doclava/
FieldInfo.java 335 data.setValue(base + ".scope", "public");
337 data.setValue(base + ".scope", "protected");
339 data.setValue(base + ".scope", "");
341 data.setValue(base + ".scope", "private");
429 if (!scope().equals(fInfo.scope())) {
431 + " changed scope from " + this.scope() + " to " + fInfo.scope());
MemberInfo.java 105 public String scope() { method in class:MemberInfo
115 throw new RuntimeException("invalid scope for object " + this);
  /external/llvm/tools/lto/
LTOModule.h 157 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
  /external/v8/src/
bootstrapper.h 68 HandleScope scope; local
api.cc 788 "Local scope has already been closed")) {
889 i::HandleScope scope(isolate);
1662 v8::HandleScope scope; local
1754 HandleScope scope; local
1768 HandleScope scope; local
1785 HandleScope scope; local
1802 HandleScope scope; local
1921 HandleScope scope; local
1951 HandleScope scope; local
2028 HandleScope scope; local
2044 HandleScope scope; local
2060 HandleScope scope; local
3040 HandleScope scope; local
3585 HandleScope scope; local
4158 HandleScope scope; local
5728 v8::HandleScope scope; local
    [all...]
  /external/v8/test/cctest/
test-random.cc 76 v8::HandleScope scope;
test-assembler-mips.cc 65 v8::HandleScope scope; local
90 v8::HandleScope scope; local
128 v8::HandleScope scope; local
269 v8::HandleScope scope; local
288 CpuFeatures::Scope scope(FPU);
348 v8::HandleScope scope; local
361 CpuFeatures::Scope scope(FPU);
408 v8::HandleScope scope; local
479 v8::HandleScope scope; local
551 v8::HandleScope scope; local
632 v8::HandleScope scope; local
736 v8::HandleScope scope; local
765 v8::HandleScope scope; local
839 v8::HandleScope scope; local
982 v8::HandleScope scope; local
1073 v8::HandleScope scope; local
1135 v8::HandleScope scope; local
1271 v8::HandleScope scope; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1015.js 56 // In global scope.
64 // In function scope.
regress-52801.js 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
29 // (contexts may escape), but when leaving a with-scope, we currently also copy
  /external/libsepol/src/
policydb.c 668 * the policy is a module, set object_r's scope to be SCOPE_REQ,
730 if (symtab_init(&p->scope[i], symtab_sizes[i])) {
757 hashtab_destroy(p->scope[i].table);
1306 (void)hashtab_map(p->scope[i].table, scope_destroy, 0);
1307 hashtab_destroy(p->scope[i].table);
1451 * inserting the appropriate scope information in addition to
3532 scope_datum_t *scope = NULL; local
    [all...]
  /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...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/iproute2/ip/
ipaddress.c 45 int scope, scopemask; member in struct:__anon21142
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) ::= <<

Completed in 1980 milliseconds

<<11121314151617181920>>