HomeSort by relevance Sort by last modified time
    Searched refs:completed (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 378 // |completed| is true if the drag operation completed successfully, false if
383 bool completed);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 165 public void completed(ProgressEvent event) {
  /external/chromium/net/disk_cache/
sparse_control.cc 117 bool completed; local
118 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
121 if (completed)
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 727 bool completed = false; local
730 base::Bind(&OnIterateCompleted, &completed));
733 ASSERT_TRUE(completed);
    [all...]
  /external/chromium_org/net/disk_cache/
sparse_control.cc 118 bool completed; local
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
122 if (completed)
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 118 bool completed; local
119 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
122 if (completed)
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 109 * of detail: {@link #isDone} is true if a task completed in any way
111 * {@link #isCompletedNormally} is true if a task completed without
125 * CountedCompleter} for those in which completed actions trigger
204 * values until completed, upon which status (anded with
252 * exec and records status if completed, but doesn't wait for
258 int s; boolean completed;
261 completed = exec();
265 if (completed)
272 * Tries to set SIGNAL status unless already completed. Used by
335 * only cases of already-completed, external wait, an
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 157 /* completed multi-URB transfer in non-final URB */
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
drive_banners.js 30 this.directoryModel_.addEventListener('scan-completed', handler);
31 this.directoryModel_.addEventListener('rescan-completed', handler);
375 // 'rescan-completed' event arrives shortly with non-empty file list.
directory_model.js 561 cr.dispatchSimpleEvent(this, 'rescan-completed');
595 cr.dispatchSimpleEvent(this, 'scan-completed');
673 dirContents.addEventListener('scan-completed', onSuccess);
916 * mounting, callbacks will be called after the mount is completed.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 447 m_frame->loader()->completed();
  /external/oprofile/events/i386/nehalem/
unit_masks 25 0x02 walk_completed Counts number of completed page walks due to load miss in the STLB
29 0x80 large_walk_completed Counts number of completed large page walks due to load miss in the STLB
156 0x02 walk_completed Counts number of misses in the STLB which resulted in a completed page walk
160 0x80 large_walk_completed Counts number of completed large page walks due to misses in the STLB
197 0x02 walk_completed Counts number of misses in all levels of the ITLB which resulted in a completed page walk
203 0x80 large_walk_completed Counts number of completed large page walks due to misses in the STLB
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 313 data_blocks_t completed[1]; member in struct:num_completed_data_blocks_evt_parms
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.cc 505 // Call Completed and signal observers.
673 const NetworkOperationCallback& completed) {
674 // Call the completed callback with a 10s delay if we're interactive.
679 base::Bind(completed, "", NETWORK_METHOD_ERROR_NONE,""),
network_library_impl_cros.cc 351 VLOG(1) << "Pin operation completed successfuly";
411 const NetworkOperationCallback& completed) {
417 CrosSetCarrier(cellular->device_path(), carrier, completed);
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
test_custom_bindings.js 50 throw "completed";
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
prompt.js 107 * when the loading of the script has completed, possibly unsuccessfully.
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 168 debug("fourthTest() transaction completed");
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h     [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 495 public void completed() {
785 public void completed() {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 65 * something to occur until after a transition has completed.
197 // We need to wait for all the footer menu setup to be completed before
  /external/chromium_org/content/renderer/pepper/
ppb_file_ref_impl.cc 210 if (callback->completed())
  /external/libvorbis/doc/
03-codebook.tex 329 8) vector calculation completed.
359 7) vector calculation completed.
  /external/blktrace/doc/
blktrace.tex 165 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
172 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
179 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
216 that the command completed successfully. Tracing SCSI commands can be
301 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
307 Reads Completed: 0, 0KiB Writes Completed: 0, 0Ki
    [all...]

Completed in 2461 milliseconds

1 2 3 45 6 7 8