/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 393 /** #SND_PCM_TYPE_METER scope handle */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 393 /** #SND_PCM_TYPE_METER scope handle */ [all...] |
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/ |
LintDriver.java | 49 import com.android.tools.lint.detector.api.Scope; 122 private EnumSet<Scope> mScope; 124 private Map<Scope, List<Detector>> mScopeDetectors; 128 private EnumSet<Scope> mRepeatScope; 151 * Returns the scope for the lint job 153 * @return the scope, never null 156 public EnumSet<Scope> getScope() { 275 * @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);
|
d8-debug.cc | 57 HandleScope scope; local 277 HandleScope scope; local 306 HandleScope scope; local
|
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...] |
bootstrapper.h | 68 HandleScope scope; local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 693 * Performs a search using the given pattern, scope and handler. The search will abort 700 IJavaSearchScope scope = createPackageScope(javaProject); local 723 engine.search(pattern, participants, scope, requestor, monitor); 726 /** Creates a package search scope for the first package root in the given java project */ 730 IJavaSearchScope scope; local 733 scope = SearchEngine.createJavaSearchScope(scopeElements); 735 scope = SearchEngine.createWorkspaceScope(); 737 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 | 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());
|
/external/llvm/tools/lto/ |
LTOModule.h | 158 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
|