/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestTrustManager.java | 41 public static TrustManager[] wrap(TrustManager[] trustManagers) { in wrap() method in TestTrustManager 49 public static TrustManager wrap(TrustManager trustManager) { in wrap() method in TestTrustManager
|
D | TestKeyManager.java | 43 public static KeyManager[] wrap(KeyManager[] keyManagers) { in wrap() method in TestKeyManager 51 public static KeyManager wrap(KeyManager keyManager) { in wrap() method in TestKeyManager
|
/libcore/luni/src/main/java/javax/net/ssl/ |
D | SSLEngine.java | 990 public abstract SSLEngineResult wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst) in wrap() method in SSLEngine 1065 public SSLEngineResult wrap(ByteBuffer[] srcs, ByteBuffer dst) throws SSLException { in wrap() method in SSLEngine 1092 public SSLEngineResult wrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in wrap() method in SSLEngine
|
/libcore/luni/src/main/java/java/nio/ |
D | CharBuffer.java | 67 public static CharBuffer wrap(char[] array) { in wrap() method in CharBuffer 89 public static CharBuffer wrap(char[] array, int start, int charCount) { in wrap() method in CharBuffer 107 public static CharBuffer wrap(CharSequence chseq) { in wrap() method in CharBuffer 130 public static CharBuffer wrap(CharSequence cs, int start, int end) { in wrap() method in CharBuffer
|
D | IntBuffer.java | 62 public static IntBuffer wrap(int[] array) { in wrap() method in IntBuffer 84 public static IntBuffer wrap(int[] array, int start, int intCount) { in wrap() method in IntBuffer
|
D | FloatBuffer.java | 64 public static FloatBuffer wrap(float[] array) { in wrap() method in FloatBuffer 88 public static FloatBuffer wrap(float[] array, int start, int floatCount) { in wrap() method in FloatBuffer
|
D | ShortBuffer.java | 64 public static ShortBuffer wrap(short[] array) { in wrap() method in ShortBuffer 86 public static ShortBuffer wrap(short[] array, int start, int shortCount) { in wrap() method in ShortBuffer
|
D | DoubleBuffer.java | 65 public static DoubleBuffer wrap(double[] array) { in wrap() method in DoubleBuffer 87 public static DoubleBuffer wrap(double[] array, int start, int doubleCount) { in wrap() method in DoubleBuffer
|
D | LongBuffer.java | 64 public static LongBuffer wrap(long[] array) { in wrap() method in LongBuffer 86 public static LongBuffer wrap(long[] array, int start, int longCount) { in wrap() method in LongBuffer
|
D | ByteBuffer.java | 89 public static ByteBuffer wrap(byte[] array) { in wrap() method in ByteBuffer 111 public static ByteBuffer wrap(byte[] array, int start, int byteCount) { in wrap() method in ByteBuffer
|
/libcore/benchmarks/src/benchmarks/ |
D | DeepArrayOpsBenchmark.java | 129 public IntWrapper(int wrap) { in IntWrapper()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | MySSLContextSpi.java | 150 public SSLEngineResult wrap(ByteBuffer[] srcs, int offset, in wrap() method in MySSLContextSpi.tmpSSLEngine
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | MySSLContextSpi.java | 152 public SSLEngineResult wrap(ByteBuffer[] srcs, int offset, in wrap() method in MySSLContextSpi.tmpSSLEngine
|
/libcore/json/src/main/java/org/json/ |
D | JSONObject.java | 786 public static Object wrap(Object o) { in wrap() method in JSONObject
|
/libcore/luni/src/main/java/javax/crypto/ |
D | Cipher.java | 1672 public final byte[] wrap(Key key) throws IllegalBlockSizeException, in wrap() method in Cipher
|