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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/internal/poll/
fd_io_plan9.go 16 // The undergoing I/O system call can either complete or be
82 // Wait for the I/O operation to complete.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_io_plan9.go 16 // The undergoing I/O system call can either complete or be
82 // Wait for the I/O operation to complete.
  /system/extras/tests/sdcard/
plot_sdcard.py 95 self.complete = False
111 self.complete = True
142 if not metadata.complete:
176 if not metadata.complete:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
unimplemented.s 5 ; not contain duplicate entries. No compelling need for complete coverage.
  /external/libedit/examples/
tc1.c 72 static unsigned char complete(EditLine *, int);
93 complete(EditLine *el, int ch __attribute__((__unused__))) function
163 el_set(el, EL_ADDFN, "ed-complete", "Complete argument", complete);
166 el_set(el, EL_BIND, "^I", "ed-complete", NULL);
  /external/libese/apps/boot/tests/
ese_app_boot_tests.cpp 39 uint32_t len, int complete) { return -1; }
41 uint32_t len, int complete) { return -1; }
43 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 143 vec4_tes_visitor::emit_urb_write_opcode(bool complete)
146 if (complete) {
152 inst->urb_write_flags = complete ?
gen6_gs_visitor.cpp 290 gen6_gs_visitor::emit_urb_write_opcode(bool complete, int base_mrf,
295 if (!complete) {
296 /* If the vertex is not complete we don't have to do anything special */
392 bool complete = false; local
434 complete = slot >= prog_data->vue_map.num_slots;
435 emit_urb_write_opcode(complete, base_mrf, mrf, urb_offset);
436 } while (!complete);
458 * always include the COMPLETE flag or else the GPU hangs. If we have not
459 * produced any output we can't use the COMPLETE flag.
466 * which works for both cases by setting the COMPLETE and UNUSED flags i
    [all...]
brw_ff_gs_emit.c 172 bool complete = false; local
178 complete = true;
185 * vertex, then we mark it as complete, and either end the thread or
190 if (!complete)
208 } while (!complete);
432 * ensure that all writes are complete by sending the final
  /external/syslinux/gpxe/src/net/infiniband/
ib_pathrec.c 83 path->op->complete ( ibdev, path, rc, &path->av );
88 .complete = ib_path_complete,
95 * @v av Address vector to complete
229 .complete = ib_cached_path_complete,
236 * @v av Address vector to complete
ib_mi.c 86 madx->op->complete ( ibdev, mi, madx, 0, mad, av );
109 * Complete receive via management interface
253 madx->op->complete ( ibdev, mi, madx, -ETIMEDOUT, NULL, NULL );
400 madx->op->complete ( ibdev, mi, madx, -ECANCELED, NULL, NULL );
  /external/webrtc/webrtc/modules/video_coding/
frame_buffer.cc 79 return _sessionInfo.complete();
159 if (_sessionInfo.complete()) {
266 _completeFrame = _sessionInfo.complete();
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java 79 printJob.complete();
106 printJob.complete();
156 printJob.complete();
247 printJob.complete();
425 printJob.complete();
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/golang-protobuf/proto/
text.go 73 complete bool // if the current position is a complete line
80 if !w.compact && w.complete {
83 w.complete = false
95 if !w.compact && w.complete {
99 w.complete = false
122 if w.complete {
137 w.complete = len(frags[len(frags)-1]) == 0
145 if !w.compact && w.complete {
149 w.complete = c == '\n
    [all...]
  /device/google/contexthub/contexthubhal/
system_comms.cpp 305 complete();
433 complete();
442 complete();
546 complete();
593 complete();
623 complete();
654 complete();
693 complete();
726 complete();
742 complete();
    [all...]
  /external/curl/docs/cmdline-opts/
write-out.d 95 The average download speed that curl measured for the complete download. Bytes
99 The average upload speed that curl measured for the complete upload. Bytes per
126 started. time_redirect shows the complete execution time for multiple
  /external/webrtc/webrtc/base/
httpbase.cc 221 HttpParser::complete(HttpError error) { function in class:rtc::HttpParser
282 // complete the I/O process, which means that our wrapper is not in danger
284 // wants complete to be called. We make sure to uninstall our wrapper
285 // before calling complete().
287 bool complete = base_->DoReceiveLoop(&http_error); variable
294 // EOS or ERROR, appropriately. Finally, we call complete().
296 if (complete) {
300 base->complete(http_error);
303 // Even if we are complete, if some data was read we must return SUCCESS.
551 // the buffered data. In particular, it will wait until a complete
    [all...]
  /test/vti/dashboard/src/main/webapp/js/
test_results.js 144 complete: function() { header.css('height', ''); }
158 complete: function() { header.css('height', ''); }
281 complete: function() { div.css('height', ''); }
  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 111 TaskGeneric::ExecutionResult result = child->complete();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_rlcompleter.py 19 self.stdcompleter.complete('', 0)
  /external/jline/src/src/main/java/jline/
SimpleCompletor.java 64 * Complete candidates using the contents of the specified Reader.
71 * Complete candidates using the whitespearated values in
96 public int complete(final String buffer, final int cursor, final List clist) { method in class:SimpleCompletor
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
locks.h 197 static inline void complete(struct completion *c) function
  /external/mksh/src/
emacsfn.h 39 FN(comp_comm, "complete-command", 0)
40 FN(comp_file, "complete-file", 0)
41 FN(comp_list, "complete-list", 0)
42 FN(complete, "complete", 0)

Completed in 3628 milliseconds

1 2 3 4 5 6 78 91011>>