HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 251 - 275 of 2138) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/windows/sdl2/test/
testspriteminimal.c 126 int i, done; local
156 done = 0;
157 while (!done) {
161 done = 1;
teststreaming.c 93 SDL_bool done = SDL_FALSE; local
139 while (!done) {
144 done = SDL_TRUE;
148 done = SDL_TRUE;
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 309 bool done = false; local
316 &num_reevaluations, &done);
320 Bind(&GetBoolean, &done));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
NativeStressTestParserTest.java 44 mParser.done();
55 mParser.done();
66 mParser.done();
78 mParser.done();
88 mParser.done();
97 mParser.done();
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 37 // work done should be reported in GLES..View
57 final CountDownLatch done = new CountDownLatch(1); local
62 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done));
66 done.await();
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 214 public int done() { method in class:PlaybackSynthesisCallback
215 if (DBG) Log.d(TAG, "done()");
221 Log.w(TAG, "Duplicate call to done()");
233 // .done() was called before .start. Treat it as successful synthesis
235 Log.w(TAG, "done() was called before start() call");
249 // Signal done or error to item
251 item.done();
  /art/runtime/
thread-inl.h 203 bool done = local
206 if (LIKELY(done)) {
  /bionic/libc/dns/resolv/
res_query.c 274 int done = 0; local
286 *domain && !done;
333 /* anything else implies that we're done */
334 done++;
341 done++;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.h 24 int done; /* E_OK normally, E_EOF at EOF, otherwise error code */ member in struct:tok_state
25 /* NB If done != E_OK, cur must be == inp!!! */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winreg.py 239 done = False
246 while not done:
262 done = True variable in class:LocalWinregTests.test_changing_value.VeryActiveThread
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.h 24 int done; /* E_OK normally, E_EOF at EOF, otherwise error code */ member in struct:tok_state
25 /* NB If done != E_OK, cur must be == inp!!! */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_os2.h 157 int done = 0; local
175 while (!done) {
194 done = 1;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 655 int firstTime = 1, done = 0; local
659 while ( !done )
662 done = DumpNextNameInDef(&pdecl, output);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 83 int done; variable
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 226 jz done
236 jae done ;Jif address is outside of microcode region
272 done: label
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c 249 int done = 0; local
252 *domain && !done;
293 /* anything else implies that we're done */
294 done++;
301 done++;
  /external/ImageMagick/MagickCore/
token.c 338 done,
380 done=MagickFalse;
381 while ((GetUTFCode(pattern) != 0) && (done == MagickFalse))
419 done=MagickTrue;
427 done=MagickTrue;
438 done=MagickTrue;
446 done=MagickTrue;
507 done=MagickTrue;
560 done=MagickTrue;
567 done=MagickTrue
332 done, local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 136 size_t done = 0; local
141 while (done < length) {
142 const size_t l = (length - done > word_size) ? word_size : (length - done);
143 if (sys_ptrace(PTRACE_PEEKDATA, child, remote + done, &tmp) == -1) {
146 my_memcpy(local + done, &tmp, l);
147 done += l;
  /external/gptfdisk/
mbrpart.cc 264 int done = 0; local
270 done = 1;
273 if ((!done) && (lba >= (numHeads * numSecspTrack * MAX_CYLINDERS))) {
276 done = 1;
280 if (!done) {
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 121 private boolean done; field in class:MessageDigestHashFunction.MessageDigestHasher
147 checkState(!done, "Cannot re-use a Hasher after calling hash() on it");
153 done = true;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_mbcs.java 148 boolean done = false; field in class:CharsetRecog_mbcs.iteratedChar
154 done = false;
159 done = true;
341 it.done = true;
383 return (it.done == false);
488 it.done = true;
525 return (it.done == false);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_mbcs.java 147 boolean done = false; field in class:CharsetRecog_mbcs.iteratedChar
153 done = false;
158 done = true;
340 it.done = true;
382 return (it.done == false);
487 it.done = true;
524 return (it.done == false);
  /external/iputils/ninfod/
ninfod_name.c 213 int done = 0, retcode = 0; local
234 if (!done) {
237 done = 1; /* FQDN */
240 done = 1;
245 done = 1;
249 done = 1;
256 n += done ? 0 : (*n + 1);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
LabelInfo.java 36 private boolean done = false; field in class:LabelInfo
147 * Mark a given label as done.
153 create(label).done = true;
157 * Resets the "done" status of a given label.
165 info.done = false;
170 * Resets the "done" status of all given labels.
182 * Checks whether this label is marked as done.
186 * @return <code>true</code> if this label is marked as done
190 return info == null ? false : info.done;
  /external/libedit/src/
search.c 221 int done, redo; local
240 done = redo = 0;
283 done++;
292 done++;
334 done++;
345 if (!done) {
445 if (done || ret != CC_NORM)

Completed in 857 milliseconds

<<11121314151617181920>>