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/ojluni/annotations/hiddenapi/sun/security/pkcs/
DContentInfo.java36 sun.security.util.ObjectIdentifier contentType, sun.security.util.DerValue content) { in ContentInfo()
116 sun.security.util.DerValue content; field in ContentInfo
/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.java338 ContentInfo content = block.getContentInfo(); in verify() local
DPKCS7.java195 DerValue content = contentInfo.getContent(); in parse() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DChannelsTest.java64 private Pipe.SourceChannel createNonBlockingChannel(byte[] content) throws IOException { in createNonBlockingChannel()
/libcore/luni/src/main/java/libcore/internal/
DJava9LanguageFeatures.java67 public <T> AtomicReference<T> createReference(T content) { in createReference()
/libcore/ojluni/src/main/java/java/security/
DSignedObject.java129 private byte[] content; field in SignedObject
/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/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/ojluni/annotations/mmodule/sun/security/pkcs/
DContentInfo.annotated.java43 …ontentInfo(sun.security.util.ObjectIdentifier contentType, sun.security.util.DerValue content) { t… in ContentInfo()
/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/luni/src/test/java/libcore/libcore/timezone/
DZoneInfoDBTest.java258 private static File makeTemporaryFile(byte[] content) throws Exception { in makeTemporaryFile()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1485 public static final int content = 0; field in R