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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 51 InetAddress ia2 = InetAddress.getByName("::1"); local
52 assertEquals(ia2, ia1);
153 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
154 assertTrue(ia2.isMulticastAddress());
155 ia2 = InetAddress.getByName("localhost");
156 assertFalse(ia2.isMulticastAddress());
163 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
164 assertFalse(ia2.isAnyLocalAddress());
165 ia2 = InetAddress.getByName("localhost");
166 assertFalse(ia2.isAnyLocalAddress())
173 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
183 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
195 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
211 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
242 InetAddress ia2 = InetAddress.getByName("127.0.0.1"); local
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp 27 int ia2[] = {4, 1, 2, 3}; local
33 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
34 assert(std::is_permutation(ia, ia+sa, ia2));
random_shuffle_urng.pass.cpp 26 int ia2[] = {1, 8, 3, 4, 6, 9, 5, 7, 2, 10}; local
33 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
34 assert(std::is_permutation(ia, ia+sa, ia2));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp 27 int ia2[] = {4, 1, 2, 3}; local
33 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
34 assert(std::is_permutation(ia, ia+sa, ia2));
random_shuffle_urng.pass.cpp 26 int ia2[] = {1, 8, 3, 4, 6, 9, 5, 7, 2, 10}; local
33 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
34 assert(std::is_permutation(ia, ia+sa, ia2));
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 59 ia2, err := os.Stat(path)
63 if !os.SameFile(ia1, ia2) {
os_test.go     [all...]
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 59 ia2, err := os.Stat(path)
63 if !os.SameFile(ia1, ia2) {
os_test.go     [all...]

Completed in 121 milliseconds