Searched defs:complete (Results 26 - 50 of 121) sorted by relevance

12345

/external/libese/libese-hw/
H A Dese_hw_fake.c44 ese->pad[0] = 1; /* rx complete */
45 ese->pad[1] = 1; /* tx complete */
58 uint32_t len, int complete) {
63 ese->pad[0] = complete;
75 uint32_t len, int complete) {
80 ese->pad[1] = complete;
92 int complete) {
106 ese->pad[0] = complete;
57 fake_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len, int complete) argument
74 fake_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len, int complete) argument
91 fake_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) argument
/external/libese/libese-hw/nxp/pn80t/
H A Dlinux_spidev.c178 uint32_t len, int complete) {
188 .cs_change = !!complete,
207 int complete) {
218 .cs_change = !!complete,
177 spidev_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len, int complete) argument
206 spidev_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len, int complete) argument
/external/apache-http/android/src/android/net/http/
H A DRequest.java350 complete();
451 void complete() { method in class:Request
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java57 * listener is added after the Future is complete, it will be executed
260 * Blocks until the task is complete or the timeout expires. Throws a
276 * Blocks until {@link #complete(Object, Throwable, int)} has been
341 return complete(v, null, COMPLETED);
348 return complete(null, t, COMPLETED);
355 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED);
370 private boolean complete(@Nullable V v, @Nullable Throwable t, method in class:AbstractFuture.Sync
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRuleBasedTimeZone.java325 complete();
395 complete();
469 private void complete() { method in class:RuleBasedTimeZone
592 complete();
749 complete();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java347 complete();
419 complete();
494 private void complete() { method in class:RuleBasedTimeZone
617 complete();
776 complete();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java87 protected void complete() {} method in class:CalendarICU
/external/jline/src/src/main/java/jline/
H A DArgumentCompletor.java135 public int complete(final String buffer, final int cursor, method in class:ArgumentCompletor
164 if (sub.complete(arg, arg.length(), subCandidates) == -1) {
173 int ret = comp.complete(list.getCursorArgument(), argpos, candidates);
233 * @param buffer the complete command buffer
306 * @param buffer the complete command buffer
/external/libedit/examples/
H A Dwtc1.c57 complete(EditLine *el, int ch) function
142 el_wset(el, EL_ADDFN, L"ed-complete", L"Complete argument", complete);
145 el_wset(el, EL_BIND, L"^I", L"ed-complete", NULL);
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp56 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { function in class:LineEditor::ListCompleterConcept
92 return Completer->complete(Buffer, Pos);
/external/webp/include/webp/
H A Ddemux.h82 WEBP_DEMUX_PARSED_HEADER = 1, // Header parsing complete,
145 int complete; // true if 'fragment' contains a full frame. partial images member in struct:WebPIterator
160 // Call WebPDemuxReleaseIterator() when use of the iterator is complete.
198 // Call WebPDemuxReleaseChunkIterator() when use of the iterator is complete.
/external/webp/src/webp/
H A Ddemux.h82 WEBP_DEMUX_PARSED_HEADER = 1, // Header parsing complete,
145 int complete; // true if 'fragment' contains a full frame. partial images member in struct:WebPIterator
160 // Call WebPDemuxReleaseIterator() when use of the iterator is complete.
198 // Call WebPDemuxReleaseChunkIterator() when use of the iterator is complete.
/external/webrtc/webrtc/tools/rtcbot/
H A Dtest.js55 functions[i](complete.bind(this, i));
57 function complete(index, value) {
/external/elfutils/libdwfl/
H A Drelocate.c590 size_t complete = 0; local
609 ++complete;
639 ++complete;
653 if (!partial || complete == nrels)
659 else if (complete != 0)
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h121 Bool complete; member in struct:__anon22904::__anon22905::__anon22916
/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver_unittest.cc62 int32_t InsertFrame(FrameType frame_type, bool complete) { argument
63 int num_of_packets = complete ? 1 : 2;
68 if (!complete) {
H A Dsession_info.cc262 // Irrelevant if session is already complete or decodable
284 bool VCMSessionInfo::complete() const { function in class:webrtc::VCMSessionInfo
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.h135 bool complete() const { function in class:cricket::BasicPortAllocatorSession::PortData
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h149 void complete(Decl *D) { function in class:clang::ParsingDeclRAIIObject
190 void complete(Decl *D) { function in class:clang::ParsingDeclSpec
191 ParsingRAII.complete(D);
221 void complete(Decl *D) { function in class:clang::ParsingDeclarator
222 ParsingRAII.complete(D);
243 void complete(Decl *D) { function in class:clang::ParsingFieldDeclarator
244 ParsingRAII.complete(D);
/external/skia/src/pathops/
H A DSkOpContour.h70 void complete() { function in class:SkOpContour
/external/webrtc/webrtc/base/
H A Dhttpbase.cc221 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...]
/external/jline/
H A Djline-1.0.jar ... void setStrict (boolean) boolean strict public boolean getStrict () public int complete (java.lang.String, int, java.util. ...
/external/autotest/client/bin/
H A Djob.py841 def complete(self, status): member in class:base_client_job
854 # We are about to exit 'complete' so clean up the control file.
1177 # When continuing, the job is complete when there is no
1204 myjob.complete(1)
1216 myjob.complete(1)
1220 # If we get here, then we assume the job is complete and good.
1224 myjob.complete(0)
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp221 virtual ExprResult complete(Expr *syntacticForm);
299 ExprResult complete(Expr *SyntacticForm) override;
403 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
416 return complete(syntacticBase);
480 return complete(syntactic);
532 return complete(syntactic);
963 ExprResult ObjCPropertyOpBuilder::complete(Expr *SyntacticForm) { function in class:ObjCPropertyOpBuilder
970 return PseudoOpBuilder::complete(SyntacticForm);
1068 // We must have a complete class type.
/external/e2fsprogs/lib/support/
H A Ddict.c1096 dnode_t *complete = 0; local
1111 if (complete == NULL && botrowcount-- == 0) {
1115 complete = tree[0];
1117 if (complete != 0) {
1119 complete->right = dictnil;
1121 tree[level]->right = complete;
1122 complete->parent = tree[level];
1123 complete = tree[level];
1129 if (complete == NULL) {
1133 complete
[all...]

Completed in 774 milliseconds

12345