Home
last modified time | relevance | path

Searched defs:ref1 (Results 1 – 3 of 3) sorted by relevance

/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DFileTest.java223 File ref1 = new File("/dir1/file1"); in test_ConstructorLjava_lang_StringLjava_lang_String_112270() local
256 File ref1 = new File("/dir1/file1"); in test_ConstructorLjava_io_FileLjava_lang_String_112270() local
/dalvik/vm/
DJni.c1521 static jboolean IsSameObject(JNIEnv* env, jobject ref1, jobject ref2) in IsSameObject()
DCheckJni.c1181 static jboolean Check_IsSameObject(JNIEnv* env, jobject ref1, jobject ref2) in Check_IsSameObject()