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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 154 // Enter the scope for this context to get the correct constructor.
155 v8::Context::Scope scope(context);
V8Proxy.cpp 282 v8::Context::Scope context_scope(context);
293 v8::Context::Scope contextScope(targetContext);
800 v8::HandleScope scope; local
807 v8::Context::Scope contextScope(context);
818 v8::HandleScope scope; local
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 368 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement();
369 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
  /external/v8/src/x64/
lithium-codegen-x64.cc 74 // Open a frame scope to indicate that there is a frame on the stack. The
75 // MANUAL indicates that the scope shouldn't actually generate code to set up
120 // issues when the stack allocated buffer goes out of scope.
147 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize;
186 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
203 int num_parameters = scope()->num_parameters();
205 Variable* var = scope()->parameter(i);
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 65 SCOPE='scope';
122 : 'scope' id ACTION -> ^('scope' id ACTION)
130 /** Sometimes the scope names will collide with keywords; allow them as
156 scope {
189 : 'scope' ACTION -> ^('scope' ACTION)
190 | 'scope' id (',' id)* ';' -> ^('scope' id+
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 63 SCOPE='scope';
120 : 'scope' id ACTION -> ^('scope' id ACTION)
128 /** Sometimes the scope names will collide with keywords; allow them as
154 scope {
184 : 'scope' ACTION -> ^('scope' ACTION)
185 | 'scope' id (',' id)* ';' -> ^('scope' id+
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 100 (* Emit the start code first, without 'variable' in scope. *)
  /external/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 374 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
393 ($nasm ? ":" : "\tPROC $current_function->{scope}");
463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
467 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
    [all...]
  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 574 CpuFeatures::Scope scope(VFP3);
589 CpuFeatures::Scope scope(VFP3);
    [all...]
macro-assembler-arm.cc 269 CpuFeatures::Scope scope(VFP3);
676 CpuFeatures::Scope scope(ARMv7);
718 CpuFeatures::Scope scope(ARMv7);
    [all...]
ic-arm.cc 509 FrameScope scope(masm, StackFrame::INTERNAL);
623 FrameScope scope(masm, StackFrame::INTERNAL);
1666 HandleScope scope; local
    [all...]
  /external/v8/src/
execution.cc 727 HandleScope scope(isolate);
875 HandleScope scope(isolate);
type-info.cc 595 HandleScope scope; local
600 // Allocate handle in the parent scope.
601 dictionary_ = scope.CloseAndEscape(dictionary_);
stub-cache.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.h 589 CpuFeatures::Scope scope(FPU);
597 CpuFeatures::Scope scope(FPU);
    [all...]
macro-assembler-mips.cc 855 CpuFeatures::Scope scope(FPU);
870 CpuFeatures::Scope scope(FPU);
885 CpuFeatures::Scope scope(FPU);
899 CpuFeatures::Scope scope(FPU);
915 AllowExternalCallThatCantCauseGC scope(this);
    [all...]
ic-mips.cc 509 FrameScope scope(masm, StackFrame::INTERNAL);
621 FrameScope scope(masm, StackFrame::INTERNAL);
1664 HandleScope scope; local
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 59 v8::HandleScope scope; local
111 CpuFeatures::Scope fscope(CPUID);
116 CpuFeatures::Scope fscope(RDTSC);
372 CpuFeatures::Scope fscope(SSE2);
394 CpuFeatures::Scope use_cmov(CMOV);
417 CpuFeatures::Scope fscope(SSE2);
446 CpuFeatures::Scope scope(SSE4_1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 355 // Create a search scope including only the source folder of the current
359 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(
366 scope,
  /external/bison/
maint.mk     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 726 String table, int scope,
752 "SCOPE", "COLUMN_NAME", "DATA_TYPE",
811 row[0] = "" + scope;
827 row[0] = "" + scope;
843 "SCOPE", "COLUMN_NAME", "DATA_TYPE",
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 1710 HandleScope scope; local
    [all...]

Completed in 1210 milliseconds

<<11121314151617181920>>