HomeSort by relevance Sort by last modified time
    Searched defs:completed (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /libcore/ojluni/src/main/java/java/nio/channels/
CompletionHandler.java 33 * The {@link #completed completed} method is invoked when the I/O operation
48 * Invoked when an operation has completed.
55 void completed(V result, A attachment); method in interface:CompletionHandler
  /external/libusb/libusb/
sync.c 39 int *completed = transfer->user_data; local
40 *completed = 1;
47 int r, *completed = transfer->user_data; local
50 while (!*completed) {
51 r = libusb_handle_events_completed(ctx, completed);
100 int completed = 0; local
122 sync_transfer_cb, &completed, timeout);
171 int completed = 0; local
182 sync_transfer_cb, &completed, timeout);
241 * the first few chunks have completed. libusb is careful not to lose any dat
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FutureLikeCompletionHandler.java 28 public void completed(V result, Object attachment) { method in class:FutureLikeCompletionHandler
  /external/iproute2/include/
xt-internal.h 40 the current one are completed from parsing point of view */
41 unsigned int completed; member in struct:xtables_rule_match
  /external/syslinux/gpxe/src/include/gpxe/
job.h 17 /** Amount of operation completed so far
19 * The units for this quantity are arbitrary. @c completed
24 unsigned long completed; member in struct:job_progress
27 * See @c completed. A zero value means "total size unknown"
29 * account before calculating @c completed/total.
38 /** Job completed
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 108 UInt64 total, completed; local
109 Sync.GetProgress(total, completed);
112 SetPos(completed);
117 int percentValue = (int)(completed * 100 / total);
  /libcore/ojluni/src/main/java/sun/nio/fs/
Cancellable.java 45 private boolean completed; field in class:Cancellable
76 if (!completed) {
83 * Returns the exception thrown by the task or null if the task completed
102 completed = true;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestJob.java 81 double completed = mStarted ? 1F : 0F; local
83 .setProgress(1, (int) completed, true)
84 .setSubText(NumberFormat.getPercentInstance().format(completed))
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 58 public void completed(); method in interface:ImageGetterCallback
123 mCB.completed();
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkManagerImplLargeExecutorTest.java 127 final Set<UUID> completed = new HashSet<>(NUM_WORKERS); local
165 if (!completed.contains(workStatus.getId())) {
166 completed.add(workStatus.getId());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 45 void completed(NodeRef) {} function in struct:llvm::df_iterator_dom_storage
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DepthFirstIterator.h 66 // one more method, completed, which is invoked when all children of a
78 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
140 this->Visited.completed(Node);

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 910