/external/valgrind/main/none/tests/ppc32/ |
bug129390-ppc32.stdout.exp | 2 vmxcache: done
|
/external/valgrind/main/none/tests/ |
pth_mutexspeed.stdout.exp | 2 done 100000 lock--unlocks
|
/frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
Alarm.aidl | 22 int done();
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_init.c | 68 static int done = 0; local 69 if (done) 71 done = 1;
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ltc_ecc_map.c | 47 if ((err = mp_montgomery_reduce(P->z, modulus, mp)) != CRYPT_OK) { goto done; } 50 if ((err = mp_invmod(P->z, modulus, t1)) != CRYPT_OK) { goto done; } 53 if ((err = mp_sqr(t1, t2)) != CRYPT_OK) { goto done; } 54 if ((err = mp_mod(t2, modulus, t2)) != CRYPT_OK) { goto done; } 55 if ((err = mp_mul(t1, t2, t1)) != CRYPT_OK) { goto done; } 56 if ((err = mp_mod(t1, modulus, t1)) != CRYPT_OK) { goto done; } 59 if ((err = mp_mul(P->x, t2, P->x)) != CRYPT_OK) { goto done; } 60 if ((err = mp_montgomery_reduce(P->x, modulus, mp)) != CRYPT_OK) { goto done; } 61 if ((err = mp_mul(P->y, t1, P->y)) != CRYPT_OK) { goto done; } 62 if ((err = mp_montgomery_reduce(P->y, modulus, mp)) != CRYPT_OK) { goto done; } [all...] |
ltc_ecc_projective_add_point.c | 51 if ((err = mp_sub(modulus, Q->y, t1)) != CRYPT_OK) { goto done; } 60 if ((err = mp_copy(P->x, x)) != CRYPT_OK) { goto done; } 61 if ((err = mp_copy(P->y, y)) != CRYPT_OK) { goto done; } 62 if ((err = mp_copy(P->z, z)) != CRYPT_OK) { goto done; } 67 if ((err = mp_sqr(Q->z, t1)) != CRYPT_OK) { goto done; } 68 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; } 70 if ((err = mp_mul(t1, x, x)) != CRYPT_OK) { goto done; } 71 if ((err = mp_montgomery_reduce(x, modulus, mp)) != CRYPT_OK) { goto done; } 73 if ((err = mp_mul(Q->z, t1, t1)) != CRYPT_OK) { goto done; } 74 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; } [all...] |
ltc_ecc_projective_dbl_point.c | 49 if ((err = mp_copy(P->x, R->x)) != CRYPT_OK) { goto done; } 50 if ((err = mp_copy(P->y, R->y)) != CRYPT_OK) { goto done; } 51 if ((err = mp_copy(P->z, R->z)) != CRYPT_OK) { goto done; } 55 if ((err = mp_sqr(R->z, t1)) != CRYPT_OK) { goto done; } 56 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; } 58 if ((err = mp_mul(R->z, R->y, R->z)) != CRYPT_OK) { goto done; } 59 if ((err = mp_montgomery_reduce(R->z, modulus, mp)) != CRYPT_OK) { goto done; } 61 if ((err = mp_add(R->z, R->z, R->z)) != CRYPT_OK) { goto done; } 63 if ((err = mp_sub(R->z, modulus, R->z)) != CRYPT_OK) { goto done; } 67 if ((err = mp_sub(R->x, t1, t2)) != CRYPT_OK) { goto done; } [all...] |
ecc_test.c | 53 if ((err = mp_read_radix(modulus, (char *)ltc_ecc_sets[i].prime, 16)) != CRYPT_OK) { goto done; } 54 if ((err = mp_read_radix(order, (char *)ltc_ecc_sets[i].order, 16)) != CRYPT_OK) { goto done; } 57 if ((err = mp_prime_is_prime(modulus, 8, &primality)) != CRYPT_OK) { goto done; } 60 goto done; 64 if ((err = mp_prime_is_prime(order, 8, &primality)) != CRYPT_OK) { goto done; } 67 goto done; 70 if ((err = mp_read_radix(G->x, (char *)ltc_ecc_sets[i].Gx, 16)) != CRYPT_OK) { goto done; } 71 if ((err = mp_read_radix(G->y, (char *)ltc_ecc_sets[i].Gy, 16)) != CRYPT_OK) { goto done; } 75 if ((err = mp_add_d(order, 1, order)) != CRYPT_OK) { goto done; } 76 if ((err = ltc_mp.ecc_ptmul(order, G, GG, modulus, 1)) != CRYPT_OK) { goto done; } [all...] |
/external/openssl/crypto/ |
o_init.c | 68 static int done = 0; local 69 if (done) 71 done = 1;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
label3.cpp | 15 __label__ one, two, done; local 16 void *labs[] = { &&one, &&two, &&done }; 32 done: 33 printf ("done!\n");
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
label3.cpp | 15 __label__ one, two, done; local 16 void *labs[] = { &&one, &&two, &&done }; 32 done: 33 printf ("done!\n");
|
/external/chromium/chrome/browser/sync/glue/ |
password_model_worker.cc | 25 WaitableEvent done(false, false); 28 work, &done)); 29 done.Wait(); 33 WaitableEvent* done) { 35 done->Signal();
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller.h | 125 // downloaded and installed. |done| is invoked on the calling thread when 130 const CompletionCallback& done) = 0; 135 // values, because implementations of this method cannot change them. |done| 139 const CompletionCallback& done) = 0; 141 // Stops the daemon process. |done| is invoked on the calling thread when 143 virtual void Stop(const CompletionCallback& done) = 0; 169 // Queries current host configuration. The |done| is called 172 void GetConfig(const GetConfigCallback& done); 175 // downloaded and installed. |done| is called when the 184 const CompletionCallback& done); [all...] |
daemon_controller.cc | 40 void DaemonController::GetConfig(const GetConfigCallback& done) { 44 &DaemonController::InvokeConfigCallbackAndScheduleNext, this, done); 53 const CompletionCallback& done) { 57 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 65 const CompletionCallback& done) { 69 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 76 void DaemonController::Stop(const CompletionCallback& done) { 80 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 89 base::Closure done = base::Bind(&DaemonController::ScheduleNext, this); local 91 &DaemonController::DoSetWindow, this, window_handle, done); [all...] |
/external/libvpx/libvpx/vpx_ports/ |
vpx_once.h | 19 static int done; local 26 if(done) 52 if (!done) 55 done = 1; 61 * protected by checking if(done) above. 89 static int done; local 91 if(!done) 94 done = 1;
|
/external/chromium/base/threading/ |
thread_local_unittest.cc | 19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) 20 : tlp_(tlp), done_(done) { } 30 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 31 : ThreadLocalTesterBase(tlp, done), val_(NULL) { } 48 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 49 : ThreadLocalTesterBase(tlp, done), ptr_(NULL) { } 80 base::WaitableEvent done(true, false); 82 GetThreadLocal getter(&tlp, &done); 87 done.Reset(); 89 done.Wait() [all...] |
/external/chromium_org/base/threading/ |
thread_local_unittest.cc | 19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) 21 done_(done) { 32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 33 : ThreadLocalTesterBase(tlp, done), 52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 53 : ThreadLocalTesterBase(tlp, done), 86 base::WaitableEvent done(true, false); 88 GetThreadLocal getter(&tlp, &done); 93 done.Reset(); 95 done.Wait() [all...] |
/external/chromium_org/mojo/public/utility/ |
thread_local_unittest.cc | 20 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) 22 done_(done) { 33 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 34 : ThreadLocalTesterBase(tlp, done), 53 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 54 : ThreadLocalTesterBase(tlp, done), 87 base::WaitableEvent done(true, false); 89 GetThreadLocal getter(&tlp, &done); 94 done.Reset(); 96 done.Wait() [all...] |
/bionic/libc/arch-mips/bionic/ |
memcmp16.S | 40 beqz $a2,done /* 0 length string */ 41 beq $a0,$a1,done /* strings are identical */ 47 bne $t0,$t1,done 52 done: label
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/ |
main.c | 21 int done; local 40 done = 0; 41 while ( !done ) { 54 done = 1;
|