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

  /external/valgrind/memcheck/tests/linux/
stack_changes.c 15 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/libchrome/crypto/
secure_hash_unittest.cc 54 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create(
59 ctx1->Update(input1.data(), input1.size());
60 ctx1->Update(input2.data(), input2.size());
61 ctx1->Update(input3.data(), input3.size());
63 EXPECT_TRUE(ctx1->Serialize(&pickle));
64 ctx1->Update(input4.data(), input4.size());
65 ctx1->Update(input5.data(), input5.size());
67 ctx1->Finish(output1, sizeof(output1));
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 69 SSLContext ctx1, ctx2; local
71 ctx1 = context;
76 SSLServerSocket ssocket = (SSLServerSocket) ctx1
103 SSLContext ctx1, ctx2; local
111 ctx1 = ((k & 1) > 0) ? context : ctx_other;
114 SSLServerSocket ssocket = (SSLServerSocket) ctx1
  /external/selinux/libsepol/src/
mls.c 656 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/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 97 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/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 351 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
352 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]);
354 ++counts->single_ref[ctx1][1][bit1];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 300 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/v8/test/cctest/heap/
test-heap.cc 2426 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
2475 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
2522 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
2569 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 248 milliseconds