Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java785 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/
Dlinux_close.cpp135 int NET_ReadV(int s, const struct iovec * vector, int count) { in NET_ReadV()
150 int NET_WriteV(int s, const struct iovec * vector, int count) { in NET_WriteV()
DUNIXProcess_md.c487 initVectorFromBlock(const char**vector, const char* block, int count) in initVectorFromBlock()
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java158 Vector vector = new Vector(); in getValueNames() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest1.java1102 Vector<String> vector = new Vector<String>(1); in test_18_25_writeObject() local
/libcore/luni/src/main/java/android/system/
DOs.java372 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore()
/libcore/luni/src/main/java/libcore/io/
DOs.java127 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore()
DForwardingOs.java154 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore()
DLinux.java125 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1871 ScopedByteArrayRW vector(env, javaVector); in Linux_mincore() local