Searched defs:vector (Results 1 – 11 of 11) sorted by relevance
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | VectorTest.java | 785 Vector vector = new Vector(); in test_lastElement() local 1406 Vector<Integer> vector = new Vector<Integer>(); in test_forEach() local 1419 Vector<Integer> vector = new Vector<>(); in test_forEach_NPE() local 1427 Vector<Integer> vector = new Vector<>(); in test_forEach_CME() local 1523 Vector<String> vector = new Vector<>(); in testRemoveAllDuringIteration() local
|
| /libcore/ojluni/src/main/native/ |
| D | linux_close.cpp | 128 int NET_ReadV(int s, const struct iovec * vector, int count) { in NET_ReadV() 143 int NET_WriteV(int s, const struct iovec * vector, int count) { in NET_WriteV()
|
| D | UNIXProcess_md.c | 470 initVectorFromBlock(const char**vector, const char* block, int count) in initVectorFromBlock()
|
| /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
| D | mySSLSession.java | 158 Vector vector = new Vector(); in getValueNames() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| D | SerializationStressTest1.java | 1102 Vector<String> vector = new Vector<String>(1); in test_18_25_writeObject() local
|
| /libcore/luni/src/test/java/libcore/javax/crypto/ |
| D | CipherTest.java | 3781 private static void addRsaOaepTest(String digest, MGF1ParameterSpec mgf1Spec, byte[] vector) { in addRsaOaepTest() 3785 …private static void addRsaOaepTest(String digest, MGF1ParameterSpec mgf1Spec, byte[] vector, byte[… in addRsaOaepTest()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Os.java | 113 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore()
|
| D | ForwardingOs.java | 127 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore()
|
| D | Linux.java | 118 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 314 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1690 ScopedByteArrayRW vector(env, javaVector); in Linux_mincore() local
|