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

<<11121314151617181920>>

  /external/v8/src/
builtins.cc 1001 HandleScope scope; local
    [all...]
d8.js 387 case 'scope':
797 // Create a JSON request for the scope command.
799 // Build a scope request from the text command.
800 var request = this.createRequest('scope');
    [all...]
debug-debugger.js     [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 73 CpuFeatures::Scope scope(SSE2);
77 // Open a frame scope to indicate that there is a frame on the stack. The
78 // MANUAL indicates that the scope shouldn't actually generate code to set up
123 // issues when the stack allocated buffer goes out of scope.
150 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize;
188 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
205 int num_parameters = scope()->num_parameters();
207 Variable* var = scope()->parameter(i);
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 257 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode());
258 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
259 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
290 startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0, true);
291 endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, true);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 3396 JSObject* scope = new (stackFrame.globalData) JSStaticScopeObject(stackFrame.callFrame, stackFrame.args[0].identifier(), stackFrame.args[1].jsValue(), DontDelete); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 621 // method signature (public and has a single View parameter), and narrowing the scope
645 IJavaSearchScope scope = null; local
651 scope = SearchEngine.createHierarchyScope(activityType);
654 if (scope == null) {
655 scope = SearchEngine.createWorkspaceScope();
665 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
669 // TODO: Create a project+dependencies scope and search only that scope
671 // Try searching again with a complete workspace scope this time
672 scope = SearchEngine.createWorkspaceScope()
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 68 CpuFeatures::Scope scope1(VFP3);
69 CpuFeatures::Scope scope2(ARMv7);
73 // Open a frame scope to indicate that there is a frame on the stack. The
74 // NONE indicates that the scope shouldn't actually generate code to set up
119 // issues when the stack allocated buffer goes out of scope.
150 int receiver_offset = scope()->num_parameters() * kPointerSize;
176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
192 int num_parameters = scope()->num_parameters();
194 Variable* var = scope()->parameter(i);
    [all...]
stub-cache-arm.cc 687 AllowExternalCallThatCantCauseGC scope(masm);
841 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
codegen-arm.cc 195 CpuFeatures::Scope scope(VFP3);
  /build/tools/droiddoc/templates-ds/
class.cs 106 <?cs var:class.scope ?>
208 <?cs var:field.scope ?>
256 <?cs var:cl.scope ?>
495 <?cs var:field.scope ?>
534 <?cs var:method.scope ?>
  /build/tools/droiddoc/templates-sac/
class.cs 106 <?cs var:class.scope ?>
208 <?cs var:field.scope ?>
256 <?cs var:cl.scope ?>
495 <?cs var:field.scope ?>
534 <?cs var:method.scope ?>
  /build/tools/droiddoc/templates-sdk/
class.cs 106 <?cs var:class.scope ?>
208 <?cs var:field.scope ?>
256 <?cs var:cl.scope ?>
495 <?cs var:field.scope ?>
534 <?cs var:method.scope ?>
  /external/doclava/res/assets/templates/
class.cs 96 <?cs var:class.scope ?>
198 <?cs var:field.scope ?>
246 <?cs var:cl.scope ?>
485 <?cs var:field.scope ?>
524 <?cs var:method.scope ?>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/smali/smali/src/main/antlr3/
smaliParser.g 446 scope
517 scope {int currentAddress;}
524 scope
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 86 void* scope = 0; local
87 memcpy(&scope, &int_scope, sizeof(int_scope));
90 redirects.back(), Time::Now(), scope, page_id, GURL(),
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 679 AllowExternalCallThatCantCauseGC scope(masm);
831 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
lithium-codegen-mips.cc 68 CpuFeatures::Scope scope(FPU);
72 // Open a frame scope to indicate that there is a frame on the stack. The
73 // NONE indicates that the scope shouldn't actually generate code to set up
117 // issues when the stack allocated buffer goes out of scope.
148 int receiver_offset = scope()->num_parameters() * kPointerSize;
174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
190 int num_parameters = scope()->num_parameters();
192 Variable* var = scope()->parameter(i);
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 358 v8::HandleScope scope; local
1051 v8::HandleScope scope; local
1058 return scope.Close(element(0));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 788 // Compute a search scope: We need to merge all the subclasses
790 IJavaSearchScope scope = SearchEngine.createWorkspaceScope(); local
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 173 llvm::DIDescriptor scope);
  /external/v8/test/cctest/
test-disasm-mips.cc 79 v8::HandleScope scope; \
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 266 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local
267 if (!scope) continue;
268 /* iterate over all entries in 'scope' */
269 VG_(OSetGen_ResetIter)(scope);
271 DiAddrRange* arange = VG_(OSetGen_Next)(scope);
286 VG_(OSetGen_Destroy)(scope);
3659 OSet* \/* of DiAddrInfo *\/ scope local
    [all...]

Completed in 1788 milliseconds

<<11121314151617181920>>