Searched refs:attributes (Results 1 – 7 of 7) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparerTest.java | 229 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_success() local 235 testBuildRequestString(16, attributes); in testBuildRequestString_success() 240 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_deviceDirDoesntExists() local 242 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testBuildRequestString_deviceDirDoesntExists() 243 testBuildRequestString(14, attributes); in testBuildRequestString_deviceDirDoesntExists() 248 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_noDeviceInfoJSONFileExists() local 254 testBuildRequestString(14, attributes); in testBuildRequestString_noDeviceInfoJSONFileExists() 278 …private void testBuildRequestString(int expectedParams, Map<String, String> attributes) throws Exc… in testBuildRequestString() argument 279 for (String key: attributes.keySet()) { in testBuildRequestString() 280 mMockBuildInfo.addBuildAttribute(key, attributes.get(key)); in testBuildRequestString()
|
D | DynamicConfigPusherTest.java | 259 Map<String, String> attributes = new HashMap<>(); in testSetUp() local 260 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testSetUp() 261 when(mMockBuildInfo.getBuildAttributes()).thenReturn(attributes); in testSetUp()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | SubPlan.java | 167 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/ |
D | SubPlanTest.java | 134 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/app_compat/csuite/ |
D | pylintrc | 128 too-many-instance-attributes, 241 # List of module names for which member attributes should not be checked 243 # and thus existing member attributes cannot be deduced by static analysis. It 247 # List of class names for which member attributes should not be checked (useful 248 # for classes with dynamically set attributes). This supports the use of 400 # List of method names used to declare (i.e. assign) instance attributes.
|
/test/dittosuite/schema/ |
D | benchmark.proto | 203 oneof attributes { oneof
|
/test/dittosuite/ |
D | Doxyfile | 409 # For Microsoft's IDL there are propget and propput attributes to indicate 1663 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the 1671 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this 1673 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). 2529 # DOT_COMMON_ATTR is common attributes for nodes, edges and labels of 2531 # doxygen generates you can specify fontname, fontcolor and fontsize attributes. 2560 # DOT_COMMON_ATTR and others dot attributes. 2622 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and 2624 # tag is set to YES, doxygen will add type and arguments for attributes and
|