/external/autotest/client/tests/monotonic_time/src/ |
time_test.c | 146 int done; /* flag to stop test */ member in struct:test_info 224 while (! test->done) 262 test->done = 1; 287 * tell the test threads that we are done and wait for them to exit 289 test->done = 1;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/ |
testharness-runner.js | 22 test(name, function(done) { 38 done(error);
|
/external/clang/test/Misc/ |
diagnostic-crash.cpp | 32 Callback2<util::Status, wstring>* done);
|
/external/curl/lib/ |
hostasyn.c | 104 /* Set async.done TRUE last in this function since it may be used multi- 107 conn->async.done = TRUE;
|
transfer.h | 44 struct SessionHandle *data, bool *done);
|
/external/curl/lib/vtls/ |
axtls.h | 36 bool *done);
|
cyassl.h | 41 bool *done);
|
darwinssl.h | 33 bool *done);
|
gtls.h | 36 bool *done);
|
nssg.h | 36 bool *done);
|
polarssl.h | 38 bool *done);
|
schannel.h | 84 bool *done);
|
/external/icu/icu4c/source/common/unicode/ |
caniter.h | 105 * the iteration is done. 166 UBool done; member in class:U_FINAL
|
/external/icu/icu4c/source/test/intltest/ |
idnaref.cpp | 644 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 = FALSE local [all...] |
/external/libchrome/sandbox/linux/bpf_dsl/ |
syscall_set.h | 83 Iterator(Set set, bool done);
|
/external/skia/experimental/Networking/ |
SkSockets.h | 95 bool done; member in struct:SkSocket::header
|
/external/skia/tools/ |
UrlDataManager.cpp | 37 while (!iter.done()) {
|
/external/skia/tools/lua/ |
filter-counter.lua | 32 when a given picture is done, we call endcanvas(canvas, fileName) 39 Called when the current canvas is done drawing.
|
scrape.lua | 33 when a given picture is done, we call endcanvas(canvas, fileName) 40 Called when the current canvas is done drawing.
|
/external/webrtc/webrtc/base/ |
httprequest.h | 100 bool done() const { return complete_; } function in class:rtc::HttpMonitor
|
macsocketserver.cc | 264 bool done = false; local 265 while (!done) { 277 done = true; 282 done = true;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.h | 73 void done(int r);
|
/frameworks/av/media/libstagefright/include/ |
ID3.h | 52 bool done() const;
|
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
AlarmImpl.java | 67 Log.d(LOG_TAG, String.format("Alarm triggered, done waiting")); 72 public int done() throws RemoteException { method in class:AlarmImpl
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ForkJoinPoolTest.java | 221 final CountDownLatch done = new CountDownLatch(1); local 230 done.await(); 236 done.countDown(); 387 final CountDownLatch done = new CountDownLatch(1); 390 ForkJoinTask a = p.submit(awaiter(done)); 391 ForkJoinTask b = p.submit(awaiter(done)); 392 ForkJoinTask c = p.submit(awaiter(done)); 396 done.countDown(); 404 final CountDownLatch done = new CountDownLatch(1); 407 ForkJoinTask a = p.submit(awaiter(done)); 429 final AtomicBoolean done = new AtomicBoolean(false); local [all...] |