/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SerializerTests.java | 36 // Basic test for use of start, end, tag, data, opaque, and done 54 s.done(); // DOCUMENT
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionsProviderImpl.java | 71 suggestions.done();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
Base64InputStream.java | 41 private boolean done = false;
field in class:Base64InputStream 80 // "done" is needed for the two successive '=' at the end
81 while (!done) {
84 // No more input - just return, let outputBuffer drain out, and be done
88 done = true;
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 37 // work done should be reported in GLES..View 57 final CountDownLatch done = new CountDownLatch(1); local 61 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done)); 65 done.await();
|
/frameworks/base/core/java/android/speech/tts/ |
PlaybackSynthesisCallback.java | 202 public int done() { method in class:PlaybackSynthesisCallback 203 if (DBG) Log.d(TAG, "done()"); 208 Log.w(TAG, "Duplicate call to done()"); 221 item.done();
|
/art/compiler/dex/ |
mir_analysis.cc | 890 bool done = false; local 891 while (!done) { 923 done = true;
|
/bionic/libc/kernel/common/linux/ |
ipmi_smi.h | 41 void (*done)(struct ipmi_smi_msg *msg); member in struct:ipmi_smi_msg
|
/bionic/libc/netbsd/resolv/ |
res_query.c | 273 int done = 0; local 285 *domain && !done; 332 /* anything else implies that we're done */ 333 done++; 340 done++;
|
/bootable/recovery/ |
verifier.cpp | 256 bool done = false; local 257 while (!done) { 315 done = true;
|
/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/bluetooth/bluedroid/stack/l2cap/ |
l2c_ucd.c | 960 BOOLEAN done = TRUE; local [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 542 BOOLEAN done = TRUE; local 558 done = FALSE; 563 if (done)
|
/external/chromium/chrome/browser/ui/ |
browser_list.h | 200 // for (TabContentsIterator iterator; !iterator.done(); ++iterator) { 211 bool done() const { function in class:TabContentsIterator 216 // Valid as long as !Done() 221 // Returns the current TabContents, valid as long as !Done() 229 // Incrementing operators, valid as long as !Done()
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 150 long done = 0; local 151 while (done < input_size) { 152 size_t n = fread(buffer + done, 1, input_size - done, input); 159 done += n;
|
/external/chromium/third_party/libevent/ |
event_tagging.c | 150 int count = 0, shift = 0, done = 0; local 158 done = 1; 163 if (!done)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httprequest.h | 116 bool done() const { return complete_; } function in class:talk_base::HttpMonitor
|
/external/chromium_org/cc/base/ |
tiling_data.h | 79 void done() { function in class:cc::TilingData::BaseIterator
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_service_unittest.cc | 27 void DidInitialize(bool* done, SyncStatusCode status, bool created) { 29 *done = true; 32 void ExpectEqStatus(bool* done, 35 EXPECT_FALSE(*done); 36 *done = true; 61 bool done = false; variable 62 metadata_store_->Initialize(base::Bind(&DidInitialize, &done)); 65 EXPECT_TRUE(done); variable 171 bool done = false; local 175 base::Bind(&ExpectEqStatus, &done, SYNC_STATUS_OK)) 201 bool done = false; local 224 bool done = false; local [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
constrained_window_views_browsertest.cc | 112 bool done() { function in class:__anon6263::TestConstrainedDialog 192 EXPECT_TRUE(test_dialog1->done()); 193 EXPECT_FALSE(test_dialog2->done()); 221 EXPECT_TRUE(test_dialog2->done()); 258 EXPECT_TRUE(test_dialog->done()); 308 EXPECT_TRUE(test_dialog->done()); 358 EXPECT_TRUE(test_dialog->done());
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_danger_prompt_views.cc | 46 const OnDone& done); 92 const OnDone& done) 96 done_(done), 347 OnDone done = done_; local 353 if (!done.is_null()) 354 done.Run(action); 363 const OnDone& done) { 365 new DownloadDangerPromptViews(item, web_contents, show_context, done);
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller.cc | 40 void DaemonController::GetConfig(const GetConfigCallback& done) { 44 &DaemonController::InvokeConfigCallbackAndScheduleNext, this, done); 53 const CompletionCallback& done) { 57 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 65 const CompletionCallback& done) { 69 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 76 void DaemonController::Stop(const CompletionCallback& done) { 80 &DaemonController::InvokeCompletionCallbackAndScheduleNext, this, done); 89 base::Closure done = base::Bind(&DaemonController::ScheduleNext, this); local 91 &DaemonController::DoSetWindow, this, window_handle, done); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ExtensionAuditCategory.js | 93 done: function() 96 this._progress.done(); 127 this.done();
|
ProgressIndicator.js | 50 Done: "Done" 69 done: function() 75 this.dispatchEventToListeners(WebInspector.ProgressIndicator.Events.Done);
|
/external/chromium_org/third_party/libevent/ |
event_tagging.c | 150 int count = 0, shift = 0, done = 0; local 158 done = 1; 163 if (!done)
|