Searched refs:ctx2 (Results 1 - 7 of 7) sorted by relevance
/external/valgrind/memcheck/tests/linux/ |
H A D | stack_changes.c | 15 mycontext ctx1, ctx2, oldc; variable 58 int c2 = init_context(&ctx2); 60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2); 61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1); 68 //free(ctx2.uc_stack.ss_sp);
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
H A D | SSLSocketFunctionalTest.java | 69 SSLContext ctx1, ctx2; 72 ctx2 = ctx_other; 84 SSLSocket csocket = (SSLSocket) ctx2 103 SSLContext ctx1, ctx2; 112 ctx2 = (((k & 2) >> 1) > 0) ? context : ctx_other; 122 SSLSocket csocket = (SSLSocket) ctx2
|
/external/selinux/libsepol/src/ |
H A D | mls.c | 656 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local 658 ctx2 = malloc(sizeof(context_struct_t)); 659 if (ctx1 == NULL || ctx2 == NULL) 662 context_init(ctx2); 667 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0) 670 *response = mls_range_contains(ctx1->range, ctx2->range); 672 context_destroy(ctx2); 674 free(ctx2); 684 context_destroy(ctx2); 686 free(ctx2); [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_context.c | 98 struct stw_context *ctx2; local 107 ctx2 = stw_lookup_context_locked( dhglrc2 ); 109 if (ctx1 && ctx2 && ctx2->st->share) 110 ret = ctx2->st->share(ctx2->st, ctx1->st);
|
/external/v8/test/cctest/ |
H A D | test-heap.cc | 1808 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local 1810 ctx2->Enter(); 1811 ctx2->Global()->Set(v8_str("o"), v); 1818 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0)); 1819 ctx2->Exit(); 1854 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local 1856 ctx2->Enter(); 1857 ctx2->Global()->Set(v8_str("o"), v); 1864 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0)); 1865 ctx2 1898 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local 1942 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local [all...] |
H A D | test-api.cc | 15611 v8::Local<v8::Context> ctx2 = v8::Context::New(isolate); local 15618 ctx2->Enter(); 15619 ctx2->Global()->Set(v8_str("o"), foo); 15626 ctx2->Exit(); 15630 ctx2->Enter(); 15640 ctx2->Exit();
|
/external/conscrypt/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 188 public static native boolean EC_GROUP_cmp(NativeRef.EC_GROUP ctx1, NativeRef.EC_GROUP ctx2); argument 471 public static native int X509_check_issued(long ctx, long ctx2); argument
|
Completed in 414 milliseconds