Searched refs:test1 (Results 126 - 150 of 731) sorted by relevance

1234567891011>>

/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dvalues.pass.cpp28 test1() function
45 test1();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_sseq.pass.cpp22 test1() function
78 test1();
H A Ddiscard.pass.cpp21 test1() function
36 test1();
H A Dio.pass.cpp32 test1() function
47 test1();
H A Dseed_result_type.pass.cpp21 test1() function
35 test1();
H A Dseed_sseq.pass.cpp21 test1() function
34 test1();
H A Dvalues.pass.cpp32 test1() function
43 test1();
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dassign.pass.cpp21 test1() function
34 test1();
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dassign.pass.cpp21 test1() function
35 test1();
H A Dcopy.pass.cpp21 test1() function
33 test1();
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dassign.pass.cpp21 test1() function
35 test1();
H A Dcopy.pass.cpp21 test1() function
33 test1();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Deval.pass.cpp24 test1() function
43 test1();
H A Dresult_type.pass.cpp25 test1() function
42 test1();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Deval.pass.cpp21 test1() function
40 test1();
H A Dresult_type.pass.cpp23 test1() function
40 test1();
/external/libcxxabi/test/
H A Dcatch_member_data_pointer_01.pass.cpp21 void test1() function
55 test1();
H A Dcatch_member_function_pointer_01.pass.cpp21 void test1() function
55 test1();
/external/v8/test/mjsunit/regress/
H A Dregress-1531.js40 function test1(x, y, z) { function
49 assertEquals(void 0, test1(0));
/external/v8/test/webkit/
H A Dnested-functions.js37 function test1() { return this; }
47 passed1 = test1() === this;
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dsubstr.pass.cpp23 void test1 ( std::experimental::basic_string_view<CharT> sv, size_t n, size_t pos ) { function
41 test1(sv1, 0, 0);
42 test1(sv1, 1, 0);
43 test1(sv1, 20, 0);
44 test1(sv1, sv1.size(), 0);
46 test1(sv1, 0, 3);
47 test1(sv1, 2, 3);
48 test1(sv1, 100, 3);
50 test1(sv1, 0, string_view_t::npos);
51 test1(sv
[all...]
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_pred.pass.cpp28 int test1 = 0; variable
44 test1 = 1;
54 assert(test1 == 0);
55 while (test1 == 0)
57 assert(test1 != 0);
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_pred.pass.cpp32 int test1 = 0; variable
48 test1 = 1;
58 assert(test1 == 0);
59 while (test1 == 0)
61 assert(test1 != 0);
/external/llvm/unittests/Support/
H A DManagedStatic.cpp24 namespace test1 { namespace in namespace:__anon11306
47 void *p1 = test1::allocate_stack(a1);
48 void *p2 = test1::allocate_stack(a2);
51 pthread_create(&t1, &a1, test1::helper, nullptr);
52 pthread_create(&t2, &a2, test1::helper, nullptr);
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dmove.pass.cpp45 test1() function
99 test1<input_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
100 test1<input_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
101 test1<input_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
102 test1<input_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
103 test1<input_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
104 test1<input_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
106 test1<forward_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
107 test1<forward_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
108 test1<forward_iterato
[all...]

Completed in 383 milliseconds

1234567891011>>