HomeSort by relevance Sort by last modified time
    Searched refs:ia2 (Results 1 - 6 of 6) 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);
120 InetAddress ia2 = InetAddress.getByName("127.0.0.1"); local
170 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
171 assertTrue(ia2.isMulticastAddress());
172 ia2 = InetAddress.getByName("localhost");
173 assertFalse(ia2.isMulticastAddress());
180 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
181 assertFalse(ia2.isAnyLocalAddress());
182 ia2 = InetAddress.getByName("localhost")
190 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
200 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
212 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
228 InetAddress ia2 = InetAddress.getByName("239.255.255.255"); local
259 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 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));
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonDecoder.cpp 67 CFX_Int32Array* ia2 = local
70 CBC_AutoPtr<CFX_Int32Array> errorMagnitudes(ia2);

Completed in 486 milliseconds