/external/chromium_org/v8/src/ |
ast.h | 465 Scope* scope() const { return scope_; } function in class:v8::internal::V8_FINAL 466 void set_scope(Scope* scope) { scope_ = scope; } 484 Scope* scope_; 492 Scope* scope() const { return scope_; } function in class:v8::internal::Declaration 499 Scope* scope, 1089 Scope* scope() { return scope_; } function in class:v8::internal::V8_FINAL 1277 Scope* scope() { return scope_; } function in class:v8::internal::V8_FINAL 2284 Scope* scope() const { return scope_; } function in class:v8::internal::V8_FINAL [all...] |
d8-debug.cc | 55 HandleScope scope(isolate); 276 HandleScope scope(isolate_); 307 HandleScope scope(isolate_);
|
/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/v8/test/cctest/ |
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/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/chromium_org/v8/src/ia32/ |
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/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"
|
/external/v8/src/ |
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...] |
/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/third_party/WebKit/Source/bindings/v8/ |
PageScriptDebugServer.cpp | 97 v8::HandleScope scope(m_isolate); 99 v8::Context::Scope contextScope(debuggerContext); 178 v8::HandleScope scope(m_isolate); 187 v8::HandleScope scope(m_isolate); 218 v8::Context::Scope contextScope(debugContext);
|
V8CustomElementLifecycleCallbacks.cpp | 163 v8::Context::Scope scope(context); 211 v8::Context::Scope scope(context); 241 v8::Context::Scope scope(context);
|
V8EventListenerList.h | 77 v8::HandleScope scope(isolate);
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 278 Value RunExecScript(Scope* scope, 288 const Settings* settings = scope->settings(); 290 const SourceDir& cur_dir = scope->GetSourceDir();
|
/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_;
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.h | 48 // An enum specifying whether the command is global in scope or not. Global 54 ANY_SCOPE, // All commands, regardless of scope (used when querying). 111 // named commands of the right |scope| or no such active named commands when 115 CommandScope scope, 145 // Set the scope of the keybinding. If |global| is true, the keybinding works 146 // even when Chrome does not have focus. If the scope requested is already
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_extensions_common_host.cc | 65 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 47 const std::set<int64>& scope() const { return object_store_ids_; } function in class:content::IndexedDBTransaction
|
/external/chromium_org/content/renderer/ |
v8_value_converter_impl.cc | 29 // Level scope which updates the current depth of some FromV8ValueState. 117 v8::Context::Scope context_scope(context); 125 v8::Context::Scope context_scope(context); 316 scoped_ptr<v8::Context::Scope> scope; 321 scope.reset(new v8::Context::Scope(val->CreationContext())); 386 scoped_ptr<v8::Context::Scope> scope; 391 scope.reset(new v8::Context::Scope(val->CreationContext())) [all...] |
/external/chromium_org/gin/ |
runner.cc | 46 v8::Isolate::Scope isolate_scope(isolate); 54 v8::Context::Scope scope(context); 93 Runner::Scope::Scope(Runner* runner) 99 Runner::Scope::~Scope() {
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_impl.cc | 96 AllocationScope scope;
|