/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_documentgetelementsbytagnametotallength.java | 64 expectedNames.add("html"); in runTest() 65 expectedNames.add("head"); in runTest() 66 expectedNames.add("meta"); in runTest() 67 expectedNames.add("title"); in runTest() 68 expectedNames.add("script"); in runTest() 69 expectedNames.add("script"); in runTest() 70 expectedNames.add("script"); in runTest() 71 expectedNames.add("body"); in runTest() 72 expectedNames.add("p"); in runTest() 73 expectedNames.add("em"); in runTest() [all …]
|
D | nodeclonenodetrue.java | 78 expectedWhitespace.add("#text"); in runTest() 79 expectedWhitespace.add("employeeId"); in runTest() 80 expectedWhitespace.add("#text"); in runTest() 81 expectedWhitespace.add("name"); in runTest() 82 expectedWhitespace.add("#text"); in runTest() 83 expectedWhitespace.add("position"); in runTest() 84 expectedWhitespace.add("#text"); in runTest() 85 expectedWhitespace.add("salary"); in runTest() 86 expectedWhitespace.add("#text"); in runTest() 87 expectedWhitespace.add("gender"); in runTest() [all …]
|
D | nodelisttraverselist.java | 73 expectedWhitespace.add("#text"); in runTest() 74 expectedWhitespace.add("employeeId"); in runTest() 75 expectedWhitespace.add("#text"); in runTest() 76 expectedWhitespace.add("name"); in runTest() 77 expectedWhitespace.add("#text"); in runTest() 78 expectedWhitespace.add("position"); in runTest() 79 expectedWhitespace.add("#text"); in runTest() 80 expectedWhitespace.add("salary"); in runTest() 81 expectedWhitespace.add("#text"); in runTest() 82 expectedWhitespace.add("gender"); in runTest() [all …]
|
D | nodeinsertbefore.java | 76 expectedWithWhitespace.add("#text"); in runTest() 77 expectedWithWhitespace.add("employeeId"); in runTest() 78 expectedWithWhitespace.add("#text"); in runTest() 79 expectedWithWhitespace.add("name"); in runTest() 80 expectedWithWhitespace.add("#text"); in runTest() 81 expectedWithWhitespace.add("position"); in runTest() 82 expectedWithWhitespace.add("#text"); in runTest() 83 expectedWithWhitespace.add("newChild"); in runTest() 84 expectedWithWhitespace.add("salary"); in runTest() 85 expectedWithWhitespace.add("#text"); in runTest() [all …]
|
D | nodeinsertbeforenewchildexists.java | 77 expectedWhitespace.add("#text"); in runTest() 78 expectedWhitespace.add("#text"); in runTest() 79 expectedWhitespace.add("name"); in runTest() 80 expectedWhitespace.add("#text"); in runTest() 81 expectedWhitespace.add("position"); in runTest() 82 expectedWhitespace.add("#text"); in runTest() 83 expectedWhitespace.add("salary"); in runTest() 84 expectedWhitespace.add("#text"); in runTest() 85 expectedWhitespace.add("gender"); in runTest() 86 expectedWhitespace.add("#text"); in runTest() [all …]
|
D | nodereplacechildnewchildexists.java | 78 expectedWithoutWhitespace.add("name"); in runTest() 79 expectedWithoutWhitespace.add("position"); in runTest() 80 expectedWithoutWhitespace.add("salary"); in runTest() 81 expectedWithoutWhitespace.add("gender"); in runTest() 82 expectedWithoutWhitespace.add("employeeId"); in runTest() 85 expectedWithWhitespace.add("#text"); in runTest() 86 expectedWithWhitespace.add("#text"); in runTest() 87 expectedWithWhitespace.add("name"); in runTest() 88 expectedWithWhitespace.add("#text"); in runTest() 89 expectedWithWhitespace.add("position"); in runTest() [all …]
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | createAttributeNS03.java | 74 illegalQNames.add("person:{"); in runTest() 75 illegalQNames.add("person:}"); in runTest() 76 illegalQNames.add("person:~"); in runTest() 77 illegalQNames.add("person:'"); in runTest() 78 illegalQNames.add("person:!"); in runTest() 79 illegalQNames.add("person:@"); in runTest() 80 illegalQNames.add("person:#"); in runTest() 81 illegalQNames.add("person:$"); in runTest() 82 illegalQNames.add("person:%"); in runTest() 83 illegalQNames.add("person:^"); in runTest() [all …]
|
D | createElementNS03.java | 76 illegalQNames.add("person:{"); in runTest() 77 illegalQNames.add("person:}"); in runTest() 78 illegalQNames.add("person:~"); in runTest() 79 illegalQNames.add("person:'"); in runTest() 80 illegalQNames.add("person:!"); in runTest() 81 illegalQNames.add("person:@"); in runTest() 82 illegalQNames.add("person:#"); in runTest() 83 illegalQNames.add("person:$"); in runTest() 84 illegalQNames.add("person:%"); in runTest() 85 illegalQNames.add("person:^"); in runTest() [all …]
|
D | createDocument05.java | 78 illegalQNames.add("namespaceURI:{"); in runTest() 79 illegalQNames.add("namespaceURI:}"); in runTest() 80 illegalQNames.add("namespaceURI:~"); in runTest() 81 illegalQNames.add("namespaceURI:'"); in runTest() 82 illegalQNames.add("namespaceURI:!"); in runTest() 83 illegalQNames.add("namespaceURI:@"); in runTest() 84 illegalQNames.add("namespaceURI:#"); in runTest() 85 illegalQNames.add("namespaceURI:$"); in runTest() 86 illegalQNames.add("namespaceURI:%"); in runTest() 87 illegalQNames.add("namespaceURI:^"); in runTest() [all …]
|
D | createDocumentType02.java | 77 illegalQNames.add("edi:{"); in runTest() 78 illegalQNames.add("edi:}"); in runTest() 79 illegalQNames.add("edi:~"); in runTest() 80 illegalQNames.add("edi:'"); in runTest() 81 illegalQNames.add("edi:!"); in runTest() 82 illegalQNames.add("edi:@"); in runTest() 83 illegalQNames.add("edi:#"); in runTest() 84 illegalQNames.add("edi:$"); in runTest() 85 illegalQNames.add("edi:%"); in runTest() 86 illegalQNames.add("edi:^"); in runTest() [all …]
|
D | isSupported12.java | 74 features.add("Core"); in runTest() 75 features.add("XML"); in runTest() 76 features.add("HTML"); in runTest() 77 features.add("Views"); in runTest() 78 features.add("StyleSheets"); in runTest() 79 features.add("CSS"); in runTest() 80 features.add("CSS2"); in runTest() 81 features.add("Events"); in runTest() 82 features.add("UIEvents"); in runTest() 83 features.add("MouseEvents"); in runTest() [all …]
|
D | domimplementationcreatedocumenttype04.java | 85 qualifiedNames.add("{"); in runTest() 86 qualifiedNames.add("}"); in runTest() 87 qualifiedNames.add("'"); in runTest() 88 qualifiedNames.add("~"); in runTest() 89 qualifiedNames.add("`"); in runTest() 90 qualifiedNames.add("@"); in runTest() 91 qualifiedNames.add("#"); in runTest() 92 qualifiedNames.add("$"); in runTest() 93 qualifiedNames.add("%"); in runTest() 94 qualifiedNames.add("^"); in runTest() [all …]
|
D | domimplementationcreatedocumenttype02.java | 87 qualifiedNames.add("_:_"); in runTest() 88 qualifiedNames.add("_:h0"); in runTest() 89 qualifiedNames.add("_:test"); in runTest() 90 qualifiedNames.add("_:_."); in runTest() 91 qualifiedNames.add("_:a-"); in runTest() 92 qualifiedNames.add("l_:_"); in runTest() 93 qualifiedNames.add("ns:_0"); in runTest() 94 qualifiedNames.add("ns:a0"); in runTest() 95 qualifiedNames.add("ns0:test"); in runTest() 96 qualifiedNames.add("ns:EEE."); in runTest() [all …]
|
D | getElementsByTagNameNS10.java | 84 expectedResult.add("employee"); in runTest() 85 expectedResult.add("employeeId"); in runTest() 86 expectedResult.add("name"); in runTest() 87 expectedResult.add("position"); in runTest() 88 expectedResult.add("salary"); in runTest() 89 expectedResult.add("gender"); in runTest() 90 expectedResult.add("address"); in runTest() 91 expectedResult.add("emp:employee"); in runTest() 92 expectedResult.add("emp:employeeId"); in runTest() 93 expectedResult.add("emp:position"); in runTest() [all …]
|
D | getElementsByTagNameNS03.java | 82 expectedResult.add("employee"); in runTest() 83 expectedResult.add("employeeId"); in runTest() 84 expectedResult.add("name"); in runTest() 85 expectedResult.add("position"); in runTest() 86 expectedResult.add("salary"); in runTest() 87 expectedResult.add("gender"); in runTest() 88 expectedResult.add("address"); in runTest() 89 expectedResult.add("emp:employee"); in runTest() 90 expectedResult.add("emp:employeeId"); in runTest() 91 expectedResult.add("emp:position"); in runTest() [all …]
|
/dalvik/libcore/support/src/test/java/tests/support/ |
D | Support_SimpleDateFormat.java | 165 v.add(new FieldContainer(0, 4, Field.YEAR)); in getDateVector1() 166 v.add(new FieldContainer(4, 6, Field.MONTH)); in getDateVector1() 167 v.add(new FieldContainer(6, 8, Field.DAY_OF_MONTH)); in getDateVector1() 168 v.add(new FieldContainer(8, 10, Field.HOUR_OF_DAY0)); in getDateVector1() 169 v.add(new FieldContainer(10, 12, Field.MINUTE)); in getDateVector1() 170 v.add(new FieldContainer(12, 14, Field.SECOND)); in getDateVector1() 177 v.add(new FieldContainer(0, 2, Field.WEEK_OF_YEAR)); in getDateVector2() 178 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH)); in getDateVector2() 179 v.add(new FieldContainer(5, 7, Field.DAY_OF_MONTH)); in getDateVector2() 180 v.add(new FieldContainer(8, 17, Field.MONTH)); in getDateVector2() [all …]
|
D | Support_MessageFormat.java | 87 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4)); in getMessageVector1() 88 v.add(new FieldContainer(3, 6, DateFormat.Field.MONTH)); in getMessageVector1() 89 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4)); in getMessageVector1() 90 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4)); in getMessageVector1() 91 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH)); in getMessageVector1() 92 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4)); in getMessageVector1() 93 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4)); in getMessageVector1() 94 v.add(new FieldContainer(11, 15, DateFormat.Field.YEAR)); in getMessageVector1() 95 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3)); in getMessageVector1() 96 v.add(new FieldContainer(19, 20, DateFormat.Field.HOUR1)); in getMessageVector1() [all …]
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | Support_MessageFormat.java | 88 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4)); in getMessageVector1() 89 v.add(new FieldContainer(3, 6, DateFormat.Field.MONTH)); in getMessageVector1() 90 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4)); in getMessageVector1() 91 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4)); in getMessageVector1() 92 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH)); in getMessageVector1() 93 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4)); in getMessageVector1() 94 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4)); in getMessageVector1() 95 v.add(new FieldContainer(11, 15, DateFormat.Field.YEAR)); in getMessageVector1() 96 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3)); in getMessageVector1() 97 v.add(new FieldContainer(19, 20, DateFormat.Field.HOUR1)); in getMessageVector1() [all …]
|
D | Support_SimpleDateFormat.java | 168 v.add(new FieldContainer(0, 4, Field.YEAR)); in getDateVector1() 169 v.add(new FieldContainer(4, 6, Field.MONTH)); in getDateVector1() 170 v.add(new FieldContainer(6, 8, Field.DAY_OF_MONTH)); in getDateVector1() 171 v.add(new FieldContainer(8, 10, Field.HOUR_OF_DAY0)); in getDateVector1() 172 v.add(new FieldContainer(10, 12, Field.MINUTE)); in getDateVector1() 173 v.add(new FieldContainer(12, 14, Field.SECOND)); in getDateVector1() 180 v.add(new FieldContainer(0, 2, Field.WEEK_OF_YEAR)); in getDateVector2() 181 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH)); in getDateVector2() 182 v.add(new FieldContainer(5, 7, Field.DAY_OF_MONTH)); in getDateVector2() 183 v.add(new FieldContainer(8, 17, Field.MONTH)); in getDateVector2() [all …]
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
D | AbstractListTest.java | 48 public void add(int i, Object o) { in add() method in AbstractListTest.SimpleList 49 this.arrayList.add(i, o); in add() 73 list.add(new Integer(3)); in test_hashCode() 74 list.add(new Integer(15)); in test_hashCode() 75 list.add(new Integer(5)); in test_hashCode() 76 list.add(new Integer(1)); in test_hashCode() 77 list.add(new Integer(7)); in test_hashCode() 99 list.add(new Object()); in test_iterator() 100 list.add(new Object()); in test_iterator() 119 list.add(new Integer(3)); in test_listIterator() [all …]
|
D | ConcurrentModTest.java | 52 al.add(one); in testGet() 53 al.add(two); in testGet() 54 al.add(three); in testGet() 55 al.add(four); in testGet() 102 al.add(one); in testSet() 103 al.add(two); in testSet() 104 al.add(three); in testSet() 105 al.add(four); in testSet() 138 al.add(one); in testAdd() 139 al.add(two); in testAdd() [all …]
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
D | DOMImplementationCreateDocumentType.java | 96 publicIds.add("1234"); in testCreateDocumentType1() 97 publicIds.add("test"); in testCreateDocumentType1() 100 systemIds.add(""); in testCreateDocumentType1() 101 systemIds.add("test"); in testCreateDocumentType1() 136 qualifiedNames.add("_:_"); in testCreateDocumentType2() 137 qualifiedNames.add("_:h0"); in testCreateDocumentType2() 138 qualifiedNames.add("_:test"); in testCreateDocumentType2() 139 qualifiedNames.add("_:_."); in testCreateDocumentType2() 140 qualifiedNames.add("_:a-"); in testCreateDocumentType2() 141 qualifiedNames.add("l_:_"); in testCreateDocumentType2() [all …]
|
D | CreateDocumentType.java | 129 illegalQNames.add("edi:{"); in testCreateDocumentType2() 130 illegalQNames.add("edi:}"); in testCreateDocumentType2() 131 illegalQNames.add("edi:~"); in testCreateDocumentType2() 132 illegalQNames.add("edi:'"); in testCreateDocumentType2() 133 illegalQNames.add("edi:!"); in testCreateDocumentType2() 134 illegalQNames.add("edi:@"); in testCreateDocumentType2() 135 illegalQNames.add("edi:#"); in testCreateDocumentType2() 136 illegalQNames.add("edi:$"); in testCreateDocumentType2() 137 illegalQNames.add("edi:%"); in testCreateDocumentType2() 138 illegalQNames.add("edi:^"); in testCreateDocumentType2() [all …]
|
D | CreateAttributeNS.java | 127 illegalQNames.add("person:{"); in testCreateAttributeNS3() 128 illegalQNames.add("person:}"); in testCreateAttributeNS3() 129 illegalQNames.add("person:~"); in testCreateAttributeNS3() 130 illegalQNames.add("person:'"); in testCreateAttributeNS3() 131 illegalQNames.add("person:!"); in testCreateAttributeNS3() 132 illegalQNames.add("person:@"); in testCreateAttributeNS3() 133 illegalQNames.add("person:#"); in testCreateAttributeNS3() 134 illegalQNames.add("person:$"); in testCreateAttributeNS3() 135 illegalQNames.add("person:%"); in testCreateAttributeNS3() 136 illegalQNames.add("person:^"); in testCreateAttributeNS3() [all …]
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
D | MockHandler.java | 46 logger.add("characters", ch, start, length); in characters() 50 logger.add("endDocument"); in endDocument() 54 logger.add("endElement", name); in endElement() 58 logger.add("endElement", uri, localName, name); in endElement() 62 logger.add("endPrefixMapping", prefix); in endPrefixMapping() 66 logger.add("error", exception); in error() 70 logger.add("fatalError", exception); in fatalError() 74 logger.add("ignorableWhitespace", ch, start, length); in ignorableWhitespace() 78 logger.add("notationDecl", name, publicId, systemId); in notationDecl() 82 logger.add("processingInstruction", target, data); in processingInstruction() [all …]
|