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

1234567891011>>

/external/toybox/toys/other/
H A Dacpi.c59 if ((fd = openat(dfd, "type", O_RDONLY)) < 0) goto done;
62 if (len < 1) goto done;
81 done:
/external/v8/src/
H A Dinterface.h145 // for (auto it = interface->iterator(); !it.done(); it.Advance()) {
150 bool done() const { return entry_ == NULL; } function in class:v8::internal::Interface::Iterator
152 DCHECK(!done());
156 DCHECK(!done());
/external/v8/test/cctest/
H A Dtest-code-stubs-arm.cc59 Label done; local
94 __ TryInlineTruncateDoubleToI(destination_reg, d0, &done);
101 __ bind(&done);
H A Dtest-code-stubs-arm64.cc59 Label done; local
90 __ TryConvertDoubleToInt64(destination_reg, d0, &done);
97 __ bind(&done);
H A Dtest-reloc-info.cc80 CHECK(it.done());
97 CHECK(it.done());
112 CHECK(it.done());
/external/v8/test/mjsunit/harmony/
H A Dobject-literals-method.js133 function assertIteratorResult(value, done, result) {
134 assertEquals({value: value, done: done}, result);
/external/vboot_reference/host/lib/
H A Dutil_misc.c54 goto done;
62 #define NEW_BIGNUM(x) do { x = BN_new(); if (!x) goto done; } while (0)
128 done:
/external/webp/src/dsp/
H A Dyuv.c18 static int done = 0; variable
31 if (done) {
60 done = 1;
/external/lldb/source/Target/
H A DThreadPlanStepRange.cpp451 // If we have pushed some plans between ShouldStop & MischiefManaged, then we're not done...
459 bool done = true;
464 done = false;
472 done = true;
474 done = false;
477 done = true;
481 if (done)
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
106 while (!done && next_trace(&iop->t, &iop->pdu)) {
/external/libvorbis/lib/
H A Dlpc.c87 goto done;
113 done:
/external/openssh/
H A Dssh-add.c550 goto done;
556 goto done;
565 goto done;
569 goto done;
573 goto done;
581 goto done;
593 goto done;
617 done:
/external/pdfium/third_party/freetype/src/type1/
H A Dt1parse.h83 if ( (p)->funcs.done ) \
84 (p)->funcs.done( p ); \
/external/libxml2/
H A Duri.c1406 * Normalization occurs directly on the string, no new allocation is done
1439 /* '//' normalization should be done at this point too */
1504 /* If this is the last segment, we're done (we need at least two
1528 /* If this is the end of the buffer, we're done. */
1870 * Computes he final URI of the reference done by checking that
1902 goto done;
1909 goto done;
1915 goto done;
1922 goto done;
1928 goto done;
[all...]
/external/clang/test/Misc/
H A Ddiagnostic-crash.cpp32 Callback2<util::Status, wstring>* done);
/external/dhcpcd/mk/
H A Dprog.mk43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done
59 for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_n_a_m_e.py58 done = {} # remember the data so we can reuse the "pointers"
60 if name.string in done:
61 name.offset, name.length = done[name.string]
63 name.offset, name.length = done[name.string] = len(stringData), len(name.string)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_n_a_m_e.py58 done = {} # remember the data so we can reuse the "pointers"
60 if name.string in done:
61 name.offset, name.length = done[name.string]
63 name.offset, name.length = done[name.string] = len(stringData), len(name.string)
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h105 * the iteration is done.
166 UBool done; member in class:U_FINAL
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp644 UBool *done,
651 *done = TRUE;
671 *done = TRUE;
709 UBool done = FALSE; local
723 labelLen = getNextSeparator(labelStart, -1, prep, &delimiter, &done, status);
725 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
759 if(done == FALSE){
775 labelLen = getNextSeparator(labelStart, remainingLen, prep, &delimiter, &done, status);
808 if(done == FALSE){
849 UBool done local
642 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, UChar **limit, UBool *done, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp479 UBool done = gRunInfo.runningThreads == 0; local
481 if (done) { break;}
502 // Time's up, we are done. (We only get here if this was a timed run)
508 UBool done = gRunInfo.runningThreads == 0; local
510 if (done) { break;}
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
H A DComboMove.java118 public void done(){ method in class:ComboMove
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp60 bool done = false; local
74 while (!done)
90 done = true;
94 done = !ParseOption(short_option, optarg);
/external/skia/experimental/Networking/
H A DSkSockets.h95 bool done; member in struct:SkSocket::header
/external/skia/src/gpu/
H A DGrTextBlobCache.cpp44 while (!iter.done()) {

Completed in 749 milliseconds

1234567891011>>