/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 435 { // NOLINT: Can't find a way to open this scope without confusing the 437 AllowExternalCallThatCantCauseGC scope(&masm_); 717 FrameScope scope(&masm_, StackFrame::MANUAL); [all...] |
code-stubs-x64.cc | 162 // [rsp + (2 * kPointerSize)]: serialized scope info 173 // Get the serialized scope info from the stack. 510 AllowExternalCallThatCantCauseGC scope(masm); 814 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
/external/v8/test/cctest/ |
test-profile-generator.cc | 762 v8::HandleScope scope; local 767 v8::HandleScope scope; local
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ScriptsPanel.js | 380 var scope = selectedCallFrame.scopeChain[i]; 381 var object = WebInspector.RemoteObject.fromPayload(scope.object); [all...] |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 59 // If we've changed files in the middle of a lexical scope go ahead 60 // and create a new lexical scope with file node if it's different 61 // from the one in the scope. 73 llvm::DIScope Scope = llvm::DIScope(LB); 74 if (Scope.isLexicalBlockFile()) { 82 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) { 84 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)); 782 llvm::DIDescriptor scope) { 804 return DBuilder.createMemberType(scope, name, file, line, sizeInBits 2810 llvm::MDNode *scope = LexicalBlockStack.back(); local [all...] |
CGObjC.cpp | [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 2864 const string& scope = (parent == NULL) ? local 2932 const string& scope = (parent == NULL) ? local 3181 const string& scope = (parent == NULL) ? local [all...] |
/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | 29 #include "clang/Sema/Scope.h" 968 static void handleExtVectorTypeAttr(Sema &S, Scope *scope, Decl *D, [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 168 // [esp + (2 * kPointerSize)]: serialized scope info 179 // Get the serialized scope info from the stack. 525 CpuFeatures::Scope scope(SSE2); 534 AllowExternalCallThatCantCauseGC scope(masm); 542 CpuFeatures::Scope scope(SSE2); 684 CpuFeatures::Scope scope(SSE3); [all...] |
stub-cache-ia32.cc | 673 FrameScope scope(masm, StackFrame::INTERNAL); 696 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.cpp | 1123 QByteArray scope; local [all...] |
/external/ceres-solver/docs/ |
build.tex | 27 \item{\texttt{CXSparse}~\footnote{\url{http://www.cise.ufl.edu/research/sparse/CXSparse/}}} is used for sparse matrix analysis, ordering and factorization. While it is similar to \texttt{SuiteSparse} in scope, its performance is a bit worse but is a much simpler library to build and does not have any other dependencies. This is an optional dependency.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 291 * Evaluates a string expression within the scope of this context
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 291 * Evaluates a string expression within the scope of this context
|
/external/v8/src/ |
factory.cc | 647 v8::HandleScope scope; // Instantiate a closeable HandleScope for EscapeFrom. local 654 return result.EscapeFrom(&scope); [all...] |
heap.h | 633 // Allocates a serialized scope info. [all...] |
log.cc | 714 HandleScope scope; 1585 HandleScope scope; local [all...] |
objects-printer.cc | 72 HandleScope scope; local
|
heap.cc | 776 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); 873 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); 897 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); 2398 HandleScope scope; local [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.cpp | 1158 Element* scope = selectionRoot ? selectionRoot : frame()->document()->documentElement(); local [all...] |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 341 covered by this License; they are outside its scope. The act of 400 the scope of this License.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | 698 Element* scope = selectionRoot ? selectionRoot : _private->coreFrame->document()->documentElement(); 699 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length); [all...] |