/external/v8/src/ |
variables.h | 67 // the context object on the heap, starting at 0. scope() is the 68 // corresponding scope. 77 Variable(Scope* scope, 91 // in an outer scope about which we don't know anything (it may not 92 // be the global scope). scope() is NULL in that case. Currently the 93 // scope is only used to follow the context chain length. 94 Scope* scope() const { return scope_; function in class:v8::internal::Variable [all...] |
/external/chromium_org/chrome_frame/ |
CFInstance.js | 20 (function(scope) { 30 if (scope['CFInstance']) { 228 * @param {function?} thisObject Optional a scope to use with callback 240 // scope, 251 * returns a new function bound to scope with a variable number of positional 255 var _hitchArgs = function(scope, method /*,...*/) { 260 var f = named ? (scope || window)[method] : method; 261 return f && f.apply(scope || this, pre.concat(args)); 267 * object) to scope, optionally partially applying positional arguments. 268 * @param {Object} scope the object to hitch the method t [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 61 v8::HandleScope scope; local 89 v8::HandleScope scope; local 127 v8::HandleScope scope; local 173 v8::HandleScope scope; 179 { CpuFeatures::Scope fscope(SSE2); 208 v8::HandleScope scope; 214 CpuFeatures::Scope fscope(SSE2); 239 v8::HandleScope scope; local 265 v8::HandleScope scope; 267 CpuFeatures::Scope fscope(SSE2) 346 v8::HandleScope scope; local 401 v8::HandleScope scope; local 414 v8::HandleScope scope; local [all...] |
/external/chromium_org/base/debug/ |
trace_event.h | 32 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope: 37 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you 200 // By default, const char* argument values are assumed to have long-lived scope 220 // scope, with 0, 1 or 2 associated arguments. If the category is not 260 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0 261 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \ 263 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \ 274 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \ 275 TRACE_EVENT_INSTANT0(category_group, name, scope) 276 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \ [all...] |
/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 | 63 public IdentityScopeSubclass(String name, IdentityScope scope) 65 super(name, scope); 100 "This Identity is already contained in the scope"); 103 "This Identity's public key already exists in the scope"); 110 "This Identity is not contained in the scope"); 258 IdentityScope scope = IdentityScope.getSystemScope(); local 260 scope.getIdentity((String) null);
|
/external/chromium_org/components/policy/core/common/ |
policy_test_utils.h | 53 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope);
|
/external/chromium_org/gin/test/ |
file_runner.cc | 57 gin::Runner::Scope scope(&runner);
|
/external/chromium_org/media/audio/mac/ |
audio_manager_mac.h | 59 AudioObjectPropertyScope scope,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptEventListener.cpp | 102 v8::HandleScope scope(toIsolate(document)); 105 v8::Context::Scope contextScope(context); 120 v8::HandleScope scope(isolate); 123 v8::Context::Scope contextScope(context); 135 v8::HandleScope scope(toIsolate(frame)); 145 v8::HandleScope scope(toIsolate(document)); 148 v8::Context::Scope contextScope(context);
|
V8HiddenPropertyName.cpp | 75 v8::HandleScope scope(isolate);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CustomSQLStatementErrorCallback.cpp | 54 v8::Context::Scope scope(v8Context);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ElementAnimationTest.cpp | 88 v8::HandleScope scope(isolate); 90 v8::Context::Scope contextScope(context); 154 v8::HandleScope scope(isolate); 156 v8::Context::Scope contextScope(context); 172 v8::HandleScope scope(isolate); 174 v8::Context::Scope contextScope(context); 193 v8::HandleScope scope(isolate); 195 v8::Context::Scope contextScope(context);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptArguments.cpp | 71 ScriptScope scope(m_scriptState.get());
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LifecycleNotifier.h | 91 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverAll);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prthread.h | 63 ** Threads also have a "scope flag" which controls whether the threads 64 ** are scheduled in the local scope or scheduled by the OS globally. This 114 ** "scope" will specify whether the thread is local or global 138 PRThreadScope scope,
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateActive.h | 26 void create(SkDrawable* scope, SkMSec time);
|
/external/chromium_org/tools/gn/ |
string_utils.h | 11 class Scope; 33 bool ExpandStringLiteral(Scope* scope,
|
/external/chromium_org/v8/test/cctest/ |
test-constantpool.cc | 19 v8::HandleScope scope(context->GetIsolate());
|
test-dictionary.cc | 46 v8::HandleScope scope(context->GetIsolate()); 126 v8::HandleScope scope(context->GetIsolate()); 162 v8::HandleScope scope(context->GetIsolate()); 199 v8::HandleScope scope(context->GetIsolate());
|
test-object-observe.cc | 60 HandleScope scope(isolate.GetIsolate()); 107 HandleScope scope(isolate.GetIsolate()); 121 HandleScope scope(isolate.GetIsolate()); 153 HandleScope scope(isolate.GetIsolate()); 185 HandleScope scope(isolate.GetIsolate()); 210 HandleScope scope(isolate.GetIsolate()); 243 HandleScope scope(isolate.GetIsolate()); 335 HandleScope scope(isolate.GetIsolate()); 380 HandleScope scope(isolate.GetIsolate()); 431 HandleScope scope(isolate.GetIsolate()) [all...] |