Searched refs:t1 (Results 101 - 125 of 878) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Dassign_range.pass.cpp28 const T t1[] = {10, 11, 12, 13}; local
29 C c(std::begin(t1), std::end(t1));
41 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
42 C c(std::begin(t1), std::end(t1));
55 const T t1[] = {10, 11, 12, 13}; local
56 C c(std::begin(t1), std::end(t1));
68 const T t1[] local
[all...]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove_pair.pass.cpp44 T1 t1 = std::move(t0); local
45 assert(std::get<0>(t1) == 2);
46 assert(std::get<1>(t1)->id_ == 3);
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_range.pass.cpp22 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
24 const int size_t1 = std::end(t1) - std::begin(t1);
34 assert(*i == t1[n1]);
38 assert(*i == t1[n1]);
52 assert(*i == t1[n]);
57 assert(*i == t1[n]);
59 assert(*i == t1[n]);
61 assert(*i == t1[n]);
63 assert(*i == t1[
[all...]
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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP224K1FieldElement.java188 int[] t1 = x191;
189 SecP224K1Field.squareN(t1, 20, t1);
190 SecP224K1Field.multiply(t1, x19, t1);
191 SecP224K1Field.squareN(t1, 3, t1);
192 SecP224K1Field.multiply(t1, x1, t1);
193 SecP224K1Field.squareN(t1,
[all...]
/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-returns-twice.c8 void t1() __attribute__((returns_twice));
H A Datomic-type.c6 _Atomic(int) t1;
7 _Atomic(int) *t2 = &t1;
H A Dvector-cast.c3 typedef long long t1 __attribute__ ((vector_size (8))); typedef
9 t1 v1;
14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
15 v1 = (t1)v2; // expected-error {{invalid conversion between vector type \
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
19 v1 = (t1)(char *)10; // expected-error {{invalid conversion between vector \
20 type 't1' (vector of 1 'long long' value) and scalar type 'char *'}}
21 v1 = (t1)(long long)10;
22 v1 = (t1)(short)10; // expected-error {{invalid conversion between vector \
23 type 't1' (vecto
[all...]
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
H A Dmove.pass.cpp53 std::thread t1; local
54 t1 = std::move(t0);
55 assert(t1.get_id() == id);
57 t1.join();
H A Dcopy.fail.cpp48 std::thread t1; local
49 t1 = t0;
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dpairs.by.type.pass.cpp21 auto t1 = std::make_pair<int, cf> ( 42, { 1,2 } ); local
22 assert ( std::get<int>(t1) == 42 );
23 assert ( std::get<cf>(t1).real() == 1 );
24 assert ( std::get<cf>(t1).imag() == 2 );
/external/llvm/test/MC/Mips/
H A Dmips-expansions-bad.s1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2 # RUN: FileCheck %s < %t1
/external/skia/tests/
H A DTypefaceTest.cpp13 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(NULL, SkTypeface::kNormal));
16 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), t2.get()));
17 REPORTER_ASSERT(reporter, SkTypeface::Equal(0, t1.get()));
19 REPORTER_ASSERT(reporter, SkTypeface::Equal(t1.get(), 0));
/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/v8/test/mjsunit/regress/
H A Dpolymorphic-accessor-test-context.js7 function t1() { return this instanceof t1; } function
/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/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex.pass.cpp37 time_point t1; local
40 t1 = Clock::now();
42 ns d = t1 - t0 - ms(250);
49 time_point t1;
52 t1 = Clock::now();
54 ns d = t1 - t0;
/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/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5.s4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
9 suxc1 $f12,$k1($t1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled

Completed in 675 milliseconds

1234567891011>>