Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dprefs_unittest.cc425 auto key1 = prefs_.CreateSubKey({name_space, sub_pref, sub_key1}); in TEST_F() local
528 auto key1 = prefs_.CreateSubKey({"ns", "sp1", "key1"}); in TEST_F() local
/system/authgraph/tests/src/
Dlib.rs151 let key1 = aes.generate_key(rng).unwrap(); in test_aes_gcm_keygen() localVariable
264 let key1 = ecdh.generate_key().unwrap(); in test_ecdh() localVariable
/system/core/libutils/
DLruCache_test.cpp335 KeyWithPointer key1; in TEST_F() local
/system/extras/simpleperf/
Dcmd_inject.cpp677 [](const BinaryKey& key1, const BinaryKey& key2) { return key1.path < key2.path; }); in Write()