HomeSort by relevance Sort by last modified time
    Searched refs:complete (Results 126 - 150 of 1347) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 84 TaskGeneric::ExecutionResult TaskOutput::complete() function in class:TaskOutput
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationActivity.java 56 mOnConfigurationChangedFuture.complete(new Configuration(newConfig));
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
SomeArgs.java 74 public void complete() { method in class:SomeArgs
  /external/libese/libese-hw/nxp/pn80t/
linux_spidev.c 178 uint32_t len, int complete) {
188 .cs_change = !!complete,
207 int complete) {
218 .cs_change = !!complete,
  /external/mesa3d/src/mesa/main/
dlist.h 59 bool complete; /**< Is the atlas ready to use? */ member in struct:gl_bitmap_atlas
  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 3 This extension can complete either attribute names or file names. It can pop
82 """Happens when the user wants to complete his word, and if necessary,
90 self.autocompletewindow.complete()
111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
114 if complete is True, then if there's nothing to complete and no
153 if complete and not comp_what and not comp_start:
161 complete, mode, userWantsWin)
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 3 This extension can complete either attribute names or file names. It can pop
78 """Happens when the user wants to complete his word, and if necessary,
88 self.autocompletewindow.complete()
107 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
110 if complete is True, then if there's nothing to complete and no
156 if complete and not comp_what and not comp_start:
164 complete, mode, userWantsWin)
  /frameworks/base/core/java/android/os/
SynchronousResultReceiver.java 64 mFuture.complete(new Result(resultCode, resultData));
  /frameworks/base/core/java/com/android/internal/os/
SomeArgs.java 78 public void complete() { method in class:SomeArgs
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestPredicate.java 46 mFuture.complete(t);
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
bash-autocomplete.sh 83 complete -F _clang clang
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoComplete.py 3 This extension can complete either attribute names of file names. It can pop
82 """Happens when the user wants to complete his word, and if necessary,
90 self.autocompletewindow.complete()
111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
114 if complete is True, then if there's nothing to complete and no
153 if complete and not comp_what and not comp_start:
161 complete,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoComplete.py 3 This extension can complete either attribute names of file names. It can pop
82 """Happens when the user wants to complete his word, and if necessary,
90 self.autocompletewindow.complete()
111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
114 if complete is True, then if there's nothing to complete and no
153 if complete and not comp_what and not comp_start:
161 complete,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 3 This extension can complete either attribute names of file names. It can pop
82 """Happens when the user wants to complete his word, and if necessary,
90 self.autocompletewindow.complete()
111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
114 if complete is True, then if there's nothing to complete and no
153 if complete and not comp_what and not comp_start:
161 complete,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 3 This extension can complete either attribute names of file names. It can pop
82 """Happens when the user wants to complete his word, and if necessary,
90 self.autocompletewindow.complete()
111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
114 if complete is True, then if there's nothing to complete and no
153 if complete and not comp_what and not comp_start:
161 complete,
  /system/core/trusty/storage/lib/include/trusty/lib/
storage.h 147 * @complete: if true, commit current transaction, discard it otherwise
151 int storage_end_transaction(storage_session_t session, bool complete);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
asg.s 8 .asg *ar0+, INC ; replace a complete operand
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionMonitor.java 40 * - will trigger ActionExecutedListener once local processing complete and
42 * worker response) is complete
118 protected static final int STATE_COMPLETE = 8; // Action complete
197 * Return flag to indicate if action is complete
200 boolean complete = false;
202 complete = (mState == STATE_COMPLETE);
204 return complete;
286 * Mark action complete
294 private final void complete(final Action action, method in class:ActionMonitor
331 * Mark action complete
    [all...]

Completed in 1390 milliseconds

1 2 3 4 56 7 8 91011>>