Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 8 of 8) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java155 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_success() local
161 testBuildRequestString(16, attributes); in testBuildRequestString_success()
166 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_deviceDirDoesntExists() local
168 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testBuildRequestString_deviceDirDoesntExists()
169 testBuildRequestString(14, attributes); in testBuildRequestString_deviceDirDoesntExists()
174 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_noDeviceInfoJSONFileExists() local
180 testBuildRequestString(14, attributes); in testBuildRequestString_noDeviceInfoJSONFileExists()
183 …private void testBuildRequestString(int expectedParams, Map<String, String> attributes) throws Exc… in testBuildRequestString() argument
184 for (String key: attributes.keySet()) { in testBuildRequestString()
185 mMockBuildInfo.addBuildAttribute(key, attributes.get(key)); in testBuildRequestString()
DDynamicConfigPusherTest.java265 Map<String, String> attributes = new HashMap<>(); in testSetUp() local
266 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testSetUp()
267 EasyMock.expect(mMockBuildInfo.getBuildAttributes()).andStubReturn(attributes); in testSetUp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java167 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
170 String includeString = attributes.getValue(INCLUDE_ATTR); in startElement()
171 String excludeString = attributes.getValue(EXCLUDE_ATTR); in startElement()
176 String abiString = attributes.getValue(ABI_ATTR); in startElement()
177 String nameString = attributes.getValue(NAME_ATTR); in startElement()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java134 Set<String> attributes = new HashSet<String>(); in generateEntryXml() local
136 attributes.add(String.format(XML_ATTR, filterType, filter)); in generateEntryXml()
139 attributes.add(String.format(XML_ATTR, "name", name)); in generateEntryXml()
142 attributes.add(String.format(XML_ATTR, "abi", abi)); in generateEntryXml()
144 return String.format(XML_ENTRY, String.join(" ", attributes)); in generateEntryXml()
/test/vti/dashboard/src/main/proto/
DTestSuiteResultMessage.proto39 // attributes of Result tag
48 // attributes of Build tag
53 // attributes of Summary tag
/test/vts-testcase/hal/media/omx/V1_0/host_omxstore/
DVtsHalMediaOmxStoreV1_0HostTest.py71 status, attributes = self.omxstore.listServiceAttributes()
100 for attr in attributes:
335 attributes = node['attributes']
353 for attr in attributes:
/test/suite_harness/common/util/tests/assets/
Darm32_libdl.txt40 [16] .ARM.attributes ARM_ATTRIBUTES 00000000 00201c 00004a 00 0 0 1
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...