Home
last modified time | relevance | path

Searched defs:test_str1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dsip_hasher13.rs286 let test_str1 = String::from("com.google.android.test"); in test_sip_hash13_string_hash() localVariable
298 let test_str1 = String::from("com.google.android.test"); in test_sip_hash13_write() localVariable
304 let test_str1 = String::from("com.google.android.test"); in test_sip_hash13_write() localVariable
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1615.c43 static const char test_str1[] = "1"; variable
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Daes_gcm_encryption_test.cc53 std::string test_str1 = "This is a test. Should work on arbitrary strings."; in TEST() local