/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | DynamicConfigFileReader.java | 42 public static String getValueFromConfig(File file, String key) in getValueFromConfig() 57 public static List<String> getValuesFromConfig(File file, String key) in getValuesFromConfig() 72 public static String getValueFromConfig(IBuildInfo info, String moduleName, String key) in getValueFromConfig() 91 public static List<String> getValuesFromConfig(IBuildInfo info, String moduleName, String key) in getValuesFromConfig()
|
/test/framework/harnesses/host_controller/utils/ipc/ |
D | shared_dict.py | 41 def __getitem__(self, key): argument 54 def __setitem__(self, key, value): argument
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 56 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerialization() local 96 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerializationWithNulls() local 123 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerialization() local 151 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerializationWithNulls() local
|
/test/vts-testcase/kernel/encryption/ |
D | Keymaster.cpp | 55 std::string* key) { in generateKey() 78 km::KeyFormat format, const std::string& key, in importKey() 107 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey() 132 bool Keymaster::deleteKey(const std::string& key) { in deleteKey()
|
D | metadata_encryption_tests.cpp | 188 const std::vector<uint8_t> &key, in CreateTestDevice() 222 void DmDefaultKeyTest::VerifyDecryption(const std::vector<uint8_t> &key, in VerifyDecryption() 259 std::vector<uint8_t> key = GenerateTestKey(cipher.keysize()); in DoTest() local
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | DynamicConfig.java | 64 public String getValue(String key) { in getValue() 74 public List<String> getValues(String key) { in getValues() 134 String key = parser.getAttributeValue(NS, KEY_ATTR); in createConfigMap() local
|
D | KeyValueArgsParser.java | 32 String key = null; in parse() local
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | filter_item.ts | 19 key: string; property in FilterItem
|
/test/vti/test_serving/gae/frontend/src/app/shared/ |
D | dict.pipe.ts | 22 for (const key in value) { constant
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | UserEntity.java | 90 Key key = Key.create(UserEntity.class, adminEmail); in getAdminUser() local 120 Key key = Key.create(UserEntity.class, email); in getUser() local
|
D | UserFavoriteEntity.java | 49 @Ignore private Key key = null; field in UserFavoriteEntity 69 private UserFavoriteEntity(Key key, User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity()
|
D | TestAcknowledgmentEntity.java | 65 @Ignore private final Key key; field in TestAcknowledgmentEntity 95 Key key, in TestAcknowledgmentEntity() 252 Key key = null; in fromJson() local
|
D | TestPlanEntity.java | 61 Key key = Key.create(TestPlanEntity.class, this.testPlanName); in getKey() local
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | CoverageRestServlet.java | 52 String key = request.getParameter("key"); in doGet() local 69 private String apiCoverageData(String key) { in apiCoverageData() 108 Key<TestPlanRunEntity> key = Key.create(urlSafeKey); in postCoverageDataSum() local
|
D | TestAcknowledgmentRestServlet.java | 100 Key key = datastore.put(ack.toEntity()); in doPost() local 142 Key key = KeyFactory.stringToKey(stringKey); in doDelete() local
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | JsonUtil.java | 43 String key = iter.next(); in deepMergeJsonObjects() local
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 47 function removeAcknowledgment(ack, key) { argument 154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument 174 'key' : key, property 207 function showModal(ack, key, test, branches, devices, testCases, note) { argument 326 function createAcknowledgment(key, test, branches, devices, testCases, note) { argument
|
D | search_header.js | 30 function _createInput(key, config) { argument 111 Object.keys(filters).forEach(function(key) { argument 168 var args = Object.keys(filters).reduce(function(acc, key) { argument
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | kern.c | 47 uint32_t key = 1; local
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerStats.cpp | 35 string key = iface_name + "::" + func_name; in RegisterTouch() local
|
/test/framework/harnesses/host_controller/build/ |
D | build_info.py | 29 def __setitem__(self, key, value): argument
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | DynamicConfigHostSide.java | 46 public static String getValueFromConfig(File file, String key) in getValueFromConfig()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | AcceleratorSpecificTestSupport.java | 68 static String getTestParameter(String key, String defaultValue) { in getTestParameter() 72 static boolean getBooleanTestParameter(String key, boolean defaultValue) { in getBooleanTestParameter()
|
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 34 def __getattr__(self, key): argument 41 def __setattr__(self, key, value): argument
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelper.java | 137 String key = (moduleId == null) ? "" : moduleId; in setBusinessLogicHostFile() local 176 String key = (moduleId == null) ? "" : moduleId; in hasBusinessLogicHostFile() local 196 String key = (moduleId == null) ? "" : moduleId; in getBusinessLogicHostFile() local
|