Home
last modified time | relevance | path

Searched defs:content (Results 1 – 15 of 15) 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
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/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.java86 DerValue content; // OPTIONAL field in ContentInfo
88 public ContentInfo(ObjectIdentifier contentType, DerValue content) { in ContentInfo()
DSignerInfo.java344 ContentInfo content = block.getContentInfo(); in verify() local
DPKCS7.java197 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.java42 …ontentInfo(sun.security.util.ObjectIdentifier contentType, sun.security.util.DerValue content) { t… in ContentInfo()