Searched refs:done (Results 176 - 200 of 1555) sorted by relevance

1234567891011>>

/external/smack/src/org/xbill/DNS/
H A DLookup.java45 private boolean done; field in class:Lookup
186 done = false;
396 done = true;
421 done = true;
427 done = true;
432 done = true;
443 done = true;
460 if (done || doneCurrent)
528 if (done)
537 if (done)
[all...]
H A DExtendedResolver.java25 boolean done; field in class:ExtendedResolver.Resolution
71 done = true;
86 * we're done. Otherwise, we'll get an exception
100 * asynchronously or will set the 'done' flag.
109 while (!done) {
148 if (done)
151 done = true;
170 if (done)
207 if (done)
211 if (done)
[all...]
/external/svox/pico/lib/
H A Dpicobase.c1070 * @param done : boolean indicating the completion of the operation (FALSE: conversion not done)
1073 static picobase_utf32 picobase_utf8_to_utf32 (picoos_uint8 utf8[], picoos_uint8 * done) argument
1075 (*done) = TRUE;
1087 (*done) = FALSE;
1092 static picoos_int32 picobase_utf32_to_utf8 (picobase_utf32 utf32, picobase_utf8 utf8[], picoos_int32 utf8MaxLen, picoos_uint8 * done) argument
1096 (*done) = TRUE;
1123 (*done) = FALSE;
1131 (*done) = FALSE;
1137 extern picoos_int32 picobase_lowercase_utf8_str (picoos_uchar utf8str[], picoos_char lowercase[], int lowercaseMaxLen, picoos_uint8 * done) argument
1168 picobase_uppercase_utf8_str(picoos_uchar utf8str[], picoos_char uppercase[], int uppercaseMaxLen, picoos_uint8 * done) argument
1204 picoos_bool done; local
1223 picoos_bool done; local
[all...]
H A Dpicotok.c371 picoos_bool done; local
380 done = TRUE;
382 done = FALSE;
386 done = FALSE;
389 if (!done) {
406 static void tok_getDur (picoos_uchar durStr[], picoos_uint32 * dur, picoos_bool * done) argument
423 (*done) = TRUE;
426 (*done) = TRUE;
429 (*done) = FALSE;
675 picoos_bool done; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslplatf.c272 goto done;
281 goto done;
286 goto done; /* error code was set. */
295 goto done;
317 done:
390 goto done;
396 goto done;
401 goto done;
405 goto done;
409 goto done;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport_unittest.cc72 bool done() const { return done_; } function in class:StunPortTest
179 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
191 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
200 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
210 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
221 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
234 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
245 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
264 EXPECT_TRUE_WAIT(done(), kTimeoutMs);
277 EXPECT_TRUE_WAIT(done(), kTimeoutM
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Diteration-semantics.js51 var ret = { value: this.n, done: this.n == max };
193 results([{ done: false },
194 { value: 1, done: false },
195 // A missing "done" is the same as undefined, which
198 // Not done.
199 { value: 3, done: 0 },
201 { value: 4, done: 42 }])));
205 results([10, "foo", /qux/, { value: 37, done: true }])));
209 results([one_time_getter({ value: 1 }, 'done', false),
210 one_time_getter({ done
[all...]
H A Dgenerators-debug-liveedit.js14 function assertIteratorResult(value, done, result) {
15 assertEquals({value: value, done: done}, result);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-messaging.c98 int ret, done = 0; local
101 ret = write(ctx->out_fds[j], data + done,
102 sizeof(data)-done);
105 done += ret;
106 if (done < DATASIZE)
129 int ret, done = 0; local
132 ret = read(ctx->in_fds[0], data + done, DATASIZE - done);
135 done += ret;
136 if (done < DATASIZ
[all...]
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp184 // If this one is done, then we are all done.
215 bool done; local
220 done = true;
225 done = true;
230 done = true;
232 done = false;
235 if (done)
241 // If there was only one owner, then we're done. But if we also hit some
242 // user breakpoint on our way out, we should mark ourselves as done, bu
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c731 goto done;
745 goto done;
753 goto done;
759 done:
851 goto done;
855 goto done;
873 goto done;
878 goto done;
883 goto done;
902 goto done;
[all...]
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_main.c159 UINT8 done = TRUE; local
166 /* as long as one subsystem is not done */
167 done = FALSE;
173 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM]))
289 BOOLEAN done = TRUE; local
299 done = FALSE;
314 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM]))
/external/smack/src/org/jivesoftware/smackx/packet/
H A DOfflineMessageRequest.java198 boolean done = false;
199 while (!done) {
213 done = true;
222 boolean done = false;
226 while (!done) {
230 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DAgentChatHistory.java102 boolean done = false;
103 while (!done) {
110 done = true;
118 boolean done = false;
126 while (!done) {
149 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DOccupantsInfo.java135 boolean done = false;
136 while (!done) {
143 done = true;
151 boolean done = false;
155 while (!done) {
167 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DChatSettings.java139 boolean done = false;
140 while (!done) {
147 done = true;
155 boolean done = false;
160 while (!done) {
172 done = true;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.h40 void ReceiveResult2(bool* done, argument
45 EXPECT_FALSE(*done);
46 *done = true;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dspl_init.c141 static int done = 0; local
144 if (!done) {
146 done = 1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dsetup.c37 static bool done; local
39 if (done)
42 done = true;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A Dmain.c101 int done = 0; local
107 while ( !done ) {
120 done = 1;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A Dmain.c101 int done = 0; local
107 while ( !done ) {
120 done = 1;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A Dmain.c101 int done = 0; local
107 while ( !done ) {
120 done = 1;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dloopwave.c57 static int done = 0; variable
60 done = 1;
106 while ( ! done && (SDL_GetAudioStatus() == SDL_AUDIO_PLAYING) )
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
H A DBytestreamsProvider.java29 boolean done = false;
43 while (!done) {
72 done = true;
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbon.java106 boolean done = false;
107 while (!done) {
113 done = true;

Completed in 587 milliseconds

1234567891011>>