HomeSort by relevance Sort by last modified time
    Searched refs:env2 (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/tsan/
longjmp4.cc 14 jmp_buf env2; local
15 memcpy(env2, env, sizeof(jmp_buf));
16 longjmp(env2, 42);
  /external/v8/test/cctest/
test-global-object.cc 62 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 and detach global from env2
    [all...]
test-api.cc 9017 v8::Local<Context> env2 = Context::New(env1->GetIsolate()); local
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...]
test-object-observe.cc 1006 LocalContext env2; local
    [all...]
test-heap-profiler.cc 171 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.
    [all...]
  /external/boringssl/src/crypto/
cpu-intel.c 238 const char *env1, *env2; local
255 env2 = strchr(env1, ':');
256 if (env2 != NULL) {
257 handle_cpu_env(&OPENSSL_ia32cap_P[2], env2 + 1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 503 milliseconds