Home
last modified time | relevance | path

Searched refs:description (Results 1 – 15 of 15) sorted by relevance

/libcore/expectations/
Dicebox.txt6 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
12 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
18 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
24 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
30 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
36 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
42 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
50 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
56 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
62 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
[all …]
Dbrokentests.txt6 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
11description: "libcore.java.net.URLConnectionTest#testServerShutdownInput fails on ICL27 mysid-user…
16 description: "This test has been failing in our continuous build recently.",
23 description: "We're retiring the security manager. Unfortunately, tests all over the place
32 description: "ignore compilation errors due to different available APIs",
38 description: "the average length of possible UTF-8 sequences is 2 bytes.",
44description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP …
50description: "Some tests depend on ICU data, which has changed. Others make assumptions about floa…
66description: "(Needs investigation) Some tests make assertions that don't make sense, others use b…
76description: "(Needs investigation) Test failures from the harmony import of external/apache-harmo…
[all …]
Dknownfailures.txt6description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
11 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
16 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
21 description: "RandomAccessFile missing finalizer",
26 description: "ICU seems to treat unknown and invalid locales differently",
31 description: "NaN character not found when deserializing DecimalFormatSymbols",
36 description: "DecimalFormat is limited to 127 digits",
41 description: "HTTPS connections should not be pooled.",
46 description: "We fake support for these by substituting similar (but not identical) charsets",
60 description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
[all …]
Dtaggedtests.txt7 description: "large tests",
/libcore/luni/src/main/java/java/sql/
DDriverPropertyInfo.java37 public String description; field in DriverPropertyInfo
70 this.description = null; in DriverPropertyInfo()
/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java63 String description = info[0].description; in testPublicFields() local
64 assertNull(description); in testPublicFields()
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd1 <!ELEMENT collection (description,recipe+)>
2 <!ELEMENT description ANY> element
/libcore/luni/src/test/resources/
Drecipt.dtd1 <!ELEMENT collection (description,recipe+)>
2 <!ELEMENT description ANY> element
/libcore/luni/src/main/java/android/system/
DGaiException.java64 String description = Libcore.os.gai_strerror(error); in getMessage() local
65 return functionName + " failed: " + gaiName + " (" + description + ")"; in getMessage()
DErrnoException.java63 String description = Libcore.os.strerror(errno); in getMessage() local
64 return functionName + " failed: " + errnoName + " (" + description + ")"; in getMessage()
/libcore/luni/src/main/java/java/util/regex/
DPatternSyntaxException.java66 public PatternSyntaxException(String description, String pattern, int index) { in PatternSyntaxException() argument
67 this.desc = description; in PatternSyntaxException()
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java110 private Element description; field in DomTest
153 description = (Element) item.getChildNodes().item(3); in setUp()
154 descriptionText1 = (Text) description.getChildNodes().item(0); in setUp()
155 descriptionText2 = (CDATASection) description.getChildNodes().item(1); in setUp()
156 descriptionText3 = (Text) description.getChildNodes().item(2); in setUp()
178 itemXmlnsA, name, standard, deluxe, waffles, description, in setUp()
216 assertEquals("http://addons", description.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
248 assertEquals("http://marketing", description.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
286 assertEquals("a", description.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
330 assertEquals(null, description.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
[all …]
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/benchmarks/libs/
Dcaliper.jar.txt186 file or class name and description of purpose be included on the
/libcore/benchmarks/src/benchmarks/regression/
DR.java1517 public static final int description = 0; field in R