HomeSort by relevance Sort by last modified time
    Searched refs:ia2 (Results 1 - 5 of 5) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 57 InetAddress ia2 = InetAddress.getByName("::1"); local
58 assertEquals(ia2, ia1);
126 InetAddress ia2 = InetAddress.getByName("127.0.0.1"); local
176 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
177 assertTrue(ia2.isMulticastAddress());
178 ia2 = InetAddress.getByName("localhost");
179 assertFalse(ia2.isMulticastAddress());
186 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
187 assertFalse(ia2.isAnyLocalAddress());
188 ia2 = InetAddress.getByName("localhost")
196 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
206 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
218 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
234 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
265 InetAddress ia2 = InetAddress.getByName("127.0.0.1"); local
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp 24 int ia2[] = {4, 1, 2, 3}; local
29 assert(std::equal(ia, ia+sa, ia2));
random_shuffle_urng.pass.cpp 24 int ia2[] = {1, 8, 3, 4, 6, 9, 5, 7, 2, 10}; local
30 assert(std::equal(ia, ia+sa, ia2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp 24 int ia2[] = {4, 1, 2, 3}; local
29 assert(std::equal(ia, ia+sa, ia2));
random_shuffle_urng.pass.cpp 24 int ia2[] = {1, 8, 3, 4, 6, 9, 5, 7, 2, 10}; local
30 assert(std::equal(ia, ia+sa, ia2));

Completed in 2249 milliseconds