Home
last modified time | relevance | path

Searched defs:ctx2 (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
H A DS3TransferManagerListenerTest.java114 TransferListener.Context.BytesTransferred ctx2 = captor2.getValue(); in uploadFile_success_shouldInvokeListener() local
155 TransferListener.Context.BytesTransferred ctx2 = captor2.getValue(); in upload_success_shouldInvokeListener() local
197 TransferListener.Context.BytesTransferred ctx2 = captor2.getValue(); in downloadFile_success_shouldInvokeListener() local
242 TransferListener.Context.BytesTransferred ctx2 = captor2.getValue(); in download_success_shouldInvokeListener() local
294 TransferListener.Context.TransferFailed ctx2 = captor2.getValue(); in uploadFile_failure_shouldInvokeListener() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
H A DGrpcCallContextTest.java188 GrpcCallContext ctx2 = GrpcCallContext.createDefault().withTimeout(timeout); in testMergeWithTimeout() local
226 GrpcCallContext ctx2 = GrpcCallContext.createDefault().withStreamWaitTimeout(timeout); in testMergeWithStreamingWaitTimeout() local
264 GrpcCallContext ctx2 = GrpcCallContext.createDefault().withStreamIdleTimeout(timeout); in testMergeWithStreamingIdleTimeout() local
273 GrpcCallContext ctx2 = in testMergeWithCustomCallOptions() local
306 GrpcCallContext ctx2 = GrpcCallContext.createDefault().withExtraHeaders(extraHeaders2); in testMergeWithExtraHeaders() local
/aosp_15_r20/external/libchrome/crypto/
H A Dsecure_hash_unittest.cc57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone()); in TEST() local
99 std::unique_ptr<crypto::SecureHash> ctx2( in TEST() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Dsecure_hash_unittest.cc53 SecureHash ctx2 = ctx1; in TEST() local
94 SecureHash ctx2(EVP_sha256()); in TEST() local
/aosp_15_r20/external/cronet/crypto/
H A Dsecure_hash_unittest.cc112 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone()); in TEST_P() local
154 std::unique_ptr<crypto::SecureHash> ctx2( in TEST_P() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/connectivity/ui/
H A DMobileContextProviderTest.kt82 val ctx2 = provider.getMobileContextForSub(SUB_2_ID, context) in test_twoSubscriptions_eachContextReflectsMccMnc() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DExecutorsTest.kt100 val ctx2 = newSingleThreadContext("Ctx2") in <lambda>() constant
/aosp_15_r20/external/libdav1d/src/
H A Ddecode.c1436 const int ctx2 = av1_get_fwd_ref_2_ctx(t->a, &t->l, by4, bx4, in decode_b() local
1441 const int ctx2 = av1_get_fwd_ref_1_ctx(t->a, &t->l, by4, bx4, in decode_b() local
1628 const int ctx2 = av1_get_ref_2_ctx(t->a, &t->l, by4, bx4, in decode_b() local
1641 const int ctx2 = av1_get_ref_3_ctx(t->a, &t->l, by4, bx4, in decode_b() local
1849 const int ctx2 = get_filter_ctx(t->a, &t->l, comp, 1, in decode_b() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-context-04.kt10 newSingleThreadContext("Ctx2").use { ctx2 -> in <lambda>() method
/aosp_15_r20/external/libepoxy/test/
H A Dwgl_per_context_funcptrs.c47 static HGLRC ctx1, ctx2, current_context; variable
/aosp_15_r20/external/pigweed/pw_stream/
H A Dmpsc_stream_test.cc389 MpscTestContext ctx2; in TEST() local
518 MpscTestContext ctx2; in TEST() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c7063 void (*cb)(void *ctx1, void *ctx2),
7085 void (*cb)(void *ctx1, void *ctx2),
7265 void (*cb)(void *ctx1, void *ctx2),
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Dhmac.go85 ctx2 C.GO_HMAC_CTX member
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/
H A DRuntimeContext.cpp104 RuntimeContext ctx2; in TEST_CASE() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Ddigest.rs188 let mut ctx2 = ctx.clone(); in sha256() localVariable
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Ddigest.rs204 let mut ctx2 = ctx.clone(); in sha256() localVariable
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
H A DHttpJsonCallContextTest.java179 HttpJsonCallContext ctx2 = HttpJsonCallContext.createDefault().withTimeout(timeout); in testMergeWithTimeout() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/digest_extra/
Ddigest_test.cc330 SHA256_CTX ctx2; in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/digest_extra/
Ddigest_test.cc330 SHA256_CTX ctx2; in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/digest_extra/
H A Ddigest_test.cc330 SHA256_CTX ctx2; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cmac/
Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cmac/
H A Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cmac/
H A Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local
/aosp_15_r20/external/boringssl/src/crypto/digest_extra/
H A Ddigest_test.cc330 SHA256_CTX ctx2; in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/cmac/
Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local

12