Searched refs:uf (Results 1 – 3 of 3) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | URLTest.java | 286 URL uf = new URL("file://www.yahoo.com"); in test_ConstructorLjava_net_URLLjava_lang_String() local 295 URL u1f = new URL(uf, "file.java"); in test_ConstructorLjava_net_URLLjava_lang_String() 328 uf = new URL("file://www.apache.org/testing/"); in test_ConstructorLjava_net_URLLjava_lang_String() 329 u1f = new URL(uf, "file.java"); in test_ConstructorLjava_net_URLLjava_lang_String() 337 uf = new URL("file:/testing/"); in test_ConstructorLjava_net_URLLjava_lang_String() 338 u1f = new URL(uf, "file.java"); in test_ConstructorLjava_net_URLLjava_lang_String() 346 uf = new URL("file:testing/"); in test_ConstructorLjava_net_URLLjava_lang_String() 347 u1f = new URL(uf, "file.java"); in test_ConstructorLjava_net_URLLjava_lang_String() 355 u1f = new URL(uf, "file:file.java"); in test_ConstructorLjava_net_URLLjava_lang_String() 362 u1f = new URL(uf, "file:"); in test_ConstructorLjava_net_URLLjava_lang_String() [all …]
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | SerializationTest.java | 129 HasUnserializableField uf = new HasUnserializableField(); in testSerializeUnserializableField() local 131 SerializationTester.serializeHex(uf); in testSerializeUnserializableField()
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 674 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf; 681 &u8,&u9,&ua,&ub,&uc,&ud,&ue,&uf, 698 staddr[15] = (unsigned char)uf;
|