HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 326 - 350 of 1425) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
compiler.cc 183 return scope()->num_parameters();
192 return scope()->num_heap_slots();
228 function()->scope()->AllowsLazyCompilation() &&
233 void CompilationInfo::PrepareForCompilation(Scope* scope) {
235 scope_ = scope;
321 Scope* scope = info()->scope(); local
322 if ((scope->num_parameters() + 1) > parameter_limit)
    [all...]
  /bionic/libc/kernel/uapi/linux/
tipc.h 105 signed char scope; member in struct:sockaddr_tipc
  /development/ndk/platforms/android-L/include/linux/
tipc.h 105 signed char scope; member in struct:sockaddr_tipc
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 26 scope {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 224 ruleRef(rule,label,elementIndex,args,scope) ::= <<
236 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
242 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
251 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
257 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
263 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 225 ruleRef(rule,label,elementIndex,args,scope) ::= <<
237 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
243 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
252 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
258 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
264 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
270 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
276 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
74 <ruleRef(rule,label,elementIndex,args,scope)>
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 64 public IdentityScopeSubclass(String name, IdentityScope scope)
66 super(name, scope);
101 "This Identity is already contained in the scope");
104 "This Identity's public key already exists in the scope");
111 "This Identity is not contained in the scope");
259 IdentityScope scope = IdentityScope.getSystemScope(); local
261 scope.getIdentity((String) null);
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.h 28 const std::string& scope);
  /external/chromium_org/components/policy/core/common/
policy_test_utils.cc 162 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope) {
163 switch (scope) {
173 os << "POLICY_SCOPE_UNKNOWN(" << int(scope) << ")";
230 << " \"scope\": " << e.scope << "," << std::endl
policy_test_utils.h 61 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope);
  /external/chromium_org/content/browser/service_worker/
embedded_worker_test_helper.h 79 const GURL& scope,
service_worker_storage.h 76 void FindRegistrationForPattern(const GURL& scope,
86 // to storage, overwritting any pre-existing registration data for the scope.
182 const GURL& scope,
217 const GURL& scope);
256 const GURL& scope,
  /external/chromium_org/content/common/service_worker/
service_worker_types.h 78 GURL scope; member in struct:content::ServiceWorkerObjectInfo
  /external/chromium_org/gin/modules/
file_module_provider.cc 39 Runner::Scope scope(runner.get());
  /external/chromium_org/gin/test/
file_runner.cc 61 gin::Runner::Scope scope(&runner);
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 91 // for the given number of channels on the given scope and element.
95 UInt32 scope,
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.h 89 const std::string& scope);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.cpp 57 ScriptState::Scope scope(m_scriptState.get());
V8PerContextData.cpp 54 v8::Context::Scope contextScope(context);
81 v8::Context::Scope scope(context());
95 v8::Context::Scope scope(context());
172 v8::Context::Scope contextScope(context);
178 v8::Context::Scope contextScope(context);
186 v8::HandleScope scope(context->GetIsolate());
194 v8::HandleScope scope(context->GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 51 ScriptState::Scope scope(m_scriptState.get());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 142 void processScopedRules(const RuleSet& authorRules, CSSStyleSheet*, ContainerNode& scope);
156 ScopedStyleResolver* ensureScopedStyleResolver(ContainerNode* scope)
158 ASSERT(scope);
159 return m_styleTree.ensureScopedStyleResolver(*scope);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainer.h 72 ScriptPromise unregisterServiceWorker(ScriptState*, const String& scope = String());
  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleNotifier.h 91 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverAll);
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.cpp 67 ScriptState::Scope scope(scriptState);

Completed in 435 milliseconds

<<11121314151617181920>>