/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/v8/test/cctest/ |
test-heap-profiler.cc | 169 v8::HandleScope scope(env2->GetIsolate()); 205 v8::HandleScope scope(env->GetIsolate()); 238 v8::HandleScope scope(env->GetIsolate()); 277 v8::HandleScope scope(env->GetIsolate()); 303 v8::HandleScope scope(env->GetIsolate()); 340 // literal, while compiled code does. The scope info is stored in FixedArray 370 v8::HandleScope scope(env->GetIsolate()); 389 v8::HandleScope scope(env->GetIsolate()); 415 v8::HandleScope scope(isolate); 447 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-symbols.cc | 19 HandleScope scope(isolate);
|
/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 252 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0 253 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \ 255 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \ 266 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \ 267 TRACE_EVENT_INSTANT0(category_group, name, scope) 268 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \ [all...] |
/external/chromium_org/v8/src/ |
ast.h | 467 Scope* scope() const { return scope_; } function in class:v8::internal::Block 468 void set_scope(Scope* scope) { scope_ = scope; } 485 Scope* scope_; 493 Scope* scope() const { return scope_; } function in class:v8::internal::Declaration 500 Scope* scope) 1086 Scope* scope() { return scope_; } function in class:v8::internal::WithStatement 1270 Scope* scope() { return scope_; } function in class:v8::internal::TryCatchStatement 2240 Scope* scope() const { return scope_; } function in class:v8::internal::FunctionLiteral [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/media/audio/mac/ |
audio_manager_mac.h | 53 AudioObjectPropertyScope scope,
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
callback_interface.cpp | 69 v8::Context::Scope scope(v8Context);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8HiddenPropertyName.cpp | 77 v8::HandleScope scope(isolate);
|
V8PerContextData.cpp | 96 v8::Context::Scope scope(v8::Local<v8::Context>::New(m_isolate, m_context)); 110 v8::Context::Scope scope(v8::Local<v8::Context>::New(m_isolate, m_context)); 179 v8::Context::Scope contextScope(context); 185 v8::Context::Scope contextScope(context); 193 v8::HandleScope scope; 201 v8::HandleScope scope; local
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptArguments.cpp | 71 ScriptScope scope(m_scriptState.get());
|
/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/mjsunit/ |
debug-set-variable-value.js | 47 var scope = exec_state.frame(0).scope(scope_number); 48 scope.setVariableValue(variable_name, new_value); 80 // Accepts a closure 'fun' that returns a variable from it's outer scope. 90 var scope = fun_mirror.scope(scope_number); 91 scope.setVariableValue(variable_name, new_value); 219 // Test local scope.
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 36 // Explicit specializations expected in global scope 40 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must originally be declared in the global scope}} 48 // thus also complain about not being in global scope. 54 expected-error {{class template specialization of 'x1' must originally be declared in the global scope}}
|
/external/iproute2/ip/ |
ifcfg | 135 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null 140 ip ro append default dev $dev metric 30000 scope global
|
/external/skia/src/animator/ |
SkAnimateActive.h | 26 void create(SkDrawable* scope, SkMSec time);
|
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 30 // Check that the ScopeIterator can properly recreate the scope at 37 // Access scope details. 40 var scope = exec_state.frame().scope(i); 41 // assertTrue(scope.isScope()); 42 scope.scopeType(); 43 scope.scopeObject(); 46 // Do steps until we reach the global scope again.
|
/libcore/luni/src/test/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"); 149 IdentityScope iss = new IdentityScopeSubclass("test scope"); 319 IdentityScope scope = IdentityScope.getSystemScope(); local 321 scope.getIdentity((String) null);
|