Searched refs:test1 (Results 176 - 200 of 696) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp8 add_pointer<int>::type test1(int * ptr) { return ptr; } function
/external/libcxx/test/strings/string.classes/
H A Dtypedefs.pass.cpp24 typedef std::string test1; typedef
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Darguments-scope.js41 function test1() { function
43 shouldBeOfType("test1", arguments, 'object');
70 test1();
/external/chromium_org/v8/test/webkit/
H A Dregexp-literals-arent-constants.js33 function test1() { function
41 test1();
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp10.cpp23 namespace test1 { namespace
32 using test1::foo;
H A Dp8.cpp23 void test1() { function in namespace:test0
37 namespace test1 { namespace
54 void test1() { function in namespace:test1
/external/clang/test/Sema/
H A Dbuiltins-arm.c16 void test1() { function
23 void test1() { function
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
H A Ddefault.pass.cpp21 test1() function
40 test1();
H A Dseed_result_type.pass.cpp21 test1() function
48 test1();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dassign.pass.cpp21 test1() function
38 test1();
H A Dcopy.pass.cpp21 test1() function
37 test1();
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_result_type.pass.cpp24 test1() function
243 test1();
H A Ddefault.pass.cpp24 test1() function
43 test1();
H A Dseed_result_type.pass.cpp23 test1() function
50 test1();
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
H A Ddefault.pass.cpp21 test1() function
40 test1();
H A Dseed_result_type.pass.cpp21 test1() function
48 test1();
/external/libcxx/test/re/re.results/re.results.state/
H A Dready.pass.cpp20 test1() function
41 test1();
/external/libcxx/test/utilities/utility/utility.swap/
H A Dswap.pass.cpp36 test1() function
51 test1();
/external/libcxx/test/algorithms/alg.modifying.operations/alg.move/
H A Dmove_backward.pass.cpp45 test1() function
76 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
77 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
78 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
80 test1<random_access_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
81 test1<random_access_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
82 test1<random_access_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
84 test1<std::unique_ptr<int>*, bidirectional_iterator<std::unique_ptr<int>*> >();
85 test1<std::unique_ptr<int>*, random_access_iterator<std::unique_ptr<int>*> >();
86 test1<st
[all...]
/external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
H A Dremove.pass.cpp46 test1() function
77 test1<forward_iterator<std::unique_ptr<int>*> >();
78 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
79 test1<random_access_iterator<std::unique_ptr<int>*> >();
80 test1<std::unique_ptr<int>*>();
H A Dremove_if.pass.cpp52 test1() function
86 test1<forward_iterator<std::unique_ptr<int>*> >();
87 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
88 test1<random_access_iterator<std::unique_ptr<int>*> >();
89 test1<std::unique_ptr<int>*>();
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_default.pass.cpp40 test1(const typename C::allocator_type& a) function
53 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
54 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
65 test1<std::vector<int, min_allocator<int> > >(min_allocator<int>{});
66 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >

Completed in 3043 milliseconds

1234567891011>>