HomeSort by relevance Sort by last modified time
    Searched defs:test1 (Results 151 - 175 of 1197) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
assign.pass.cpp 21 test1() function
33 test1();
copy.pass.cpp 21 test1() function
31 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.lcong/
seed_result_type.pass.cpp 22 test1() function
36 test1<unsigned short>();
37 test1<unsigned int>();
38 test1<unsigned long>();
39 test1<unsigned long long>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
default.pass.cpp 24 test1() function
43 test1();
eval.pass.cpp 24 test1() function
43 test1();
result_type.pass.cpp 25 test1() function
42 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
default.pass.cpp 21 test1() function
40 test1();
eval.pass.cpp 21 test1() function
40 test1();
result_type.pass.cpp 23 test1() function
40 test1();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string_op+/
char_string.pass.cpp 34 void test1(typename S::value_type lhs, S&& rhs, const S& x) { function
50 test1('a', S(""), S("a"));
51 test1('a', S("12345"), S("a12345"));
52 test1('a', S("1234567890"), S("a1234567890"));
53 test1('a', S("12345678901234567890"), S("a12345678901234567890"));
64 test1('a', S(""), S("a"));
65 test1('a', S("12345"), S("a12345"));
66 test1('a', S("1234567890"), S("a1234567890"));
67 test1('a', S("12345678901234567890"), S("a12345678901234567890"));
pointer_string.pass.cpp 34 void test1(const typename S::value_type* lhs, S&& rhs, const S& x) { function
66 test1("", S(""), S(""));
67 test1("", S("12345"), S("12345"));
68 test1("", S("1234567890"), S("1234567890"));
69 test1("", S("12345678901234567890"), S("12345678901234567890"));
70 test1("abcde", S(""), S("abcde"));
71 test1("abcde", S("12345"), S("abcde12345"));
72 test1("abcde", S("1234567890"), S("abcde1234567890"));
73 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
74 test1("abcdefghij", S(""), S("abcdefghij"))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary.prop.query/
void_t.pass.cpp 21 void test1() function
53 test1<void>();
54 test1<int>();
55 test1<double>();
56 test1<int&>();
57 test1<Class>();
58 test1<Class[]>();
59 test1<Class[5]>();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
section5.s 2 .section .test1, "", %progbits
7 .section .test1, "aw", %nobits
8 test1: .long test1 label

Completed in 348 milliseconds

1 2 3 4 5 67 8 91011>>