Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java121 T construct(int length) { in construct() method in EqualsCompareTest.BufferType
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
/libcore/luni/src/test/java/libcore/java/net/
DOldAndroidURITest.java30 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()
/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
DCertificateValidity.java55 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateValidity
DCertificateVersion.java58 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateVersion
/libcore/ojluni/src/main/java/sun/security/x509/
DSerialNumber.java43 private void construct(DerValue derVal) throws IOException { in construct() method in SerialNumber
DCertificateValidity.java71 private void construct(DerValue derVal) throws IOException { in construct() method in CertificateValidity
DCertificateVersion.java75 private void construct(DerValue derVal) throws IOException { in construct() method in CertificateVersion
/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java176 Object construct(int length) { in construct() method in ArraysEqCmpTest.ArrayType