Searched refs:context2 (Results 1 - 17 of 17) sorted by relevance

/external/selinux/libselinux/src/
H A Dprocattr.c200 char **prev_context, *context2 = NULL; local
237 context2 = strdup(context);
238 if (!context2)
241 ret = write(fd, context2, strlen(context2) + 1);
253 free(context2);
258 *prev_context = context2;
/external/v8/test/cctest/
H A Dtest-microtask-delivery.cc113 LocalContext context2(isolate.GetIsolate());
114 context2->Global()
115 ->Set(context2.local(),
H A Dtest-object-observe.cc60 LocalContext context2(CcTest::isolate());
61 context2->SetSecurityToken(foo);
62 context2->Global()
274 LocalContext context2(CcTest::isolate());
275 context2->Global()
279 context2->Global()
724 LocalContext context2(CcTest::isolate());
725 context2->Global()
744 LocalContext context2(CcTest::isolate());
745 context2
[all...]
H A Dtest-lockers.cc490 v8::Local<v8::Context> context2 = v8::Context::New(isolate2_); local
492 v8::Context::Scope context_scope(context2);
493 CalcFibAndCheck(context2);
498 v8::Context::Scope context_scope(context2);
500 CalcFibAndCheck(context2);
H A Dtest-api.cc6726 LocalContext context2(0, templ, global1);
6727 context2->SetSecurityToken(password);
6728 v8::Local<v8::Object> global2 = context2->Global();
6729 CHECK(global1->Equals(context2.local(), global2).FromJust());
6730 CHECK_EQ(0, global1->Get(context2.local(), v8_str("custom"))
6734 CHECK_EQ(0, global2->Get(context2.local(), v8_str("custom"))
6736 ->Int32Value(context2.local())
8994 LocalContext context2; local
8995 v8::Local<v8::Object> global2 = context2->Global();
8996 CHECK(global2->Set(context2
18988 v8::Persistent<v8::Context> context2; local
19289 LocalContext context2; local
19312 LocalContext context2; local
19335 LocalContext context2; local
19361 LocalContext context2; local
19654 Local<Context> context2 = Context::New(isolate); local
19759 Local<Context> context2 = Context::New(CcTest::isolate()); local
[all...]
H A Dtest-api-interceptors.cc1596 LocalContext context2; local
1597 context2->Global()
1598 ->Set(context2.local(), v8_str("interceptor_obj"), object)
1608 CHECK(result->Equals(context2.local(), v8_str("x")).FromJust());
H A Dtest-types.cc490 TypeHandle context2 = T.Context(type2); local
491 CHECK(Equal(context1, context2) == Equal(type1, type2));
H A Dtest-debug.cc7254 v8::Local<v8::Context> context2 = local
7257 v8::Utils::OpenHandle(*context2)));
/external/v8/test/mjsunit/
H A Ddebug-evaluate-with-context.js38 var context2 = { what_is_capybara: "a fish", what_is_parrot: "a beard" };
47 var result = evaluate_callback.in_top_frame(exec_state, local_expression, context2);
/external/v8/src/runtime/
H A Druntime-observe.cc91 Handle<Context> context2) {
92 return context1->security_token() == context2->security_token();
90 ContextsHaveSameOrigin(Handle<Context> context1, Handle<Context> context2) argument
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp164 LLVMContext context2; local
165 EXPECT_EQ(&context2,
166 &(TypeBuilder<types::i<1>, true>::get(context2))->getContext());
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py174 def _CompareContexts(context1, context2):
176 return tokenutil.Compare(context1.start_token, context2.start_token)
/external/v8/test/unittests/compiler/
H A Dinstruction-selector-unittest.cc518 Node* context2 = m.Int32Constant(46); local
551 parameters2, locals2, stack2, context2, function_node,
555 Node* args[] = {function_node, receiver, context2};
623 EXPECT_EQ(s.ToVreg(context2), s.ToVreg(call_instr->InputAt(14)));
/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc514 Context context2(dump, raw_context2);
515 Thread thread2(dump, 0xdf4b8a71, stack2, context2,
518 dump.Add(&context2);
/external/kernel-headers/original/uapi/drm/
H A Dradeon_drm.h426 drm_radeon_context2_regs_t context2; member in struct:__anon7677
/external/libdrm/include/drm/
H A Dradeon_drm.h426 drm_radeon_context2_regs_t context2; member in struct:__anon9385
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java4956 String context2[] = {
4969 for (int i = 0; i < context2.length; i++) {
4973 ((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_U_CALLBACK_ESCAPE, context2[i]); // This callback is valid.

Completed in 963 milliseconds