Home
last modified time | relevance | path

Searched defs:second_key (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/test/dittosuite/test/
H A Dshared_variables_test.cpp38 auto second_key = SharedVariables::GetKey(thread_ids, "first_variable_name"); in TEST() local
60 auto second_key = SharedVariables::GetKey(thread_ids, "second_variable_name"); in TEST() local
83 auto second_key = SharedVariables::GetKey(second_thread_ids, "variable_name"); in TEST() local
95 auto second_key = SharedVariables::GetKey(thread_ids, "variable_name"); in TEST() local
108 auto second_key = SharedVariables::GetKey(thread_ids, "variable_name"); in TEST() local
/aosp_15_r20/system/security/keystore2/rkpd_client/src/
H A Dtests.rs276 let second_key = get_rkpd_attestation_key(DEFAULT_RPC_SERVICE_NAME, key_id).unwrap(); in test_get_rkpd_attestation_key_same_caller() localVariable
290 let second_key = get_rkpd_attestation_key(DEFAULT_RPC_SERVICE_NAME, second_key_id).unwrap(); in test_get_rkpd_attestation_key_different_caller() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dminmax.rs92 let second_key = key_for(&second); in minmax_impl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dminmax.rs93 let second_key = key_for(&second); in minmax_impl() localVariable
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_fuser.cpp273 auto second_key = registerFusion(fg1); in TEST_F() local
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Draw_jwt_rsa_ssa_pss_sign_key_manager_test.cc263 StatusOr<JwtRsaSsaPssPrivateKey> second_key = in TEST() local
/aosp_15_r20/external/tink/cc/signature/
H A Drsa_ssa_pss_sign_key_manager_test.cc299 RsaSsaPssPrivateKey second_key = second_key_or.value(); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs753 let second_key = ratchet in test_get_key() localVariable