Searched defs:done (Results 76 - 100 of 541) sorted by relevance

1234567891011>>

/external/ltrace/
H A Dparam.h93 void (*done)(struct param_enum *self); member in struct:param::__anon12905::__anon12907
137 void (*done)(struct param_enum *self));
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h31 unsigned done; member in struct:r600_shader_io
/external/selinux/libselinux/src/
H A Dquery_user_context.c80 int done = 0; /* true if a non-empty field has been obtained */ local
82 while (!done) { /* Keep going until we get a value for the field */
94 done = 1;
119 int done = 0; /* true if a valid sid has been obtained */ local
121 /* Initialize the context. How this is done depends on whether
131 while (!done) {
170 done = 1;
/external/toybox/toys/posix/
H A Did.c70 static void s_or_u(char *s, unsigned u, int done) argument
74 if (done) {
/external/v8/src/ast/
H A Dmodules.h76 // for (auto it = descriptor->iterator(); !it.done(); it.Advance()) {
81 bool done() const { return entry_ == NULL; } function in class:v8::internal::ModuleDescriptor::Iterator
83 DCHECK(!done());
87 DCHECK(!done());
/external/v8/src/interpreter/
H A Dbytecode-array-iterator.cc23 bool BytecodeArrayIterator::done() const { function in class:v8::internal::interpreter::BytecodeArrayIterator
29 DCHECK(!done());
/external/v8/test/cctest/
H A Dtest-code-stubs-arm.cc60 Label done; local
97 __ TryInlineTruncateDoubleToI(destination_reg, d0, &done);
104 __ bind(&done);
H A Dtest-code-stubs-arm64.cc60 Label done; local
93 __ TryConvertDoubleToInt64(destination_reg, d0, &done);
100 __ bind(&done);
H A Dtest-code-stubs-mips.cc62 Label done; local
101 __ TryInlineTruncateDoubleToI(destination_reg, f12, &done);
108 __ bind(&done);
H A Dtest-code-stubs-mips64.cc62 Label done; local
101 __ TryInlineTruncateDoubleToI(destination_reg, f12, &done);
108 __ bind(&done);
/external/avahi/avahi-core/
H A Dprobe-sched.c44 int done; member in struct:AvahiProbeJob
60 static AvahiProbeJob* job_new(AvahiProbeScheduler *s, AvahiRecord *record, int done) { argument
76 if ((pj->done = done))
90 if (pj->done)
119 assert(!pj->done);
124 pj->done = 1;
226 if (pj->done) {
328 assert(!pj->done);
344 assert(pj->done);
[all...]
/external/boringssl/src/crypto/bn/
H A Drandom.c255 size_t done, todo, attempt; local
291 for (done = 0; done < num_k_bytes;) {
297 SHA512_Update(&sha, &done, sizeof(done));
303 todo = num_k_bytes - done;
307 memcpy(k_bytes + done, digest, todo);
308 done += todo;
/external/dng_sdk/source/
H A Ddng_abort_sniffer.h213 /// \param done Amount of task completed in arbitrary integer units.
214 /// \param total Total size of task in same arbitrary integer units as done.
216 void UpdateProgress (uint32 done, argument
219 UpdateProgress ((real64) done /
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java69 done = false;
79 * the iteration is done.
82 if (done) return null;
96 done = true;
113 done = false;
232 private boolean done; field in class:CanonicalIterator
384 if (decompPos == decomp.length()) { // done, have all decomp characters!
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java71 done = false;
81 * the iteration is done.
85 if (done) return null;
99 done = true;
117 done = false;
236 private boolean done; field in class:CanonicalIterator
388 if (decompPos == decomp.length()) { // done, have all decomp characters!
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java278 boolean done = false; field in class:BIG5Tool.iteratedChar
285 done = false;
290 done = true;
309 it.done = true;
334 return (it.done == false);
H A DEUCTool.java278 boolean done = false; field in class:EUCTool.iteratedChar
285 done = false;
290 done = true;
311 it.done = true;
357 return (it.done == false);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DLabelInfo.java36 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/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/opencv3/3rdparty/libwebp/utils/
H A Dthread.c138 int done = 0; local
139 while (!done) {
150 done = 1;
152 // signal to the main thread that we're done (for Sync())
/external/pdfium/third_party/agg23/
H A Dagg_conv_adaptor_vcgen.h87 bool done = false; local
88 while(!done) {
131 done = true;
/external/selinux/policycoreutils/restorecond/
H A Drestorecond.c80 static void done(void) { function
177 atexit( done );
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c302 EAS_BOOL done; local
324 done = EAS_FALSE;
325 while (!done)
333 done = EAS_TRUE;
337 done = EAS_TRUE;
346 done = EAS_TRUE;
350 done = EAS_TRUE;
359 done = EAS_TRUE;
375 done = EAS_TRUE;
386 done
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c386 EAS_BOOL done = EAS_FALSE; local
428 done = WT_CheckSampleEnd(pWTVoice, &intFrame, EAS_FALSE);
443 done = EAS_TRUE;
445 return done;
/external/tcpdump/
H A Dprint-dvmrp.c167 register int metric, done; local
207 done = metric & 0x80;
212 } while (!done);

Completed in 1267 milliseconds

1234567891011>>