HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 126 - 150 of 382) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 522 * Performs a search using the given pattern, scope and handler. The search will abort
529 IJavaSearchScope scope = createPackageScope(javaProject); local
552 engine.search(pattern, participants, scope, requestor, monitor);
555 /** Creates a package search scope for the first package root in the given java project */
559 IJavaSearchScope scope; local
562 scope = SearchEngine.createJavaSearchScope(scopeElements);
564 scope = SearchEngine.createWorkspaceScope();
566 return scope;
  /external/v8/src/arm/
lithium-codegen-arm.h 56 scope_(info->scope()),
145 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
162 int ParameterCount() const { return scope()->num_parameters(); }
302 Scope* const scope_;
  /external/v8/src/
d8-debug.cc 56 HandleScope scope; local
275 HandleScope scope; local
303 HandleScope scope; local
bootstrapper.h 66 HandleScope scope; local
debug.cc 396 HandleScope scope; local
770 HandleScope scope(isolate);
843 HandleScope scope(isolate_);
921 HandleScope scope(isolate_);
2954 v8::HandleScope scope; local
    [all...]
scopes.h 51 Variable* Declare(Scope* scope,
61 // The dynamic scope part holds hash maps for the variables that will
63 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
87 class Scope: public ZoneObject {
93 EVAL_SCOPE, // the top-level scope for an 'eval' source
94 FUNCTION_SCOPE, // the top-level scope for a function
95 GLOBAL_SCOPE // the top-level scope for a program or a top-level eval
103 Scope(Scope* outer_scope, Type type)
    [all...]
top.cc 409 HandleScope scope;
480 HandleScope scope(this);
523 HandleScope scope(this);
545 HandleScope scope; local
611 HandleScope scope; local
688 HandleScope scope; local
819 HandleScope scope; local
830 HandleScope scope; local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 59 scope_(info->scope()),
137 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
151 int ParameterCount() const { return scope()->num_parameters(); }
298 Scope* const scope_;
  /external/v8/src/x64/
lithium-codegen-x64.h 59 scope_(info->scope()),
132 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
145 int ParameterCount() const { return scope()->num_parameters(); }
296 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 91 lto_symbol_attributes scope);
  /external/v8/test/cctest/
test-strings.cc 36 v8::HandleScope scope; local
41 v8::HandleScope scope; local
234 v8::HandleScope scope; local
282 v8::HandleScope scope; local
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
627 v8::HandleScope scope; local
731 v8::HandleScope scope; local
760 v8::HandleScope scope; local
834 v8::HandleScope scope; local
977 v8::HandleScope scope; local
1068 v8::HandleScope scope; local
1130 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/iproute2/ip/
ipaddress.c 45 int scope, scopemask; member in struct:__anon6416
67 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
71 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n");
72 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n");
480 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
574 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
738 } else if (strcmp(*argv, "scope") == 0) {
739 unsigned scope = 0 local
1053 unsigned scope = 0; local
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 1462 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); local
1488 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); local
1517 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); local
1556 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); local
1634 LabelScope* scope = generator.continueTarget(m_ident); local
1648 LabelScope* scope = generator.breakTarget(m_ident); local
1685 RefPtr<RegisterID> scope = generator.newTemporary(); local
1850 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Switch); local
1867 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::NamedLabel, &m_name); local
    [all...]

Completed in 579 milliseconds

1 2 3 4 56 7 8 91011>>