Searched refs:t1 (Results 76 - 100 of 1138) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dattr-naked.c9 void t1() __attribute__((naked));
H A Dattr-nodebug.c9 void t1() __attribute__((nodebug));
/external/eigen/test/
H A Dzerosized.cpp27 MatrixType t1; local
31 zeroReduction(t1);
33 VERIFY(t1.rows() == 0);
35 VERIFY(t1.cols() == 0);
45 VERIFY(t1==t2);
52 VectorType t1; local
56 zeroReduction(t1);
57 VERIFY(t1.size() == 0);
62 VERIFY(t1==t2);
/external/libcxx/test/utilities/time/time.clock/time.clock.hires/
H A Dnow.pass.cpp21 C::time_point t1 = C::now(); local
/external/libcxx/test/utilities/time/time.clock/time.clock.system/
H A Dnow.pass.cpp21 C::time_point t1 = C::now(); local
H A Dto_time_t.pass.cpp22 std::time_t t1 = C::to_time_t(C::now()); local
/external/libcxx/test/utilities/time/time.point/time.point.cons/
H A Dconvert.pass.cpp27 std::chrono::time_point<Clock, Duration1> t1 = t2; local
28 assert(t1.time_since_epoch() == Duration1(3000));
33 constexpr std::chrono::time_point<Clock, Duration1> t1 = t2; local
34 static_assert(t1.time_since_epoch() == Duration1(3000), "");
/external/libcxx/test/utilities/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
28 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);
33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
34 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);
H A Dop_-time_point.pass.cpp27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
29 assert((t1 - t2) == Duration2(2995));
33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
35 static_assert((t1 - t2) == Duration2(2995), "");
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove_pair.pass.cpp43 T1 t1; local
44 t1 = std::move(t0);
45 assert(std::get<0>(t1) == 2);
46 assert(std::get<1>(t1)->id_ == 3);
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_const_pair.pass.cpp31 T1 t1(std::allocator_arg, A1<int>(5), t0);
32 assert(std::get<0>(t1) == 2);
33 assert(std::get<1>(t1) == 3);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
42 assert(std::get<0>(t1) == 2);
43 assert(std::get<1>(t1) == 3);
51 T1 t1(std::allocator_arg, A1<int>(5), t0);
54 assert(std::get<0>(t1) == 2);
55 assert(std::get<1>(t1) == 3);
H A Dalloc_convert_move.pass.cpp48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
50 assert(std::get<0>(t1) == 2);
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
57 assert(std::get<0>(t1)->id_ == 3);
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
66 assert(std::get<0>(t1) == 2);
67 assert(std::get<1>(t1)->id_ == 3);
75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
78 assert(std::get<0>(t1) == 1);
79 assert(std::get<1>(t1)
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dasync_slice_group_track_test.js21 var t1 = new Thread(p1, 1);
23 g.push(newAsyncSlice(0, 1, t1, t1));
41 var t1 = new Thread(p1, 1);
43 g.push(newAsyncSlice(0, 1, t1, t1));
44 g.push(newAsyncSlice(1, 1, t1, t1));
57 var t1 = new Thread(p1, 1);
60 g.push(newAsyncSlice(0, 1, t1, t
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dcvm_ins.stdout.exp1 exts $t1, $t2, 1, 7 :: rt 0x0 rs 0x0, p 0x00000001, lenm1 0x00000007
2 exts $t1, $t2, 1, 7 :: rt 0x6e rs 0x130476dc, p 0x00000001, lenm1 0x00000007
3 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffdc rs 0x2608edb8, p 0x00000001, lenm1 0x00000007
4 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb2 rs 0x350c9b64, p 0x00000001, lenm1 0x00000007
5 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb8 rs 0x4c11db70, p 0x00000001, lenm1 0x00000007
6 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffd6 rs 0x5f15adac, p 0x00000001, lenm1 0x00000007
7 exts $t1, $t2, 1, 7 :: rt 0x64 rs 0x6a1936c8, p 0x00000001, lenm1 0x00000007
8 exts $t1, $t2, 1, 7 :: rt 0xa rs 0x791d4014, p 0x00000001, lenm1 0x00000007
9 exts $t1, $t2, 1, 7 :: rt 0x70 rs 0x9823b6e0, p 0x00000001, lenm1 0x00000007
10 exts $t1,
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuarticRoot.h1 int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr-sizeof.cpp21 TemplateClass<int> t1; local
22 t1.templateClassFunction();
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type1.fail.cpp20 auto t1 = std::make_tuple<int, std::string> ( 42, "Hi" ); local
21 assert ( std::get<cf>(t1) == cf {1,2} ); // no such type
/external/sepolicy/
H A Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
27 (l1 dom l2 or t1 == mlstrustedsubject);
31 (l1 domby l2 or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
45 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
65 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
68 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
73 (l1 domby l2 or t1
[all...]
/external/skia/experimental/Intersection/
H A DQuarticRoot.h1 int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
/external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
H A Dswap.pass.cpp48 std::thread t1; local
49 std::thread::id id1 = t1.get_id();
50 swap(t0, t1);
52 assert(t1.get_id() == id0);
53 t1.join();
/external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Dswap.pass.cpp48 std::thread t1; local
49 std::thread::id id1 = t1.get_id();
50 t0.swap(t1);
52 assert(t1.get_id() == id0);
53 t1.join();
/external/qemu/include/exec/
H A Ddef-helper.h120 #define DEF_HELPER_1(name, ret, t1) \
121 DEF_HELPER_FLAGS_1(name, 0, ret, t1)
122 #define DEF_HELPER_2(name, ret, t1, t2) \
123 DEF_HELPER_FLAGS_2(name, 0, ret, t1, t2)
124 #define DEF_HELPER_3(name, ret, t1, t2, t3) \
125 DEF_HELPER_FLAGS_3(name, 0, ret, t1, t2, t3)
126 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \
127 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
128 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \
129 DEF_HELPER_FLAGS_5(name, 0, ret, t1, t
[all...]
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A Dassign_copy.pass.cpp28 const T t1[] = {10, 11, 12, 13}; local
30 C c1(std::begin(t1), std::end(t1), A(10));
40 const T t1[] = {10, 11, 12, 13}; local
42 C c1(std::begin(t1), std::end(t1), A(11));
52 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
54 C c1(std::begin(t1), std::end(t1), A(10));
64 const T t1[] local
77 const T t1[] = {10, 11, 12, 13}; local
89 const T t1[] = {10, 11, 12, 13}; local
101 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
113 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
126 const T t1[] = {10, 11, 12, 13}; local
138 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
[all...]
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtuple_cat.pass.cpp30 std::tuple<> t1; local
31 std::tuple<> t2 = std::tuple_cat(t1);
40 std::tuple<int> t1(1);
41 std::tuple<int> t = std::tuple_cat(t1);
50 constexpr std::tuple<> t1; local
51 constexpr std::tuple<> t2 = std::tuple_cat(t1);
60 constexpr std::tuple<int> t1(1);
61 constexpr std::tuple<int> t = std::tuple_cat(t1);
65 constexpr std::tuple<int> t1(1);
66 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t
90 std::tuple<> t1; local
95 std::tuple<> t1; local
101 std::tuple<> t1; local
107 std::tuple<int*> t1; local
114 std::tuple<int*> t1; local
121 std::tuple<int*> t1; local
129 std::tuple<int*> t1; local
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl29 $t1="r1";
45 ldr $t1,[$t0]
51 add $t2,$t1 @ E+=X[i]
62 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D)
69 mov $t1,$c
70 eor $t1,$d
71 and $t1,$b
72 eor $t1,$d @ F_00_19(B,C,D)
80 mov $t1,$b
81 eor $t1,
[all...]

Completed in 4644 milliseconds

1234567891011>>