/packages/apps/Mms/src/com/android/mms/util/ |
ItemLoadedFuture.java | 34 void setIsDone(boolean done);
|
NullItemLoadedFuture.java | 38 public void setIsDone(boolean done) {
|
/external/chromium_org/content/browser/fileapi/ |
file_system_operation_runner_unittest.cc | 17 void GetStatus(bool* done, 20 ASSERT_FALSE(*done); 21 *done = true; 72 bool done = false; local 77 base::Bind(&GetStatus, &done, &status)); 78 ASSERT_FALSE(done); 80 ASSERT_TRUE(done); 85 bool done = false; local 90 base::Bind(&GetStatus, &done, &status)); 92 ASSERT_FALSE(done); 100 bool done = false; local 125 bool done = false; local 151 bool done = true; \/\/ The operation is not running. local [all...] |
/external/chromium_org/chrome/browser/ui/tab_contents/ |
tab_contents_iterator.h | 23 // for (TabContentsIterator iterator; !iterator.done(); iterator.Next()) { 34 bool done() const { return cur_ == NULL; } function in class:TabContentsIterator 37 // WebContents. Valid as long as !done(). 39 if (!browser_iterator_.done()) 44 // Returns the current WebContents, valid as long as !done().
|
/external/chromium_org/chrome/test/base/ |
testing_io_thread_state.h | 28 void Initialize(const base::Closure& done); 29 void Shutdown(const base::Closure& done);
|
/external/valgrind/main/drd/tests/ |
tc08_hbl2.stdout.exp | 3 done, x = 10
|
/external/valgrind/main/helgrind/tests/ |
tc08_hbl2.stdout.exp | 3 done, x = 10
|
/external/chromium/chrome/browser/sync/glue/ |
database_model_worker.cc | 20 WaitableEvent done(false, false); 23 work, &done))) { 27 done.Wait(); 31 WaitableEvent* done) { 34 done->Signal();
|
history_model_worker.cc | 19 WorkerTask(Callback0::Type* work, WaitableEvent* done) 20 : work_(work), done_(done) {} 47 WaitableEvent done(false, false); 48 scoped_refptr<WorkerTask> task(new WorkerTask(work, &done)); 50 done.Wait();
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sharedexclusivelock_unittest.cc | 50 bool* done) 54 done_(done) { 71 ReadTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) 72 : SharedExclusiveTask(shared_exclusive_lock, value, done) { 104 WriteTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) 105 : SharedExclusiveTask(shared_exclusive_lock, value, done) { 177 bool done; local 178 WriteTask writer(shared_exclusive_lock_.get(), &value_, &done); 184 done = false; 190 EXPECT_TRUE_WAIT(done, kProcessTimeoutInMs) 197 bool done; local 216 bool done; local [all...] |
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ltc_ecc_mulmod_timing.c | 79 if (tG == NULL) { err = CRYPT_MEM; goto done; } 82 if ((err = mp_mulmod(G->x, mu, modulus, tG->x)) != CRYPT_OK) { goto done; } 83 if ((err = mp_mulmod(G->y, mu, modulus, tG->y)) != CRYPT_OK) { goto done; } 84 if ((err = mp_mulmod(G->z, mu, modulus, tG->z)) != CRYPT_OK) { goto done; } 90 if ((err = mp_copy(tG->x, M[0]->x)) != CRYPT_OK) { goto done; } 91 if ((err = mp_copy(tG->y, M[0]->y)) != CRYPT_OK) { goto done; } 92 if ((err = mp_copy(tG->z, M[0]->z)) != CRYPT_OK) { goto done; } 94 if ((err = ltc_mp.ecc_ptdbl(tG, M[1], modulus, mp)) != CRYPT_OK) { goto done; } 122 if ((err = ltc_mp.ecc_ptadd(M[0], M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done; } 123 if ((err = ltc_mp.ecc_ptdbl(M[1], M[2], modulus, mp)) != CRYPT_OK) { goto done; } [all...] |
/art/compiler/ |
leb128_encoder.h | 31 bool done = false; local 39 done = true; 41 } while (!done);
|
/external/chromium_org/media/audio/ |
scoped_loop_observer.cc | 23 base::WaitableEvent* done) { 24 // Note: |done| may be NULL. 43 if (done) 44 done->Signal();
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_once.c | 49 (PTW32_INTERLOCKED_LONG)PTW32_INTERLOCKED_EXCHANGE_ADD_LONG((PTW32_INTERLOCKED_LONGPTR)&once_control->done, 56 if (!once_control->done) 71 once_control->done = PTW32_TRUE;
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_linux.h | 24 const DaemonController::CompletionCallback& done) OVERRIDE; 27 const DaemonController::CompletionCallback& done) OVERRIDE; 28 virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE;
|
/external/compiler-rt/lib/tsan/lit_tests/ |
signal_errno.cc | 11 volatile int done; variable 15 done = 1; 30 while (done == 0) {
|
/external/chromium_org/remoting/protocol/ |
audio_stub.h | 22 const base::Closure& done) = 0;
|
video_stub.h | 20 const base::Closure& done) = 0;
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RpcChannel.java | 70 RpcCallback<Message> done);
|
/external/clang/test/PCH/ |
stmts.h | 37 goto done; 52 done: 81 location = &&done; 89 done:
|
/external/expat/examples/ |
elements.c | 48 int done; local 54 done = len < sizeof(buf); 55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) { 62 } while (!done);
|
/external/iproute2/tc/ |
p_ip.c | 40 goto done; 46 goto done; 56 goto done; 62 goto done; 68 goto done; 75 goto done; 82 goto done; 89 goto done; 95 goto done; 101 goto done; [all...] |
/external/libyuv/ |
setup_env.bat | 4 if "%SETUP_ENV_LIBYUV_TOOLS%"=="done" goto :EOF 5 set SETUP_ENV_LIBYUV_TOOLS=done
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcChannel.java | 70 RpcCallback<Message> done);
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisCallback.java | 23 * {@link #done}. 27 * to {@link #done}, it might be discarded. 29 * After {@link #start} been called, {@link #done} must be called regardless of errors. 80 public int done(); method in interface:SynthesisCallback
|