Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DSerialNumber.java43 private void construct(DerValue derVal) throws IOException { in construct() method in SerialNumber
76 construct(derVal); in SerialNumber()
86 construct(val); in SerialNumber()
97 construct(derVal); in SerialNumber()
DCertificateVersion.java75 private void construct(DerValue derVal) throws IOException { in construct() method in CertificateVersion
120 construct(derVal); in CertificateVersion()
133 construct(derVal); in CertificateVersion()
145 construct(val); in CertificateVersion()
DCertificateValidity.java71 private void construct(DerValue derVal) throws IOException { in construct() method in CertificateValidity
128 construct(derVal); in CertificateValidity()
/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java121 T construct(int length) { in construct() method in EqualsCompareTest.BufferType
122 return construct(length, ByteOrder.BIG_ENDIAN); in construct()
125 abstract T construct(int length, ByteOrder bo); in construct() method in EqualsCompareTest.BufferType
212 ByteBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Bytes
237 CharBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Chars
273 ShortBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Shorts
303 IntBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Ints
330 FloatBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Floats
374 LongBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Longs
404 DoubleBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Doubles
[all …]
/libcore/luni/src/test/java/libcore/java/net/
DOldAndroidURITest.java26 construct("http://www.google.com/this/is-the/path?query#fragment", in testConstruct()
30 private static void construct(String str, String host, String path, boolean absolute) in construct() method in OldAndroidURITest
DSocketTimeoutTest.java60 private static <T extends Closeable> void checkOperationTimesOut(SocketConstructor<T> construct, in checkOperationTimesOut() argument
62 try (T socket = construct.get()) { in checkOperationTimesOut()
/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java176 Object construct(int length) { in construct() method in ArraysEqCmpTest.ArrayType
671 Object a = at.construct(s); in testArray()
698 Object a = at.construct(s); in testPrimitiveFloatArray()
707 Object ac = at.construct(s); in testPrimitiveFloatArray()
716 Object ac = at.construct(s); in testPrimitiveFloatArray()
738 Object a = at.construct(s); in testNullElementsInObjectArray()
750 Object a = at.construct(s); in testNullElementsInObjectArray()
774 Integer[] a = (Integer[]) at.construct(s); in testSameRefElementsInObjectArray()
785 Integer[] a = (Integer[]) at.construct(s); in testSameRefElementsInObjectArray()
796 Integer[] a = (Integer[]) at.construct(s); in testSameRefElementsInObjectArray()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DSerialNumber.java54 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in SerialNumber
DCertificateVersion.java58 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateVersion
DCertificateValidity.java55 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateValidity
/libcore/ojluni/src/main/java/java/nio/
DDirect-X-Buffer.java.template147 // Invoked to construct a direct ByteBuffer referring to the block of
157 // Invoked to construct a direct ByteBuffer referring to the block of
/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt40 construct.