HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 401 - 425 of 1068) sorted by null

<<11121314151617181920>>

  /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/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_);
d8-readline.cc 153 HandleScope scope; local
  /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);
V8EventListenerList.h 77 v8::HandleScope scope; local
V8WorkerGlobalScopeEventListener.cpp 72 v8::Context::Scope scope(v8Context);
WorkerScriptDebugServer.cpp 56 v8::HandleScope scope(m_isolate);
58 v8::Context::Scope contextScope(debuggerContext);
  /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_;
  /external/chromium_org/chrome/renderer/pepper/
pepper_extensions_common_host.cc 79 v8::HandleScope scope; local
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 45 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 26 // Level scope which updates the current depth of some FromV8ValueState.
114 v8::Context::Scope context_scope(context);
122 v8::Context::Scope context_scope(context);
303 scoped_ptr<v8::Context::Scope> scope;
308 scope.reset(new v8::Context::Scope(val->CreationContext()));
372 scoped_ptr<v8::Context::Scope> scope;
377 scope.reset(new v8::Context::Scope(val->CreationContext()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 74 // and then let it go out of scope.
113 bool ruleMatches(const RuleData&, const ContainerNode* scope, PseudoId&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsFrontendImpl.cpp 154 v8::HandleScope scope; local
156 v8::Context::Scope contextScope(frameContext);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 62 v8::HandleScope scope(isolate);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver_unittest.cc 22 SocketServerScope scope(&server);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h 155 PRThreadScope scope,
  /external/chromium_org/v8/test/cctest/
test-random.cc 74 v8::HandleScope scope(isolate);
75 v8::Context::Scope context_scope(v8::Context::New(isolate));

Completed in 3724 milliseconds

<<11121314151617181920>>