Searched defs:t2 (Results 26 - 50 of 529) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/libcxx/
H A Dstd_shared_ptr.cc10 std::thread t2; local
15 t2 = std::thread([thingy, &v2] { v2 = *thingy; });
19 t2.join();
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DGenericDoubleReferences.java22 final T t2; field in class:GenericDoubleReferences
26 @Inject GenericDoubleReferences(T t, Thing a, T t2, Thing a2) { argument
29 this.t2 = t2;
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge.pass.cpp26 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
29 C c2(std::begin(t2), std::end(t2));
39 const T t2[] = {0, 1, 2, 4, 8, 9, 10, 11, 14, 15}; local
42 C c2(std::begin(t2), std::end(t2));
H A Dmerge_pred.pass.cpp27 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
30 C c2(std::begin(t2), std::end(t2));
40 const T t2[] = {15, 14, 11, 10, 9, 8, 4, 2, 1, 0}; local
43 C c2(std::begin(t2), std::end(t2));
H A Dunique.pass.cpp26 const T t2[] = {0, 5, 0, 5}; local
28 C c2(std::begin(t2), std::end(t2));
36 const T t2[] = {0}; local
38 C c2(std::begin(t2), std::end(t2));
46 const T t2[] = {5}; local
48 C c2(std::begin(t2), std::end(t2));
64 const T t2[] local
75 const T t2[] = {0, 5, 0, 5}; local
85 const T t2[] = {0}; local
95 const T t2[] = {5}; local
113 const T t2[] = {5, 0}; local
[all...]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
H A Dmember_swap.pass.cpp28 const T t2[] = {10, 11, 12}; local
29 C c2(std::begin(t2), std::end(t2), A(1, 2));
73 const T t2[] = {10, 11, 12}; local
74 C c2(std::begin(t2), std::end(t2), A(1, 2));
107 const T t2[] = {10, 11, 12}; local
108 C c2(std::begin(t2), std::end(t2), A(2));
152 const T t2[] local
186 const T t2[] = {10, 11, 12}; local
231 const T t2[] = {10, 11, 12}; local
[all...]
H A Dnon_member_swap.pass.cpp29 const T t2[] = {10, 11, 12}; local
30 C c2(std::begin(t2), std::end(t2), A(1, 2));
74 const T t2[] = {10, 11, 12}; local
75 C c2(std::begin(t2), std::end(t2), A(1, 2));
108 const T t2[] = {10, 11, 12}; local
109 C c2(std::begin(t2), std::end(t2), A(2));
153 const T t2[] local
187 const T t2[] = {10, 11, 12}; local
232 const T t2[] = {10, 11, 12}; local
[all...]
/external/libcxx/test/std/language.support/support.rtti/type.info/
H A Dtype_info.pass.cpp24 const std::type_info& t2 = typeid(int); local
25 assert(t1 == t2);
28 assert(!t1.before(t2));
29 assert(strcmp(t1.name(), t2.name()) == 0);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
H A Dtypes.pass.cpp32 T2 t2 = std::try_to_lock; ((void)t2); local
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp26 T t2; local
27 ((void)t2);
/external/libcxx/test/std/utilities/meta/meta.help/
H A Dintegral_constant.pass.cpp49 std::true_type t2 = t1; local
50 assert(t2);
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
H A Dop_+.pass.cpp34 std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); local
35 assert(t2.time_since_epoch() == Duration2(3005));
36 t2 = Duration2(6) + t1;
37 assert(t2.time_since_epoch() == Duration2(3006));
42 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); local
43 static_assert(t2.time_since_epoch() == Duration2(3005), "");
/external/llvm/test/MC/Mips/
H A Dcpsetup.s51 t2: label
57 # ALL-LABEL: t2:
/external/ltp/testcases/open_posix_testsuite/include/
H A Dtimespec.h20 static long timespec_nsec_diff(struct timespec *t1, struct timespec *t2) argument
25 if (t2->tv_sec > t1->tv_sec) {
28 t1 = t2;
29 t2 = tmp;
32 sec_diff = t1->tv_sec - t2->tv_sec;
33 nsec_diff = t1->tv_nsec - t2->tv_nsec;
/external/testng/src/test/java/test/invokedmethodlistener/
H A DSample.java19 public void t2() { method in class:Sample
/external/valgrind/helgrind/tests/
H A Dhg06_readshared.c13 static void *t2(void *v) function
25 pthread_create(&b, NULL, t2, NULL);
/external/valgrind/none/tests/mips64/
H A Dcvm_bbit.c7 int t2 = 0; local
29 : "=r" (t2)
34 printf("TEST bbit1: %s\n", t2 == 0xF7 ? "PASS" : "FAIL");
/external/clang/test/CodeGen/
H A Darm-asm-warn.c23 int64x2x4_t t2(const long long a[]) { function
H A Darm-vector-align.c24 void t2(char *addr) { function
25 // CHECK: @t2
H A Dms-inline-asm.c11 void t2() { function
12 // CHECK: @t2
/external/clang/test/CodeGenCXX/
H A Dlambda-expressions-nested-linkage.cpp27 T t2 = ([](int a) { return [](int b) { return b; };})(T{})(T{}); member in struct:lambdas_in_NSDMIs_template_class::L
H A Dpredefined-expr-sizeof.cpp23 TemplateClass<double> t2; local
24 t2.templateClassFunction();
/external/clang/test/CoverageMapping/
H A Dnestedclass.cpp24 Test::Test2 t2; local
26 t2.emitTest2();
/external/clang/test/Index/
H A Dcomplete-documentation.cpp33 T2 t2; local
34 t2.T4;
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h8 typedef int t2; typedef in namespace:N1

Completed in 692 milliseconds

1234567891011>>