/dalvik/libdex/ |
DexDebugInfo.cpp | 297 int done; local 298 done = posCb(cnxt, address, line); 300 if (done) {
|
/development/ndk/platforms/android-3/include/linux/ |
ipmi_smi.h | 37 void (*done)(struct ipmi_smi_msg *msg); member in struct:ipmi_smi_msg
|
/external/boringssl/win-x86_64/crypto/ |
cpu-x86_64-asm.asm | 141 je NEAR $L$done 146 $L$done:
|
/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 | 262 int done = 0; local 268 done = 1; 271 if ((!done) && (lba >= (numHeads * numSecspTrack * MAX_CYLINDERS))) { 274 done = 1; 278 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/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/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
JmeDesktopSystem.java | 78 final AtomicBoolean done = new AtomicBoolean(); local 86 done.set(true); 104 while (!done.get()) {
|
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
ComboMove.java | 118 public void done(){ method in class:ComboMove
|
TestComboMoves.java | 118 fireball.press("Down").notPress("Right").done(); method 119 fireball.press("Right", "Down").done(); method 120 fireball.press("Right").notPress("Down").done(); method 121 fireball.notPress("Right", "Down").done(); method 125 shuriken.press("Left").notPress("Down", "Attack1").done(); method 126 shuriken.press("Down").notPress("Attack1").timeElapsed(0.11f).done(); method 127 shuriken.press("Attack1").notPress("Left").timeElapsed(0.11f).done(); method 128 shuriken.notPress("Left", "Down", "Attack1").done(); method 132 jab.press("Attack1").done(); method 135 punch.press("Attack1").done(); method 136 punch.notPress("Attack1").done(); method 137 punch.press("Attack1").done(); method [all...] |
/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)
|
/external/lldb/source/Core/ |
Communication.cpp | 350 bool done = false; local 351 while (!done && comm->m_read_thread_enabled) 371 done = true; 375 done = true;
|
/external/lldb/source/Target/ |
ThreadPlanStepOut.cpp | 184 // 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/llvm/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 199 bool done = false; local 203 while (!done) { 204 done = (I == MBB.begin()); 206 if (!done)
|
/external/skia/src/core/ |
SkPathMeasure.cpp | 172 bool done = false; 179 done = true; 238 done = true; variable 241 } while (!done); 605 we're done with the path.
|
/external/skia/tests/ |
skia_test.cpp | 35 // The threads report back to this object when they are done. 45 const int done = 1 + sk_atomic_inc(&fDone); local 59 SkDebugf("%s[%3d/%3d] %s%s", prefix.c_str(), done, fTotal, time.c_str(),
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.c | 628 EAS_BOOL done; local 630 /* set flag assuming the envelope is not done */ 631 done = EAS_FALSE; 694 done = EAS_TRUE; 700 done = EAS_TRUE; 706 return done; 734 EAS_BOOL done; local 748 /* flag to indicate this voice is done */ 749 done = EAS_TRUE; 771 /* calculate envelope, returns true if done */ 809 EAS_BOOL done; local [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmsynth.c | 628 EAS_BOOL done; local 630 /* set flag assuming the envelope is not done */ 631 done = EAS_FALSE; 694 done = EAS_TRUE; 700 done = EAS_TRUE; 706 return done; 734 EAS_BOOL done; local 748 /* flag to indicate this voice is done */ 749 done = EAS_TRUE; 771 /* calculate envelope, returns true if done */ 809 EAS_BOOL done; local [all...] |
/external/svox/pico/lib/ |
picobase.c | 1204 picoos_bool done; local 1223 picoos_bool done; local [all...] |
/external/tcpdump/ |
print-dvmrp.c | 173 register int metric, done; local 213 done = metric & 0x80; 218 } while (!done);
|
/external/toybox/toys/pending/ |
arping.c | 89 static void done(int sig) function 181 if (toys.optflags & FLAG_f) done(0); 198 if (!TT.count) done(0); 202 ((TT.time_out)*1000))) done(0); 287 signal(SIGINT, done);
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.S | 332 cmpwi 13,0 # ! if null, we are done 333 beq done 344 beq done 353 beq done 363 done: label
|
/external/vboot_reference/futility/ |
futility.c | 37 int len, done, n; local 47 for (done = 0; done < len; done += n) { 48 n = write(log_fd, prefix + done, len - done); 60 for (done = 0; done < len; done += n) { 61 n = write(log_fd, str + done, len - done) [all...] |
/external/webp/src/utils/ |
thread.c | 160 int done = 0; local 161 while (!done) { 170 done = 1; 172 // signal to the main thread that we're done (for Sync())
|
/external/zlib/src/examples/ |
enough.c | 150 /* The array for tracking visited states, done[], is itself indexed identically 165 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[] 173 local size_t size; /* number of elements in num and done */ 176 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab 178 /* Index function for num[] and done[] */ 181 /* Free allocated space. Uses globals code, num, and done. */ 186 if (done != NULL) { 188 if (done[n].len) 189 free(done[n].vec); 190 free(done); [all...] |