Searched refs:env2 (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dlongjmp4.cc14 jmp_buf env2; local
15 memcpy(env2, env, sizeof(jmp_buf));
16 longjmp(env2, 42);
/external/v8/test/cctest/
H A Dtest-global-object.cc62 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
66 // Set same security token for env1 and env2.
68 env2->SetSecurityToken(token);
70 // Create a reference to env2 global from env1 global.
72 ->Set(env1.local(), v8_str("global2"), env2->Global())
75 env2->Global()->Set(env2, v8_str("a"), v8_str("a")).FromJust();
76 env2->Global()->Set(env2, v8_str("42"), v8_str("42")).FromJust();
98 // Hold on to global from env2 an
[all...]
H A Dtest-api.cc2507 LocalContext env2(NULL, Local<ObjectTemplate>(), global_proxy);
9017 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9037 // Switch to env2 in the same domain and invoke spy on env2.
9039 env2->SetSecurityToken(foo);
9040 // Enter env2
9041 Context::Scope scope_env2(env2);
9043 ->Call(env2, env2->Global(), 0, NULL)
9049 env2
9180 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9213 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9247 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9286 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9326 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9398 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
9481 v8::Local<Context> env2 = local
24419 LocalContext env2; local
[all...]
H A Dtest-object-observe.cc1006 LocalContext env2; local
H A Dtest-heap-profiler.cc171 LocalContext env2; local
172 v8::HandleScope scope(env2->GetIsolate());
173 v8::HeapProfiler* heap_profiler = env2->GetIsolate()->GetHeapProfiler();
186 // Verify, that JS global object of env2 has '..2' properties.
/external/boringssl/src/crypto/
H A Dcpu-intel.c238 const char *env1, *env2; local
255 env2 = strchr(env1, ':');
256 if (env2 != NULL) {
257 handle_cpu_env(&OPENSSL_ia32cap_P[2], env2 + 1);
/external/mesa3d/scons/
H A Dcrossmingw.py148 env2 = env.Clone()
149 flags = str(env2['CCFLAGS'])
151 env2['CCFLAGS'] = SCons.Util.CLVar(flags)
154 obj_file = env2.SharedObject(c_file)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 357 milliseconds