| /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/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/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/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/test_serving/gae/frontend/src/app/shared/ |
| D | dict.pipe.ts | 22 for (const key in value) { constant
|
| /test/vti/test_serving/gae/frontend/src/app/model/ |
| D | filter_item.ts | 19 key: string; property in FilterItem
|
| /test/vts-testcase/vndk/golden/ |
| D | extract_lsdump.py | 32 def __getattr__(self, key): argument 39 def __setattr__(self, key, value): argument
|
| /test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
| D | JsonUtil.java | 42 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/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/vts-testcase/fuzz/iface_fuzzer/ |
| D | ProtoFuzzerStats.cpp | 35 string key = iface_name + "::" + func_name; in RegisterTouch() local
|
| /test/vts-testcase/kernel/api/bpf_native_test/ |
| D | kern.c | 46 uint32_t key = 1; local
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
| D | CompatibilityBuildHelper.java | 138 String key = (moduleId == null) ? "" : moduleId; in setBusinessLogicHostFile() local 177 String key = (moduleId == null) ? "" : moduleId; in hasBusinessLogicHostFile() local 197 String key = (moduleId == null) ? "" : moduleId; in getBusinessLogicHostFile() local
|
| /test/vti/dashboard/src/test/java/com/android/vts/util/ |
| D | ObjectifyTestBase.java | 62 final Key<E> key = ofy().save().entity(thing).now(); in saveClearLoad() local
|
| /test/vti/dashboard/src/test/java/com/android/vts/api/ |
| D | CoverageRestServletTest.java | 88 String key = apiCoverageEntity.getUrlSafeKey(); in testApiData() local
|
| /test/vts-testcase/security/poc/target/ |
| D | poc_test.cpp | 71 string key = key_value.substr(0, delim); in ExtractParams() local
|