/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/ |
LintDriver.java | 47 import com.android.tools.lint.detector.api.Scope; 119 private EnumSet<Scope> mScope; 121 private Map<Scope, List<Detector>> mScopeDetectors; 125 private EnumSet<Scope> mRepeatScope; 146 * Returns the scope for the lint job 148 * @return the scope, never null 151 public EnumSet<Scope> getScope() { 223 * @param scope the scope of the analysis; detectors with a wider scope wil [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 284 /** Map a scope to a map of name:action pairs. 1530 String scope = getDefaultActionScope(type); local 1672 Grammar scope = composite.getGrammar(scopeName); local 1723 AttributeScope scope = new AttributeScope(this, name, scopeAction); local 1729 AttributeScope scope = new AttributeScope(this, ruleName, retAction); local 1735 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction); local 1741 AttributeScope scope = new AttributeScope(this, ruleName, argAction); local [all...] |
/external/v8/src/ |
accessors.cc | 118 HandleScope scope(isolate); 320 HandleScope scope(isolate); 392 HandleScope scope; local 519 HandleScope scope; local 591 HandleScope scope(isolate); 728 HandleScope scope(isolate);
|
runtime.cc | 441 HandleScope scope(isolate); 568 HandleScope scope(isolate); 594 HandleScope scope(isolate); 620 HandleScope scope(isolate); 640 HandleScope scope(isolate); 731 HandleScope scope(isolate); 741 HandleScope scope(isolate); 753 HandleScope scope(isolate); 763 HandleScope scope(isolate); 775 HandleScope scope(isolate) [all...] |
d8-debug.cc | 57 HandleScope scope; local 277 HandleScope scope; local 306 HandleScope scope; local
|
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 561 * Performs a search using the given pattern, scope and handler. The search will abort 568 IJavaSearchScope scope = createPackageScope(javaProject); local 591 engine.search(pattern, participants, scope, requestor, monitor); 594 /** Creates a package search scope for the first package root in the given java project */ 598 IJavaSearchScope scope; local 601 scope = SearchEngine.createJavaSearchScope(scopeElements); 603 scope = SearchEngine.createWorkspaceScope(); 605 return scope;
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 59 scope_(info->scope()), 149 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 162 int GetParameterCount() const { return scope()->num_parameters(); } 329 Scope* const scope_;
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 59 scope_(info->scope()), 140 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 153 int GetParameterCount() const { return scope()->num_parameters(); } 326 Scope* const scope_;
|
/external/webkit/Source/WebCore/page/mac/ |
EventHandlerMac.mm | 114 CurrentEventScope scope(event); 146 CurrentEventScope scope(event); 502 CurrentEventScope scope(event); 517 CurrentEventScope scope(event); 531 CurrentEventScope scope(event); 623 CurrentEventScope scope(event);
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 332 data.setValue(base + ".scope", "public"); 334 data.setValue(base + ".scope", "protected"); 336 data.setValue(base + ".scope", ""); 338 data.setValue(base + ".scope", "private"); 426 if (!scope().equals(fInfo.scope())) { 428 + " changed scope from " + this.scope() + " to " + fInfo.scope());
|
/external/llvm/tools/lto/ |
LTOModule.h | 153 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
|
/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/webkit/Source/JavaScriptCore/runtime/ |
JSFunction.h | 57 ScopeChainNode* scope() function in class:JSC::JSFunction
|
/external/webkit/Source/WebCore/bindings/js/ |
JSLazyEventListener.cpp | 115 // Add the event's home element to the scope 117 listenerAsFunction->setScope(exec->globalData(), static_cast<JSNode*>(wrapper())->pushEventHandlerScope(exec, listenerAsFunction->scope()));
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8EventListenerList.h | 69 v8::HandleScope scope; local
|
V8WorkerContextEventListener.cpp | 77 v8::Context::Scope scope(v8Context);
|
/external/webkit/Source/WebCore/editing/ |
EditCommand.cpp | 89 EventQueueScope scope; local
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsFrontendImpl.cpp | 110 v8::HandleScope scope; local 112 v8::Context::Scope contextScope(frameContext);
|
/external/webkit/Source/WebKit/chromium/tests/ |
WebFrameTest.cpp | 137 v8::HandleScope scope; local
|
/external/libsepol/src/ |
policydb.c | 605 * the policy is a module, set object_r's scope to be SCOPE_REQ, 667 if (symtab_init(&p->scope[i], symtab_sizes[i])) { 694 hashtab_destroy(p->scope[i].table); 1243 hashtab_map(p->scope[i].table, scope_destroy, 0); 1244 hashtab_destroy(p->scope[i].table); 1388 * inserting the appropriate scope information in addition to 1396 * scope scope of this symbol, either SCOPE_REQ or SCOPE_DECL 1405 * -2 scope conflicted 1411 uint32_t scope, uint32_t avrule_decl_id, uint32_t * value 3439 scope_datum_t *scope = NULL; local [all...] |