Home
last modified time | relevance | path

Searched defs:ctx1 (Results 1 – 11 of 11) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFunctionalTest.java69 SSLContext ctx1, ctx2; in doTestInteraction() local
103 SSLContext ctx1, ctx2; in _doTestInteraction() local
/external/valgrind/main/memcheck/tests/linux/
Dstack_changes.c15 mycontext ctx1, ctx2, oldc; variable
/external/chromium_org/crypto/
Dsecure_hash_unittest.cc52 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create( in TEST() local
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c97 struct stw_context *ctx1; in DrvShareLists() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_context.c97 struct stw_context *ctx1; in DrvShareLists() local
/external/libsepol/src/
Dmls.c656 context_struct_t *ctx1 = NULL, *ctx2 = NULL; in sepol_mls_contains() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c300 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); in read_ref_frames() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
Dvp9_decodemv.c299 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); in read_ref_frames() local
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc1807 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); in TEST() local
1853 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); in TEST() local
1897 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); in TEST() local
1941 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); in TEST() local
Dtest-api.cc15610 v8::Local<v8::Context> ctx1 = v8::Context::New(isolate); in TEST() local
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java231 public static native boolean EC_GROUP_cmp(long ctx1, long ctx2); in EC_GROUP_cmp()