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.c687 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf; in initLocalIfs() local
693 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7, in initLocalIfs()
703 staddr[7] = (unsigned char)u7; in initLocalIfs()
/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()