Home
last modified time | relevance | path

Searched defs:content (Results 1 – 20 of 20) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DContentHandlerTest.java38 Object content = handler.getContent(conn, classes); in test_getContent() local
54 private Object content; field in ContentHandlerImpl
61 public void setContent(Object content) { in setContent()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DDoublePrimitiveOpsTests.java60 double[] content = DoubleStream.generate(() -> r.nextDouble()).limit(10).toArray(); in testSort() local
78 double[] content = DoubleStream.generate(() -> r.nextDouble()).limit(10).toArray(); in testSortSort() local
DCollectionAndMapModifyStreamTest.java58 List<Integer> content = LambdaTestHelpers.countTo(10); in createCollections() local
109 Map<Integer, Integer> content = new HashMap<>(); in createMaps() local
DIntPrimitiveOpsTests.java103 int[] content = IntStream.generate(() -> r.nextInt(100)).limit(10).toArray(); in testSort() local
121 int[] content = IntStream.generate(() -> r.nextInt(100)).limit(10).toArray(); in testSortSort() local
DLongPrimitiveOpsTests.java103 long[] content = LongStream.generate(() -> r.nextLong()).limit(10).toArray(); in testSort() local
121 long[] content = LongStream.generate(() -> r.nextLong()).limit(10).toArray(); in testSortSort() local
/libcore/luni/src/main/java/org/w3c/dom/
DText.java123 public Text replaceWholeText(String content) in replaceWholeText()
/libcore/tzdata/update/src/main/libcore/tzdata/update/
DTzDataBundleInstaller.java48 public boolean install(byte[] content) throws IOException { in install()
96 private File unpackBundle(byte[] content, File targetDir) throws IOException { in unpackBundle()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DChannelsTest.java51 private Pipe.SourceChannel createNonBlockingChannel(byte[] content) throws IOException { in createNonBlockingChannel()
/libcore/ojluni/src/main/java/sun/security/pkcs/
DContentInfo.java87 DerValue content; // OPTIONAL field in ContentInfo
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo()
DSignerInfo.java314 ContentInfo content = block.getContentInfo(); in verify() local
DPKCS7.java162 DerValue content = contentInfo.getContent(); in parse() local
/libcore/ojluni/src/main/java/java/security/
DSignedObject.java129 private byte[] content; field in SignedObject
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertyResourceBundleTest.java74 String content = "p1=one\nfeature=good_feature"; in test_ConstructorLjava_io_Reader() local
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DTextImpl.java84 public final Text replaceWholeText(String content) throws DOMException { in replaceWholeText()
DNodeImpl.java398 String content = getNodeValue(); in getTextContent() local
/libcore/luni/src/test/java/libcore/util/
DZoneInfoDBTest.java118 private static String makeTemporaryFile(byte[] content) throws Exception { in makeTemporaryFile()
/libcore/tzdata/tools/src/main/libcore/tzdata/update/tools/
DTzDataBundleBuilder.java110 private static void addZipEntry(ZipOutputStream zos, String name, byte[] content) in addZipEntry()
/libcore/ojluni/src/main/java/java/util/stream/
DSortedOps.java195 int[] content = n.asPrimitiveArray(); in opEvaluateParallel() local
234 long[] content = n.asPrimitiveArray(); in opEvaluateParallel() local
273 double[] content = n.asPrimitiveArray(); in opEvaluateParallel() local
/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java55 final String content = "Content"; in testCalculateChecksum() local
/libcore/benchmarks/src/benchmarks/regression/
DR.java1485 public static final int content = 0; field in R