Searched refs:t1 (Results 126 - 150 of 1227) sorted by relevance

1234567891011>>

/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp8 void (*t1)() throw(int) = &f1<0>; variable
/external/clang/test/CodeGen/
H A Dvla-4.c6 void t1() { function
/external/clang/test/Sema/
H A Dattr-nodebug.c9 void t1() __attribute__((nodebug));
H A Dattr-returns-twice.c8 void t1() __attribute__((returns_twice));
H A Datomic-type.c6 _Atomic(int) t1;
7 _Atomic(int) *t2 = &t1;
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
H A Dmove.pass.cpp54 std::thread t1; local
55 t1 = std::move(t0);
56 assert(t1.get_id() == id);
58 t1.join();
H A Dcopy.fail.cpp48 std::thread t1; local
49 t1 = t0;
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s27 .globl t1 # @t1
29 t1: label
30 .quad (g3-t1)+4
/external/llvm/test/MC/Mips/
H A Dcprestore-warning-unused.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent 2>%t1
2 # RUN: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips32r5/
H A Dinvalid-mips32.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips32r2.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips32r3.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips64r5/
H A Dinvalid-mips64.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips64r2.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
H A Dinvalid-mips64r3.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
/external/python/cpython2/Demo/rpc/
H A DT.py7 global t0, t1
12 global t0, t1
14 t1 = u+cu, s+cs, time.time()
17 tt.append(t1[i] - t0[i])
/external/valgrind/none/tests/mips32/
H A Dmips32_dspr2.c80 "move $t1, %1 \n\t" \
82 instruction" $t0, $t1, $t2 \n\t" \
86 : "t0", "t1", "t2" \
205 "li $t1, 0 \n\t" \
209 "move $t1, %5 \n\t" \
210 instruction" $ac0, $t0, $t1 \n\t" \
215 : "t0", "t1" \
342 "move $t1, %3 \n\t" \
344 "mtlo $t1, $" ac " \n\t" \
349 : "t0", "t1" \
[all...]
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h4 typedef int t1; typedef in namespace:N1
16 typedef float t1; typedef in namespace:N2
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
H A Dop_equal.fail.cpp37 T1 t1(Duration1(3));
39 t1 == t2;
H A Dop_less.fail.cpp45 T1 t1(Duration1(3));
47 t1 < t2;
/external/valgrind/helgrind/tests/
H A Dhg06_readshared.c8 static void *t1(void *v) function
24 pthread_create(&a, NULL, t1, NULL);
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge.pass.cpp25 const T t1[] = {3, 5, 6, 7, 12, 13}; local
28 C c1(std::begin(t1), std::end(t1));
38 const T t1[] = {3, 5, 6, 7, 12, 13}; local
41 C c1(std::begin(t1), std::end(t1));
H A Dmerge_pred.pass.cpp26 const T t1[] = {13, 12, 7, 6, 5, 3}; local
29 C c1(std::begin(t1), std::end(t1));
39 const T t1[] = {13, 12, 7, 6, 5, 3}; local
42 C c1(std::begin(t1), std::end(t1));
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dfloating.pass.cpp39 std::size_t t1 = h(1); local
45 assert(t0 != t1);
50 assert(tp1 != t1);
55 assert(t1 != tn1);
56 assert(t1 != pinf);
57 assert(t1 != ninf);
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp30 TimePoint t1 = t0 - d; local
31 assert(t1 < t0);
40 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
41 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);
46 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
47 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);

Completed in 643 milliseconds

1234567891011>>