| /test/dittosuite/src/ |
| D | shared_variables.cpp | 39 std::size_t key = variables_.size(); in GetKey() local 45 SharedVariables::Variant SharedVariables::Get(int key) { in Get() 57 void SharedVariables::Set(int key, const SharedVariables::Variant& value) { in Set()
|
| /test/vts-testcase/kernel/encryption/ |
| D | Keymaster.cpp | 88 std::string* key) { in generateKey() 114 const std::string& key, std::string* outKeyBlob) { in importKey() 140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey()
|
| D | vts_kernel_encryption.h | 30 bool Encrypt(const std::vector<uint8_t> &key, const uint8_t *iv, in Encrypt() 38 bool Decrypt(const std::vector<uint8_t> &key, const uint8_t *iv, in Decrypt()
|
| D | metadata_encryption_tests.cpp | 189 const std::vector<uint8_t> &key, in CreateTestDevice() 223 void DmDefaultKeyTest::VerifyDecryption(const std::vector<uint8_t> &key, in VerifyDecryption() 260 std::vector<uint8_t> key = GenerateTestKey(cipher.keysize()); in DoTest() local
|
| D | utils.cpp | 116 std::vector<uint8_t> key(size); in GenerateTestKey() local 411 static bool AesCmacKdfHelper(const std::vector<uint8_t> &key, in AesCmacKdfHelper()
|
| D | adiantum.cpp | 214 static uint64_t NH_Pass(const uint32_t *key, const uint8_t *msg, int msglen) { in NH_Pass() 229 static void NH(const uint32_t *key, const uint8_t *msg, int msglen, in NH()
|
| D | file_based_encryption_tests.cpp | 1475 std::string key; in TEST() local 1483 std::string key; in TEST() local
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
| D | AcceleratorSpecificTestSupport.java | 70 static String getTestParameter(String key, String defaultValue) { in getTestParameter() 74 static boolean getBooleanTestParameter(String key, boolean defaultValue) { in getBooleanTestParameter()
|
| /test/vts-testcase/kernel/api/bpf_native_test/ |
| D | kern.c | 47 uint32_t key = 1; local
|
| /test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/ |
| D | WatchdogEventLogger.java | 39 String key = PROP_PREFIX + type; in resetProperties() local 59 String key = PROP_PREFIX + type + "." + attr; in matchProperty() local
|
| /test/vts-testcase/vndk/golden/ |
| D | extract_lsdump.py | 34 def __getattr__(self, key): argument 41 def __setattr__(self, key, value): argument
|
| /test/vts-testcase/kernel/isa/ |
| D | vts_kernel_isa_test.cpp | 26 const std::map<std::string, std::string>& configs, const std::string& key) { in get_config()
|
| /test/vts-testcase/security/poc/target/ |
| D | poc_test.cpp | 71 string key = key_value.substr(0, delim); in ExtractParams() local
|
| /test/dittosuite/test/ |
| D | shared_variables_test.cpp | 24 auto key = SharedVariables::GetKey(thread_ids, "variable_name"); in TEST() local
|
| /test/catbox/report/src/com/android/catbox/util/ |
| D | TestMetricsUtil.java | 104 String key = entry.getKey(); in storeTestMetrics() local
|
| /test/vts-testcase/kernel/gki/ |
| D | generic_boot_image_test.cpp | 66 const std::map<std::string, std::string>& configs, const std::string& key) { in get_config()
|
| /test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
| D | AppCrawlTesterHostPreparer.java | 121 private static String getPathFromBuildInfo(TestInformation testInfo, String key) { in getPathFromBuildInfo()
|
| /test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
| D | AppSetupPreparerTest.java | 533 PreparerBuilder setOption(String key, String value) { in setOption()
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
| D | NNTestBase.java | 163 private static boolean getBooleanTestParameter(String key, boolean defaultValue) { in getBooleanTestParameter()
|