/libcore/ojluni/src/main/java/sun/security/x509/ |
D | SerialNumber.java | 43 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()
|
D | CertificateVersion.java | 75 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()
|
D | CertificateValidity.java | 71 private void construct(DerValue derVal) throws IOException { in construct() method in CertificateValidity 128 construct(derVal); in CertificateValidity()
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | EqualsCompareTest.java | 121 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/ |
D | OldAndroidURITest.java | 26 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
|
D | SocketTimeoutTest.java | 60 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/ |
D | ArraysEqCmpTest.java | 176 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/ |
D | SerialNumber.java | 54 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in SerialNumber
|
D | CertificateVersion.java | 58 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateVersion
|
D | CertificateValidity.java | 55 private void construct(sun.security.util.DerValue derVal) throws java.io.IOException { in construct() method in CertificateValidity
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Direct-X-Buffer.java.template | 147 // 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/ |
D | plain.txt | 40 construct.
|