Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java683 StructTimeval tv = StructTimeval.fromMillis(20); in checkSendToSocketAddress() local
816 StructTimeval tv = StructTimeval.fromMillis(4000); in test_recvfrom_concurrentShutdown() local
1111 StructTimeval tv = StructTimeval.fromMillis(timeoutValueMillis); in test_socket_setSockoptTimeval_effective() local
1138 StructTimeval tv = StructTimeval.fromMillis(500); in test_socket_setSockoptTimeval_fileFd() local
1146 StructTimeval tv = StructTimeval.fromMillis(500); in test_socket_setSockoptTimeval_badFd() local
1156 StructTimeval tv = StructTimeval.fromMillis(500); in test_socket_setSockoptTimeval_invalidLevel() local
1169 StructTimeval tv = StructTimeval.fromMillis(500); in test_socket_setSockoptTimeval_invalidOpt() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DMethodTest.java466 TypeVariable<Class<ExceptionTest<?>>> tv = in test_getGenericExceptionTypes() local
481 TypeVariable<Class<ExceptionTest<?>>> tv = in test_getGenericReturnType() local
/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java265 String tv = this.vart.get(); in equals() local
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c432 struct timeval tv[2]; in Java_java_io_UnixFileSystem_setLastModifiedTime0() local
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java449 StructTimeval tv = StructTimeval.fromMillis(millis); in setSocketOptionErrno() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java54 Vector tv = new Vector(100); in test_Constructor() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java533 TypeVariable [] tv = TempTestClass1.class.getTypeParameters(); in test_getTypeParameters() local
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp538 static jobject makeStructTimeval(JNIEnv* env, const struct timeval& tv) { in makeStructTimeval()
1509 struct timeval tv; in Linux_getsockoptTimeval() local