/external/chromium_org/chrome_frame/ |
CFInstall.js | 11 (function(scope) { 13 if (scope['CFInstall']) { 19 * specify the scope to search in. If a node is passed, it's returned as-is. 38 if (scope.CFInstall._force) { 39 return scope.CFInstall._forceValue; 353 // expose CFInstall to the external scope. We've already checked to make 355 scope.CFInstall = CFInstall;
|
/external/chromium_org/v8/src/ia32/ |
builtins-ia32.cc | 92 FrameScope scope(masm, StackFrame::INTERNAL); 118 FrameScope scope(masm, StackFrame::INTERNAL); 153 FrameScope scope(masm, StackFrame::CONSTRUCT); 456 FrameScope scope(masm, StackFrame::INTERNAL); 523 FrameScope scope(masm, StackFrame::INTERNAL); 549 FrameScope scope(masm, StackFrame::INTERNAL); 586 FrameScope scope(masm, StackFrame::MANUAL); 612 FrameScope scope(masm, StackFrame::INTERNAL); 631 FrameScope scope(masm, StackFrame::INTERNAL); 687 FrameScope scope(masm, StackFrame::INTERNAL) [all...] |
lithium-gap-resolver-ia32.cc | 322 CpuFeatureScope scope(cgen_->masm(), SSE2); 355 CpuFeatureScope scope(cgen_->masm(), SSE2); 375 CpuFeatureScope scope(cgen_->masm(), SSE2); 471 CpuFeatureScope scope(cgen_->masm(), SSE2); 480 CpuFeatureScope scope(cgen_->masm(), SSE2); 493 CpuFeatureScope scope(cgen_->masm(), SSE2);
|
/external/v8/src/ |
parser.cc | 410 Scope* Parser::NewScope(Scope* parent, ScopeType type) { 411 Scope* result = new(zone()) Scope(parent, type); 462 // FunctionState and BlockState together implement the parser's scope stack. 463 // The parser's current scope is in top_scope_. The BlockState and 464 // FunctionState constructors push on the scope stack and the destructors 470 BlockState(Parser* parser, Scope* scope) 473 parser->top_scope_ = scope; 605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local 707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local 1152 Scope* scope = NewScope(top_scope_, EVAL_SCOPE); local 1312 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local 4396 Scope* scope = (type == FunctionLiteral::DECLARATION && !is_extended_mode()) local [all...] |
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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm.h | 393 /** #SND_PCM_TYPE_METER scope handle */ [all...] |
/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...] |
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 129 i::HandleScope scope(isolate); 195 i::HandleScope scope(isolate); 266 i::HandleScope scope(isolate); 348 v8::HandleScope scope(env->GetIsolate()); 399 v8::Isolate::Scope isolateScope(isolate); 401 v8::HandleScope scope(isolate); 415 v8::HandleScope scope(env->GetIsolate()); 562 v8::HandleScope scope(env->GetIsolate()); 623 v8::HandleScope scope(env->GetIsolate()); 725 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-assembler-arm.cc | 51 HandleScope scope(isolate); 78 HandleScope scope(isolate); 116 HandleScope scope(isolate); 163 HandleScope scope(isolate); 219 HandleScope scope(isolate); 246 CpuFeatureScope scope(&assm, VFP3); variable 367 HandleScope scope(isolate); 372 CpuFeatureScope scope(&assm, ARMv7); variable 404 HandleScope scope(isolate); 409 CpuFeatureScope scope(&assm, ARMv7) variable 1064 CpuFeatureScope scope(&assm, VFP3); variable 1278 CpuFeatureScope scope(&assm, NEON); variable [all...] |
/external/chromium_org/remoting/webapp/ |
third_party_token_fetcher.js | 32 * @param {string} scope OAuth scope to request the token for. 38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, 41 this.tokenScope_ = scope; 138 'scope': this.tokenScope_,
|
/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/chromium_org/chrome_frame/cfinstall/src/stub/ |
cfinstall.js | 109 // receives the outer scope as its only parameter. In non-compiled mode, the 110 // outer scope is window. 112 // Create a single instance of CFInstall and place it in the outer scope
|
/external/chromium_org/third_party/mesa/src/bin/ |
mklib | 497 # Make the 'mapfile.scope' linker mapfile 498 echo "{" > mapfile.scope 499 echo "global:" >> mapfile.scope 500 sed 's/$/;/' ${EXPORTS} >> mapfile.scope 501 echo "local:" >> mapfile.scope 502 echo " *;" >> mapfile.scope 503 echo "};" >> mapfile.scope 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"
|
/external/mesa3d/bin/ |
mklib | 497 # Make the 'mapfile.scope' linker mapfile 498 echo "{" > mapfile.scope 499 echo "global:" >> mapfile.scope 500 sed 's/$/;/' ${EXPORTS} >> mapfile.scope 501 echo "local:" >> mapfile.scope 502 echo " *;" >> mapfile.scope 503 echo "};" >> mapfile.scope 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"
|
/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/chromium_org/v8/src/ |
api.cc | 35 #include "assert-scope.h" 861 "Local scope has already been closed")) { 963 i::HandleScope scope(isolate); [all...] |
d8-debug.cc | 56 HandleScope scope(isolate); 280 HandleScope scope(isolate_); 310 HandleScope scope(isolate_);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptDebugServer.cpp | 78 v8::HandleScope scope(m_isolate); 83 v8::Context::Scope contextScope(context); 104 v8::Context::Scope contextScope(context); 144 v8::HandleScope scope(m_isolate); 146 v8::Context::Scope contextScope(debuggerContext); 166 v8::HandleScope scope(m_isolate); 168 v8::Context::Scope contextScope(debuggerContext); 180 v8::HandleScope scope(m_isolate); 182 v8::Context::Scope contextScope(debuggerContext); 191 v8::HandleScope scope(m_isolate) [all...] |
V8CustomElementLifecycleCallbacks.cpp | 161 v8::Context::Scope scope(context); 209 v8::Context::Scope scope(context); 240 v8::Context::Scope scope(context);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.h | 227 ScopedStyleResolver* ensureScopedStyleResolver(const ContainerNode* scope) 229 return m_styleTree.ensureScopedStyleResolver(scope ? scope : document());
|
/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_;
|