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

  /external/valgrind/memcheck/tests/linux/
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/libchrome/crypto/
secure_hash_unittest.cc 56 scoped_ptr<crypto::SecureHash> ctx2(crypto::SecureHash::Create(
70 EXPECT_TRUE(ctx2->Deserialize(&data_iterator));
71 ctx2->Update(input4.data(), input4.size());
72 ctx2->Update(input5.data(), input5.size());
74 ctx2->Finish(output2, sizeof(output2));
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 69 SSLContext ctx1, ctx2; local
72 ctx2 = ctx_other;
84 SSLSocket csocket = (SSLSocket) ctx2
103 SSLContext ctx1, ctx2; local
112 ctx2 = (((k & 2) >> 1) > 0) ? context : ctx_other;
122 SSLSocket csocket = (SSLSocket) ctx2
  /external/selinux/libsepol/src/
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/
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/heap/
test-heap.cc 2427 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
2476 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
2523 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
2570 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 477 public static native int X509_check_issued(long ctx, long ctx2);
    [all...]

Completed in 440 milliseconds