HomeSort by relevance Sort by last modified time
    Searched defs:t1 (Results 176 - 200 of 793) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait_for.pass.cpp 59 Clock::time_point t1 = Clock::now(); local
61 assert(t1-t0 < ms(50));
75 Clock::time_point t1 = Clock::now(); local
77 assert(t1-t0 < ms(50));
91 Clock::time_point t1 = Clock::now(); local
93 assert(t1-t0 < ms(50));
wait_until.pass.cpp 59 Clock::time_point t1 = Clock::now(); local
61 assert(t1-t0 < ms(5));
75 Clock::time_point t1 = Clock::now(); local
77 assert(t1-t0 < ms(5));
91 Clock::time_point t1 = Clock::now(); local
93 assert(t1-t0 < ms(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp 45 Clock::time_point t1 = Clock::now(); local
48 assert(t1 - t0 < milliseconds(250));
53 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
wait_for_pred.pass.cpp 53 Clock::time_point t1 = Clock::now(); local
56 assert(t1 - t0 < milliseconds(250));
61 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp 48 Clock::time_point t1 = Clock::now(); local
51 assert(t1 - t0 < milliseconds(250));
56 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
mutex.fail.cpp 32 time_point t1; local
35 t1 = Clock::now();
37 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 48 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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
move.pass.cpp 66 std::thread t1; local
67 t1 = std::move(t0);
68 assert(t1.get_id() == id);
70 t1.join();
77 std::thread t1; local
78 t0 = std::move(t1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
get_id.pass.cpp 48 std::thread t1; local
49 std::thread::id id1 = t1.get_id();
51 assert(t1.get_id() == std::thread::id());
swap.pass.cpp 48 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();
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 123 DecodeThread t1 = new DecodeThread(); local
125 mBitmapManager.allowThreadDecoding(t1);
127 t1.start();
131 t1.join();
135 assertTrue(mBitmapManager.canThreadDecoding(t1));
136 assertNotNull(t1.getBitmap());
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 36 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1)
45 needs.t[1] = t1;
75 uint32_t t1; local
76 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
77 ggl_test_codegen(n, p, t0, t1);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 34 final T_monitor_enter_1 t1 = new T_monitor_enter_1(); local
35 Runnable r1 = new TestRunnable(t1);
36 Runnable r2 = new TestRunnable(t1);
44 assertEquals(2, t1.counter);
54 final T_monitor_enter_2 t1 = new T_monitor_enter_2(); local
55 Runnable r1 = new TestRunnable2(t1, 10);
56 Runnable r2 = new TestRunnable2(t1, 20);
64 assertTrue(t1.result);
149 private T_monitor_enter_1 t1; field in class:TestRunnable
150 TestRunnable(T_monitor_enter_1 t1) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 75 Thread t1 = new Thread("t1") { local
88 t1.start();
90 StackTraceElement[] traces = t1.getStackTrace();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
UnitBezier.h 70 double t1; local
89 t1 = 1.0;
92 while (t0 < t1) {
99 t1 = t2;
100 t2 = (t1 - t0) * .5 + t0;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
140 t1 = *(ap++);
141 t2 = (t1+1) & BN_MASK2;
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
198 t1= *(ap++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
qud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
117 t1=z1;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
  /external/clang/test/Analysis/
free.c 5 void t1 () { function
  /external/clang/test/CodeGen/
ms-inline-asm.cpp 16 void t1() { function
ms_struct-bitfield-init.c 14 } ATTR t1 = {'a', 'b'}; variable in typeref:struct:__anon18315
46 if (sizeof(t1) != 2)
48 if (t1.foo != 'a')
50 if (t1.bar != 'b')
52 t1.foo = 'c';
53 t1.bar = 'd';
54 if (t1.foo != 'c')
56 if (t1.bar != 'd')
  /external/clang/test/CodeGenCXX/
member-functions.cpp 71 T t1, t2; local
74 T result = t1 + t2;
  /external/clang/test/SemaCXX/
vtable-instantiation.cc 4 template<class T1> struct C1 {
6 T1 t1 = 3; // expected-error {{cannot initialize a variable}} local
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 26 ScopedThread t1, t2; local
28 t1.Write1(l1);
33 ScopedThread t1, t2; local
35 t1.Write1(l);
40 ScopedThread t1, t2; local
42 t1.Read1(l);
47 ScopedThread t1, t2; local
49 t1.Write1(l);
54 ScopedThread t1, t2; local
56 t1.Read1(l)
62 ScopedThread t1, t2; local
74 ScopedThread t1, t2; local
93 ScopedThread t1, t2; local
108 ScopedThread t1, t2; local
142 ScopedThread t1, t2; local
156 ScopedThread t1, t2; local
181 ScopedThread t1, t2; local
190 ScopedThread t1, t2; local
209 ScopedThread t1; local
228 ScopedThread t1; local
    [all...]
tsan_mutex.cc 100 ScopedThread t1, t2; local
102 t1.Lock(m);
103 t1.Write1(l);
104 t1.Unlock(m);
116 ScopedThread t1, t2; local
118 t1.Lock(m);
119 t1.Write1(l);
120 t1.Unlock(m);
132 ScopedThread t1, t2, t3; local
134 t1.Lock(m)
157 ScopedThread t1, t2; local
183 ScopedThread t1; local
206 ScopedThread t1; local
    [all...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; local
70 t1 =
85 s0 = t0; s1 = t1; s2 = t2; s3 = t3;

Completed in 587 milliseconds

1 2 3 4 5 6 78 91011>>