Searched defs:vector (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dlinux_close.cpp128 int NET_ReadV(int s, const struct iovec * vector, int count) { argument
129 BLOCKING_IO_RETURN_INT( s, readv(s, vector, count) );
143 int NET_WriteV(int s, const struct iovec * vector, int count) { argument
144 BLOCKING_IO_RETURN_INT( s, writev(s, vector, count) );
/libcore/luni/src/main/java/android/system/
H A DOs.java314 public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Libcore.os.mincore(address, byteCount, vector); } argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java127 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincore(address, byteCount, vector); } argument
H A DLinux.java118 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; argument
H A DOs.java113 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; argument
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java2179 * This vector is simply "Android.\n" which is too short.
2187 * This vector is simply "Android.\n" padded with zeros.
3243 * Test vector generation:
3253 * Test vector generation:
3264 * Test vector generation:
3272 * Test vector generation:
3282 * Test vector generation:
3319 * Test vector generation:
3330 * Test vector generation: take DES_Plaintext1 and PKCS #5 pad it manually (it's not hard).
3339 * Test vector generatio
3781 addRsaOaepTest(String digest, MGF1ParameterSpec mgf1Spec, byte[] vector) argument
3785 addRsaOaepTest(String digest, MGF1ParameterSpec mgf1Spec, byte[] vector, byte[] label) argument
[all...]

Completed in 200 milliseconds