Searched refs:ctx1 (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
H A Dstack_changes.c15 mycontext ctx1, ctx2, oldc; variable
57 int c1 = init_context(&ctx1);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
63 swapcontext(&oldc, &ctx1);
66 //free(ctx1.uc_stack.ss_sp);
/external/chromium_org/crypto/
H A Dsecure_hash_unittest.cc52 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create(
57 ctx1->Update(input1.data(), input1.size());
58 ctx1->Update(input2.data(), input2.size());
59 ctx1->Update(input3.data(), input3.size());
61 EXPECT_TRUE(ctx1->Serialize(&pickle));
62 ctx1->Update(input4.data(), input4.size());
63 ctx1->Update(input5.data(), input5.size());
65 ctx1->Finish(output1, sizeof(output1));
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java69 SSLContext ctx1, ctx2;
71 ctx1 = context;
76 SSLServerSocket ssocket = (SSLServerSocket) ctx1
103 SSLContext ctx1, ctx2;
111 ctx1 = ((k & 1) > 0) ? context : ctx_other;
114 SSLServerSocket ssocket = (SSLServerSocket) ctx1
/external/libsepol/src/
H A Dmls.c656 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local
657 ctx1 = malloc(sizeof(context_struct_t));
659 if (ctx1 == NULL || ctx2 == NULL)
661 context_init(ctx1);
664 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
670 *response = mls_range_contains(ctx1->range, ctx2->range);
671 context_destroy(ctx1);
673 free(ctx1);
683 context_destroy(ctx1);
685 free(ctx1);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c97 struct stw_context *ctx1; local
106 ctx1 = stw_lookup_context_locked( dhglrc1 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c97 struct stw_context *ctx1; local
106 ctx1 = stw_lookup_context_locked( dhglrc1 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c299 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
300 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]);
302 ++counts->single_ref[ctx1][1][bit1];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c300 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]);
303 ++counts->single_ref[ctx1][1][bit1];
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1807 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1809 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1820 v8::Local<v8::Context>::New(isolate, ctx1)->Exit();
1853 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1855 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1866 ctx1->Exit();
1897 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1899 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1910 ctx1->Exit();
1941 v8::Local<v8::Context> ctx1 local
[all...]
H A Dtest-api.cc15610 v8::Local<v8::Context> ctx1 = v8::Context::New(isolate); local
15612 ctx1->Enter();
15617 v8::Local<v8::Value> foo = ctx1->Global()->Get(v8_str("foo"));
15629 CHECK(ctx1->Global()->ForceDelete(G_property));
15641 ctx1->Exit();
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java231 public static native boolean EC_GROUP_cmp(long ctx1, long ctx2); argument

Completed in 360 milliseconds