Searched refs:attributes (Results 1 - 9 of 9) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DDexDepsXmlHandler.java49 public void startElement(String uri, String localName, String name, Attributes attributes) argument
51 super.startElement(uri, localName, name, attributes);
53 mCurrentPackageName = CurrentXmlHandler.getValue(attributes, "name");
56 mCurrentClassName = CurrentXmlHandler.getValue(attributes, "name");
60 mCurrentMethodName = CurrentXmlHandler.getValue(attributes, "name");
61 mCurrentMethodReturnType = CurrentXmlHandler.getValue(attributes, "return");
64 mCurrentParameterTypes.add(CurrentXmlHandler.getValue(attributes, "type"));
H A DCurrentXmlHandler.java48 public void startElement(String uri, String localName, String name, Attributes attributes) argument
50 super.startElement(uri, localName, name, attributes);
52 mCurrentPackageName = CurrentXmlHandler.getValue(attributes, "name");
59 mCurrentClassName = CurrentXmlHandler.getValue(attributes, "name");
68 mCurrentMethodName = CurrentXmlHandler.getValue(attributes, "name");
69 mCurrentMethodReturnType = CurrentXmlHandler.getValue(attributes, "return");
72 mCurrentParameterTypes.add(CurrentXmlHandler.getValue(attributes, "type"));
94 static String getValue(Attributes attributes, String key) { argument
96 return attributes.getValue(key)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DTestPackageXmlParser.java61 public void startElement(String uri, String localName, String name, Attributes attributes) argument
65 final String entryUriValue = attributes.getValue("appPackageName");
66 final String testPackageNameSpace = attributes.getValue("appNameSpace");
67 final String packageName = attributes.getValue("name");
68 final String runnerName = attributes.getValue("runner");
69 final String hostSideTest = attributes.getValue("hostSideOnly");
70 final String jarPath = attributes.getValue("jarPath");
71 final String signatureCheck = attributes.getValue("signatureCheck");
72 final String referenceApp = attributes.getValue("referenceAppTest");
87 String packageSegment = attributes
[all...]
H A DPlanXmlParser.java44 public void startElement(String uri, String localName, String name, Attributes attributes) argument
47 final String entryUriValue = attributes.getValue("uri");
/cts/tests/tests/sax/src/android/sax/cts/
H A DElementTest.java137 public void start(Attributes attributes) {
138 assertEquals(Y2009, attributes.getValue(0));
149 public void start(Attributes attributes) {
150 assertEquals(Y2000, attributes.getValue(0));
160 public void start(Attributes attributes) {
/cts/tools/utils/cts/
H A Dtools.py72 self.attributes = {'name': package_name, 'AndroidFramework': 'Android 1.0',
91 self.attributes[name] = value
97 for (attr, value) in self.attributes.iteritems():
/cts/tests/src/android/opengl/cts/
H A DEglConfigGLSurfaceView.java245 int[] attributes = {
316 for (int i = 0; i < attributes.length; i++) {
317 int attribute = attributes[i];
/cts/tools/signature-tools/src/signature/converter/dex/
H A DDexToSigConverter.java824 List<DexAnnotationAttribute> attributes) {
827 for (DexAnnotationAttribute dexAnnotationAttribute : attributes) {
823 convertAnnotationElements( List<DexAnnotationAttribute> attributes) argument
/cts/tools/signature-tools/lib/
H A Dstringtemplate.jar ... listener protected String pattern protected java.util.Map attributes protected java.util.Map attributeRenderers protected java. ...

Completed in 354 milliseconds