Searched refs:done (Results 26 - 50 of 848) sorted by relevance

1234567891011>>

/external/libyuv/
H A Dsetup_env.bat4 if "%SETUP_ENV_LIBYUV_TOOLS%"=="done" goto :EOF
5 set SETUP_ENV_LIBYUV_TOOLS=done
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcChannel.java70 RpcCallback<Message> done);
66 callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done) argument
/external/v8/test/mjsunit/
H A Ddebug-step-2.js37 var done = false; variable
40 // Debug event listener which steps until the global variable done is true.
43 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext);
50 done = false;
58 done = true;
H A Ddebug-step-3.js37 var done = false; variable
41 // Debug event listener which steps until the global variable done is true.
44 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext);
51 done = false;
61 done = true;
/external/valgrind/main/drd/tests/
H A Dtc17_sembar.stderr.exp3 done, result is 88, should be 88
H A Dsigaltstack.stderr.exp6 done
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.stderr.exp3 done, result is 88, should be 88
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dmywc.c18 goto done;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod.c81 if (tG == NULL) { err = CRYPT_MEM; goto done; }
85 if ((err = mp_copy(G->x, tG->x)) != CRYPT_OK) { goto done; }
86 if ((err = mp_copy(G->y, tG->y)) != CRYPT_OK) { goto done; }
87 if ((err = mp_copy(G->z, tG->z)) != CRYPT_OK) { goto done; }
89 if ((err = mp_mulmod(G->x, mu, modulus, tG->x)) != CRYPT_OK) { goto done; }
90 if ((err = mp_mulmod(G->y, mu, modulus, tG->y)) != CRYPT_OK) { goto done; }
91 if ((err = mp_mulmod(G->z, mu, modulus, tG->z)) != CRYPT_OK) { goto done; }
98 if ((err = ltc_mp.ecc_ptdbl(tG, M[0], modulus, mp)) != CRYPT_OK) { goto done; }
99 if ((err = ltc_mp.ecc_ptdbl(M[0], M[0], modulus, mp)) != CRYPT_OK) { goto done; }
100 if ((err = ltc_mp.ecc_ptdbl(M[0], M[0], modulus, mp)) != CRYPT_OK) { goto done; }
[all...]
H A Decc_shared_secret.c71 if ((err = mp_read_radix(prime, (char *)private_key->dp->prime, 16)) != CRYPT_OK) { goto done; }
72 if ((err = ltc_mp.ecc_ptmul(private_key->k, &public_key->pubkey, result, prime, 1)) != CRYPT_OK) { goto done; }
78 goto done;
81 if ((err = mp_to_unsigned_bin(result->x, out + (x - mp_unsigned_bin_size(result->x)))) != CRYPT_OK) { goto done; }
85 done:
/external/quake/quake/src/WinQuake/
H A Dwq.bat18 goto done
22 goto done
26 goto done
30 goto done
34 goto done
38 goto done
42 :done label
/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.mm77 if (!done && gLayoutTestController->dumpEditingCallbacks())
84 if (!done && gLayoutTestController->dumpEditingCallbacks())
97 if (!done && gLayoutTestController->dumpEditingCallbacks())
110 if (!done && gLayoutTestController->dumpEditingCallbacks())
117 if (!done && gLayoutTestController->dumpEditingCallbacks())
138 if (!done && gLayoutTestController->dumpEditingCallbacks())
145 if (!done && gLayoutTestController->dumpEditingCallbacks())
152 if (!done && gLayoutTestController->dumpEditingCallbacks())
159 if (!done && gLayoutTestController->dumpEditingCallbacks())
165 if (!done
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc110 bool GetBackoffAndResetTest(base::WaitableEvent* done) { argument
115 done->TimedWait(timeout());
117 done->Reset();
132 void PostSignalTask(base::WaitableEvent* done) { argument
134 NewRunnableFunction(&SyncerThread2Test::SignalWaitableEvent, done));
137 void FlushLastTask(base::WaitableEvent* done) { argument
138 PostSignalTask(done);
139 done->TimedWait(timeout());
140 done->Reset();
204 base::WaitableEvent done(fals
[all...]
/external/dropbear/libtomcrypt/src/mac/f9/
H A Df9_memory.c54 goto done;
58 goto done;
62 done:
/external/dropbear/libtomcrypt/src/mac/xcbc/
H A Dxcbc_memory.c54 goto done;
58 goto done;
62 done:
/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_shared_secret.c56 goto done;
59 if ((err = mp_to_unsigned_bin(res, out + (x - mp_unsigned_bin_size(res)))) != CRYPT_OK) { goto done; }
63 done:
/external/iproute2/tc/
H A Dp_icmp.c41 goto done;
46 goto done;
50 done:
/external/kernel-headers/original/linux/
H A Dcompletion.h14 unsigned int done; member in struct:completion
41 x->done = 0;
55 #define INIT_COMPLETION(x) ((x).done = 0)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DDocumentStartUserScriptAlertCrash.cpp35 static bool done; member in namespace:TestWebKitAPI
43 done = true;
63 Util::run(&done);
/external/webp/src/dsp/
H A Dyuv.c25 static int done = 0; variable
33 if (done) {
47 done = 1;
/external/valgrind/unittest/
H A Dlibstdc++_tests.cc62 int done = 0; member in namespace:LibStdCPlusPlus_basic_string_Test
68 done++;
96 while (done != kNThreads)
126 int done = 0; member in namespace:LibStdCPlusPlus_shared_ptr_Test
132 done++;
159 while (done != kNThreads)
/external/valgrind/main/memcheck/tests/
H A Dsigaltstack.stderr.exp6 done
/external/openssh/openbsd-compat/
H A Dvis.c72 goto done;
76 goto done;
80 goto done;
84 goto done;
88 goto done;
92 goto done;
96 goto done;
100 goto done;
108 goto done;
117 goto done;
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp102 if (!done && gLayoutTestController->dumpEditingCallbacks())
109 if (!done && gLayoutTestController->dumpEditingCallbacks())
116 if (!done && gLayoutTestController->dumpEditingCallbacks()) {
125 if (!done && gLayoutTestController->dumpEditingCallbacks()) {
134 if (!done && gLayoutTestController->dumpEditingCallbacks())
147 if (!done && gLayoutTestController->dumpEditingCallbacks()) {
157 if (!done && gLayoutTestController->dumpEditingCallbacks()) {
167 if (!done && gLayoutTestController->dumpEditingCallbacks())
173 if (!done && gLayoutTestController->dumpEditingCallbacks())
179 if (!done
[all...]
/external/regex-re2/util/
H A Dpcre.cc162 if (&a0 == &no_more_args) goto done; args[n++] = &a0;
163 if (&a1 == &no_more_args) goto done; args[n++] = &a1;
164 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
165 if (&a3 == &no_more_args) goto done; args[n++] = &a3;
166 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
167 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
168 if (&a6 == &no_more_args) goto done; args[n++] = &a6;
169 if (&a7 == &no_more_args) goto done; args[n++] = &a7;
170 if (&a8 == &no_more_args) goto done; args[n++] = &a8;
171 if (&a9 == &no_more_args) goto done; arg
[all...]

Completed in 523 milliseconds

1234567891011>>