Searched refs:test1 (Results 201 - 225 of 731) sorted by relevance

1234567891011>>

/external/libcxx/test/std/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/std/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.cpp58 test1() function
92 test1<forward_iterator<std::unique_ptr<int>*> >();
93 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
94 test1<random_access_iterator<std::unique_ptr<int>*> >();
95 test1<std::unique_ptr<int>*>();
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_default.pass.cpp43 test1(const typename C::allocator_type& a) function
57 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
58 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
69 test1<std::vector<int, min_allocator<int> > >(min_allocator<int>{});
70 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp8.cpp23 void test1() { function in namespace:test0
37 namespace test1 { namespace
54 void test1() { function in namespace:test1
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp42 extern A test1;
43 extern decltype(a >= a) test1; member in namespace:bullet3
44 extern decltype(a >= b) test1; member in namespace:bullet3
/external/clang/test/CodeGen/
H A Dinline.c8 // CHECK1-LABEL: define i32 @test1
30 // CHECK2-LABEL: define i32 @test1
83 int test1();
84 __inline int test1() { return 4; } function
89 void test_test1() { test1(); }
H A Dppc64-align-struct.c5 struct test1 { int x; int y; }; struct
13 // CHECK: define void @test1(i32 signext %x, i64 %y.coerce)
14 void test1 (int x, struct test1 y) function
51 // CHECK: define void @test1va(%struct.test1* noalias sret %agg.result, i32 signext %x, ...)
55 // CHECK: bitcast i8* %[[CUR]] to %struct.test1*
56 struct test1 test1va (int x, ...)
58 struct test1 y;
61 y = va_arg (ap, struct test1);
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_default.pass.cpp39 test1(const typename C::allocator_type& a) function
51 test1<std::vector<bool, test_allocator<bool> > >(test_allocator<bool>(3));
56 test1<std::vector<bool, min_allocator<bool> > >(min_allocator<bool>());
/external/v8/test/webkit/
H A Ddictionary-no-cache.js34 var test1 = new Test();
36 for (var k in test1);
51 var test1 = new Test();
53 for (var k in test1);
72 var test1 = new Test();
73 update(test1);
/external/clang/test/CoverageMapping/
H A Dlabel.cpp25 // CHECK-NEXT: test1
26 void test1(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 function
63 test1(0);
/external/clang/test/SemaTemplate/
H A Dinstantiate-attr.cpp16 namespace test1 { namespace
25 int test1[__builtin_offsetof(type, a) == 0 ? 1 : -1]; member in namespace:test1
H A Dqualified-id.cpp12 namespace test1 { namespace
17 return test1::a;
/external/compiler-rt/test/asan/TestCases/
H A Datoi_strict.c3 // RUN: %run %t test1 2>&1
4 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test1 2>&1
5 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
17 void test1(char *array) { function
44 if (!strcmp(argv[1], "test1")) test1(array);
H A Datol_strict.c3 // RUN: %run %t test1 2>&1
4 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test1 2>&1
5 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
17 void test1(char *array) { function
44 if (!strcmp(argv[1], "test1")) test1(array);
H A Datoll_strict.c3 // RUN: %run %t test1 2>&1
4 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test1 2>&1
5 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
17 void test1(char *array) { function
44 if (!strcmp(argv[1], "test1")) test1(array);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_sseq.pass.cpp22 test1() function
53 test1();
H A Ddiscard.pass.cpp21 test1() function
50 test1();
H A Dio.pass.cpp32 test1() function
61 test1();
H A Dseed_sseq.pass.cpp21 test1() function
46 test1();
H A Dvalues.pass.cpp33 test1() function
58 test1();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_sseq.pass.cpp22 test1() function
53 test1();
H A Ddefault.pass.cpp21 test1() function
40 test1();
H A Dseed_result_type.pass.cpp21 test1() function
48 test1();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_sseq.pass.cpp24 test1() function
307 test1();

Completed in 468 milliseconds

1234567891011>>