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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 105 result.complete(extras);
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
type_printers.py 93 def complete(self, text, word): member in class:_EnableOrDisableCommand
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
type_printers.py 93 def complete(self, text, word): member in class:_EnableOrDisableCommand
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 114 readline.set_completer(self.complete)
115 readline.parse_and_bind(self.completekey+": complete")
241 """Method called to complete an input line when no command-specific
253 def complete(self, text, state): member in class:Cmd
256 If a command has not been entered, then complete against command list.
  /external/apache-http/android/src/android/net/http/
Request.java 350 complete(); method
451 void complete() { method in class:Request
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 244 complete=False)
275 complete=False)
  /external/autotest/scheduler/
query_managers.py 89 query=('NOT complete AND NOT active AND status="Queued"'
169 active=1, complete=0, host_id__isnull=False).values_list(
194 host_id__isnull=False, complete=0, active=1,
  /external/libese/libese-hw/nxp/pn80t/
common.c 129 int complete) {
141 * In practice, if complete=true, then no transmission
144 if (ese->ops->hw_receive(ese, &byte, 1, complete) != 1) {
  /external/llvm/lib/LineEditor/
LineEditor.cpp 56 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { function in class:LineEditor::ListCompleterConcept
92 return Completer->complete(Buffer, Pos);
  /external/robolectric/
Android.mk 39 # binary/compiled resources is complete.
  /external/wpa_supplicant_8/hs20/client/
Android.mk 20 # the build to complete). For now, add the include directory manually here for
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 242 result.complete(extras);
269 result.complete(extras);
  /frameworks/base/core/java/android/hardware/radio/
ProgramList.java 71 * Listener of list complete event.
75 * Called when the list turned complete (i.e. when the scan process
122 * Adds list complete event listener with executor.
130 * Adds list complete event listener.
141 * Removes list complete event listener.
383 public Chunk(boolean purge, boolean complete,
387 mComplete = complete;
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 308 boolean complete = mRenderer.image.draw(mCanvas);
309 if (complete && readyCallback != null) {
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 64 void complete() {}; method in class:AutomaticActivity.FinalCallback
217 c.complete();
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 308 boolean complete = mRenderer.image.draw(mCanvas);
309 if (complete && readyCallback != null) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
utils.go 59 // LongString generates a complete description of t.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 40 // Do not wait for the visualizer to complete, to allow multiple
351 // Nothing to complete
353 // Single token -- complete command name
366 // Multiple tokens -- complete using functions, except for tags
  /prebuilts/go/darwin-x86/src/os/
exec_unix.go 31 // active call to the signal method to complete.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
utils.go 59 // LongString generates a complete description of t.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 40 // Do not wait for the visualizer to complete, to allow multiple
351 // Nothing to complete
353 // Single token -- complete command name
366 // Multiple tokens -- complete using functions, except for tags
  /prebuilts/go/linux-x86/src/os/
exec_unix.go 31 // active call to the signal method to complete.
  /sdk/bash_completion/
adb.bash 496 complete -F _adb adb
498 complete -o nospace -F _adb adb
  /system/core/trusty/storage/lib/
storage.c 301 int storage_end_transaction(storage_session_t session, bool complete)
305 .flags = complete ? STORAGE_MSG_FLAG_TRANSACT_COMPLETE : 0,
  /system/extras/tests/workloads/
pwrtest.sh 233 echo Wait 30s to complete boot activities...
235 echo Restart complete.

Completed in 1745 milliseconds

<<11121314151617181920>>