Home
last modified time | relevance | path

Searched refs:u7 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dnet_util_md.c674 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf;
680 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7,
690 staddr[7] = (unsigned char)u7;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java158 URL u7 = new URL("file:../../file.txt"); in test_ConstructorLjava_lang_String() local
159 assertTrue("u7 returns a wrong file: " + u7.getFile(), u7.getFile() in test_ConstructorLjava_lang_String()