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

1 2 3 4 5 67 8 91011>>

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c 208 int complete = 0; local
214 complete = 1;
218 return complete;
225 return complete;
236 int complete = 0.0f; local
258 return complete;
276 complete = 1;
282 return complete;
288 int complete = 0; local
351 complete = 0
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_semiauto_helper.py 124 complete = lambda: self._get_adapter_info() is not None
127 condition=complete, timeout=15, sleep_interval=1)
137 complete = lambda: self._verify_adapter_power(
141 condition=complete, timeout=_DEVICE_TIMEOUT_TIME,
153 complete = lambda: self._verify_device_connection(
157 condition=complete, timeout=_DEVICE_TIMEOUT_TIME,
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 164 * Load complete history represented by {@link FileRotator}. Caches
228 final NetworkStatsCollection complete = mComplete != null ? mComplete.get() : null; local
278 // also record against complete dataset when present
279 if (complete != null) {
280 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
358 final NetworkStatsCollection complete = mComplete != null ? mComplete.get() : null; local
359 if (complete != null) {
360 complete.removeUids(uids);
479 pw.println("Complete history:");
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 96 pending, complete := make(chan *Resource), make(chan *Resource)
103 go Poller(pending, complete, status)
113 for r := range complete {
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 96 pending, complete := make(chan *Resource), make(chan *Resource)
103 go Poller(pending, complete, status)
113 for r := range complete {
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 82 boolean complete;
96 complete = msg.arg1 != 0;
97 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);
100 + " finished=" + complete + " selection=" + args.arg2
103 ((PickOptionRequest)request).onPickOptionResult(complete,
105 if (complete) {
131 complete = msg.arg1 != 0;
132 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);
139 if (complete) {
185 public void deliverCommandResult(IVoiceInteractorRequest request, boolean complete,
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
JobStatusDataSource.java 81 // don't show host details if the job is complete - it'll only confuse
83 boolean complete = queueEntry.get("complete").isBoolean().booleanValue();
84 if (!complete) {
  /external/libese/libese-hw/nxp/pn80t/
nq_nci.c 118 int UNUSED(complete)) {
148 int UNUSED(complete)) {
  /hardware/interfaces/camera/provider/
README.md 12 More complete information about the Android camera HAL and subsystem can be found at
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
StatusSmsFetcher.java 121 future.complete(sms.getFields());
141 future.complete(translatedBundle);
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 191 boolean complete = mRenderer.image.draw(mCanvas);
192 if (complete && readyCallback != null) {
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
msan4.go 43 // We won't actually wait for this sleep to complete.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
msan4.go 43 // We won't actually wait for this sleep to complete.
  /cts/suite/audio_quality/lib/src/task/
TaskInput.cpp 83 TaskGeneric::ExecutionResult TaskInput::complete() function in class:TaskInput
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 100 /** Whether the digest authentication process is complete */
101 private boolean complete; field in class:DigestScheme
117 this.complete = false;
163 this.complete = true;
177 return this.complete;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 55 * the cache is complete.
74 * at which point the cache is "complete".
102 * if there is no cache or it is not complete it returns false.
105 final boolean complete;
107 complete = m_cache.isComplete();
109 complete = false;
111 return complete;
115 * If this NodeSequence has a cache, mark that it is complete.
359 // know that it is complete.
827 * complete due to walking to the end of one o
    [all...]
  /external/icu/icu4c/source/i18n/
cecal.cpp 97 ((CECalendar*)this)->complete(status); // cast away const
dangical.cpp 120 dangiCalZoneAstroCalc->complete(status);
  /external/jline/src/src/main/java/jline/
FileNameCompletor.java 25 * but it cannot complete to other users' homes, since java does
38 public int complete(final String buf, final int cursor, method in class:FileNameCompletor
  /external/libunwind/doc/
unw_step.tex 39 unwind-info needed to complete the operation.
40 \item[\Const{UNW\_EBADVERSION}] The unwind-info needed to complete the
  /external/syslinux/gpxe/src/include/gpxe/
ib_mi.h 62 void ( * complete ) ( struct ib_device *ibdev, member in struct:ib_mad_transaction_operations
  /external/webrtc/webrtc/modules/video_coding/
session_info.h 53 bool complete() const;
72 // decodable and are not complete are marked as non-decodable.
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 217 bool complete = false; local
224 complete = true;
236 ALOGV("sequence not complete, expected seqNo %d, got %d",
267 complete = true;
275 if (!complete) {
281 // We found all the fragments that make up the complete NAL unit.
320 ALOGV("Access unit complete (%zu nal units)", mNALUnits.size());
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
frame_filters.py 187 # If we only have one completion, complete it and return it.
236 def complete(self, text, word): member in class:EnableFrameFilter
270 def complete(self, text, word): member in class:DisableFrameFilter
355 def complete(self, text, word): member in class:SetFrameFilterPriority
435 def complete(self, text, word): member in class:ShowFrameFilterPriority
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
frame_filters.py 187 # If we only have one completion, complete it and return it.
236 def complete(self, text, word): member in class:EnableFrameFilter
270 def complete(self, text, word): member in class:DisableFrameFilter
355 def complete(self, text, word): member in class:SetFrameFilterPriority
435 def complete(self, text, word): member in class:ShowFrameFilterPriority

Completed in 2897 milliseconds

1 2 3 4 5 67 8 91011>>