Searched defs:construct (Results  1 – 10 of 10) sorted by relevance
| /libcore/ojluni/src/test/java/nio/Buffer/ | 
| D | EqualsCompareTest.java | 119         T construct(int length) {  in construct()  method in EqualsCompareTest.BufferType123         abstract T construct(int length, ByteOrder bo);  in construct()  method in EqualsCompareTest.BufferType
 210             ByteBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Bytes
 235             CharBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Chars
 271             ShortBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Shorts
 301             IntBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Ints
 328             FloatBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Floats
 372             LongBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Longs
 402             DoubleBuffer construct(int length, ByteOrder bo) {  in construct()  method in EqualsCompareTest.BufferType.Doubles
 
 | 
| /libcore/luni/src/test/java/libcore/java/net/ | 
| D | OldAndroidURITest.java | 30     private static void construct(String str, String host, String path, boolean absolute)  in construct()  method in OldAndroidURITest
 | 
| D | SocketTimeoutTest.java | 59     private static <T extends Closeable> void checkOperationTimesOut(SocketConstructor<T> construct,  in checkOperationTimesOut()
 | 
| /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 | CertificateValidity.java | 55     private void construct(sun.security.util.DerValue derVal) throws java.io.IOException {  in construct()  method in CertificateValidity
 | 
| D | CertificateVersion.java | 58     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/ | 
| D | SerialNumber.java | 43     private void construct(DerValue derVal) throws IOException {  in construct()  method in SerialNumber
 | 
| D | CertificateVersion.java | 75     private void construct(DerValue derVal) throws IOException {  in construct()  method in CertificateVersion
 | 
| D | CertificateValidity.java | 71     private void construct(DerValue derVal) throws IOException {  in construct()  method in CertificateValidity
 | 
| /libcore/ojluni/src/test/java/util/Arrays/ | 
| D | ArraysEqCmpTest.java | 174         Object construct(int length) {  in construct()  method in ArraysEqCmpTest.ArrayType
 |