/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileParserTask.java | 217 monitor.done();
|
/system/bt/stack/l2cap/ |
l2c_api.c | 176 BOOLEAN done = FALSE; local 180 while (!done) 199 done = TRUE; [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
FutureTaskTest.java | 208 @Override public void done() { method in class:FutureTaskTest.PublicFutureTask 211 super.done(); 471 // its sanity, as if we had done task.cancel(false)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 285 localmonitor.done(); 288 pm.done();
|
/art/compiler/dex/ |
mir_analysis.cc | 999 bool done = false; local 1000 while (!done) { 1032 done = true; [all...] |
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 180 boolean done = false; field in class:StorageManagerTest.ObbObserver 188 done = true; 194 assertTrue("Expected ObbObserver to have received a state change.", done); 199 assertTrue("Expected ObbObserver to have received a state change.", done); 204 return done;
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 50 Compression can be done in a single step if the buffers are large 51 enough (for example if an input file is mmap'ed), or can be done by 122 int done; /* true when done reading gzip header (not used member in struct:gz_header_s 238 perform any compression: this will be done by deflate(). 305 is to be done in a single step. In this case, avail_out must be at least 358 the zlib header if present: this will be done by inflate(). (So next_in and 535 not perform any compression: this will be done by deflate(). 574 perform any compression: this will be done by deflate(). [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_image_homography.cpp | 180 int nr_sols,i,best_sol,done; local 190 done=0; 216 if(!done || cost<best_cost) 218 done=1;
|
/external/boringssl/src/crypto/bio/ |
bio.c | 490 size_t done = prefix_len; local 493 if (done == len) { 497 const size_t todo = len - done; 499 const int n = BIO_read(bio, *out + done, todo); 501 *out_len = done; 508 done += n; 509 if (len < max_len && len - done < kChunkSize / 2) {
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 62 void done() { function in class:clang::SuppressAccessChecks 76 if (Active) done();
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 82 // Tracer thread signals its completion by setting done. 83 atomic_uintptr_t done; member in struct:__sanitizer::TracerThreadArgument 223 atomic_store(&inst->arg->done, 1, memory_order_relaxed); 300 atomic_store(&tracer_thread_argument->done, 1, memory_order_relaxed); 374 atomic_store(&tracer_thread_argument.done, 0, memory_order_relaxed); 430 while (atomic_load(&tracer_thread_argument.done, memory_order_relaxed) == 0)
|
/external/fio/ |
file.h | 156 FILE_FLAG_FNS(done); variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
RuleBasedTimeZone.java | 516 BitSet done = new BitSet(historicRules.size()); // for skipping rules already processed local 527 if (done.get(i)) { 534 done.set(i); 551 // Check if all historic rules are done 554 if (!done.get(j)) {
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
CaseIterator.java | 406 private boolean done = false; field in class:CaseIterator 466 done = false; 475 * When the iteration is done, null is returned. 479 if (done) return null; 503 done = true;
|
/external/iputils/ninfod/ |
ni_ifaddrs.c | 163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done) 192 (*done)++; 222 int done = 0; local 229 while (!done) { 230 status = nl_getmsg(sd, request, seq, &nlh, &done);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfo.cpp | 416 bool done = false; local 417 while (!done && die.Extract(dwarf2Data, cu.get(), &offset)) 427 done = true; // We are done with this compile unit! 537 // Since we are dumping a single DIE, if there are no children we are done! 543 // Are we done with all the children? 548 // our recurse depth and return an invalid offset if we get done
|
/external/opencv/cv/src/ |
cvsmooth.cpp | 1494 int done; local [all...] |
/external/pdfium/samples/ |
image_diff_png.cc | 95 done(false) { 118 bool done; member in class:image_diff_png::__anon17676::PngDecoderState 279 state->done = true; 346 if (!state.done) {
|
/external/ppp/pppd/ |
utils.c | 837 size_t done; local 841 for (done = 0; done < count; ) { 842 nb = read(fd, ptr, count - done); 850 done += nb; 853 return done;
|
/external/selinux/policycoreutils/secon/ |
secon.c | 198 int done = FALSE; local 215 done = TRUE; 219 done = TRUE; 223 done = TRUE; 227 done = TRUE; 231 done = TRUE; 235 done = TRUE; 239 done = TRUE; 313 if (!done) { /* defualt, if nothing specified */ 595 static int done = FALSE local [all...] |
/external/skia/forth/ |
Forth.cpp | 152 void done(); 155 this->done(); 159 this->done(); 224 void FCode::done() { function in class:FCode 367 // if we're not done with the token then the next char must be a decimal
|
/external/skia/src/core/ |
SkRegion_path.cpp | 33 void done() { function in class:SkRgnBuilder 168 // if we get here, we're done with fCurrScanline 356 builder.done(); 506 for (const SkIRect& r = iter.rect(); !iter.done(); iter.next()) {
|
SkTextBlob.cpp | 225 while (!it.done()) { 304 bool SkTextBlob::RunIterator::done() const { function in class:SkTextBlob::RunIterator 309 SkASSERT(!this->done()); 311 if (!this->done()) { 319 SkASSERT(!this->done()); 324 SkASSERT(!this->done()); 329 SkASSERT(!this->done()); 334 SkASSERT(!this->done()); 339 SkASSERT(!this->done()); 344 SkASSERT(!this->done()); [all...] |
/external/skia/src/pathops/ |
SkOpContour.h | 160 bool done() const { function in class:SkOpContour
|
SkOpSpan.h | 361 bool done() const { function in class:SkOpSpan 410 void setDone(bool done) { 412 fDone = done;
|