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

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 36 int ia1[] = {4, 1, 2, 3}; local
40 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
41 assert(std::is_permutation(ia, ia+sa, ia1));
random_shuffle.pass.cpp 26 int ia1[] = {1, 4, 3, 2}; local
30 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
31 assert(std::is_permutation(ia, ia+sa, ia1));
random_shuffle_urng.pass.cpp 25 int ia1[] = {2, 7, 1, 4, 3, 6, 5, 10, 9, 8}; local
30 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
31 assert(std::is_permutation(ia, ia+sa, ia1));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 36 int ia1[] = {4, 1, 2, 3}; local
40 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
41 assert(std::is_permutation(ia, ia+sa, ia1));
random_shuffle.pass.cpp 26 int ia1[] = {1, 4, 3, 2}; local
30 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
31 assert(std::is_permutation(ia, ia+sa, ia1));
random_shuffle_urng.pass.cpp 25 int ia1[] = {2, 7, 1, 4, 3, 6, 5, 10, 9, 8}; local
30 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
31 assert(std::is_permutation(ia, ia+sa, ia1));
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MessageFormatterTest.java 42 Integer[] ia1 = new Integer[] { new Integer(10), new Integer(20), new Integer(30) }; field in class:MessageFormatterTest
234 Integer[][] multiIntegerA = new Integer[][] { ia0, ia1 };
246 Object[][] multiOA = new Object[][] { ia0, ia1 };
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 50 InetAddress ia1 = InetAddress.getByName("ip6-localhost"); local
52 assertEquals(ia2, ia1);
  /external/dhcpcd-6.8.2/
ipv6.c 1461 struct ipv6_addr *ia1; local
1691 struct ipv6_addr *ia = arg, *ia1; local
    [all...]
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 50 ia1, err := os.Stat("a")
63 if !os.SameFile(ia1, ia2) {
75 if !os.SameFile(ia1, ia3) {
os_test.go     [all...]
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 50 ia1, err := os.Stat("a")
63 if !os.SameFile(ia1, ia2) {
75 if !os.SameFile(ia1, ia3) {
os_test.go     [all...]

Completed in 692 milliseconds