Searched refs:complete (Results 51 - 75 of 366) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java47 * have to provide the data forms the user must complete in each stage and the
239 public abstract void complete(Form response) throws XMPPException; method in class:AdHocCommand
263 * {@link Action#complete complete}. This method will be only invoked for commands that
397 complete, enum constant in enum:AdHocCommand.Action
H A DRemoteCommand.java37 * {@link AdHocCommand.Action#complete complete} actions results in executing that
94 public void complete(Form form) throws XMPPException { method in class:RemoteCommand
95 executeAction(Action.complete, form, packetReplyTimeout);
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_and_associated_view.js77 var complete = this.list_ &&
81 if (!complete) {
/external/chromium_org/chromeos/dbus/
H A Dgsm_sms_client.h32 typedef base::Callback<void(uint32 index, bool complete)> SmsReceivedHandler;
H A Dmodem_messaging_client.h30 bool complete)> SmsReceivedHandler;
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.h35 void DidWrite(int64 bytes, bool complete);
H A Dfile_system_dispatcher.h56 bool complete)> WriteCallback;
148 void OnDidWrite(int request_id, int64 bytes, bool complete);
/external/chromium_org/third_party/polymer/components-chromium/core-ajax/
H A Dcore-ajax-extracted.js19 * @event core-complete
166 this.complete(xhr);
185 complete: function(xhr) {
186 this.fire('core-complete', {response: xhr.status, xhr: xhr});
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc248 bool complete = false; local
253 while (!complete)
255 complete = Encode();
256 if (!frameQueue.Empty() || complete)
/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h31 // This is the command completion callback that is used to complete the argument of the option
179 bool complete) = 0;
217 bool complete);
250 bool complete);
281 bool complete);
/external/chromium_org/content/child/
H A Dresource_dispatcher_unittest.cc127 bool complete() const { return complete_; } function in class:content::TestRequestPeer
379 EXPECT_TRUE(peer.complete());
416 EXPECT_TRUE(peer1.complete());
417 EXPECT_FALSE(peer2.complete());
421 EXPECT_TRUE(peer2.complete());
448 EXPECT_FALSE(peer.complete());
473 EXPECT_FALSE(peer.complete());
501 EXPECT_TRUE(peer.complete());
533 EXPECT_FALSE(peer.complete());
556 EXPECT_FALSE(peer.complete());
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc64 void SmsReceivedCallback(uint32 index, bool complete);
146 bool complete) {
147 // Only handle complete messages.
148 if (!complete)
186 void SmsReceivedCallback(const dbus::ObjectPath& path, bool complete);
294 bool complete) {
295 // Only handle complete messages.
296 if (!complete)
144 SmsReceivedCallback( uint32 index, bool complete) argument
292 SmsReceivedCallback( const dbus::ObjectPath& sms_path, bool complete) argument
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java140 || status == Status.complete || status == Status.refused;
278 * stream type. After the stream negotiating process is complete the
302 complete("Complete"), enum constant in enum:FileTransfer.Status
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java100 /** 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/
H A DNodeSequence.java55 * 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 du
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsigner.js240 this.token_.complete();
264 token.complete();
275 this.token_.complete();
288 this.token_.complete();
/external/chromium_org/components/omnibox/
H A Dkeyword_provider.h118 // typed the complete keyword, and whether the user is in "prefer keyword
120 // If |allow_exact_keyword_match| is false, the relevance for complete
123 bool complete,
/external/chromium_org/content/browser/
H A Dbyte_stream.cc75 void PostToPeer(bool complete, int status);
288 void ByteStreamWriterImpl::PostToPeer(bool complete, int status) { argument
291 DCHECK(complete || 0 != input_contents_size_);
309 complete,
413 // source complete.
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcontext_lost.py121 # To allow time for a gpucrash to complete, wait up to 20s,
156 'Test didn\'t complete (no context lost event?)')
170 'Test didn\'t complete (no context restored event?)')
188 raise page_test.Failure('Test didn\'t complete')
196 raise page_test.Failure('Test didn\'t complete')
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile44 @echo "Link check complete; look for any errors in the above output " \
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.h70 virtual void didWrite(long long bytes, bool complete) OVERRIDE;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.cpp95 ((CECalendar*)this)->complete(status); // cast away const
H A Ddangical.cpp118 dangiCalZoneAstroCalc->complete(status);
/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h79 WEBP_DEMUX_PARSED_HEADER = 1, // Header parsing complete,
143 int complete; // true if 'fragment' contains a full frame. partial images member in struct:WebPIterator
159 // Call WebPDemuxReleaseIterator() when use of the iterator is complete.
201 // Call WebPDemuxReleaseChunkIterator() when use of the iterator is complete.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dsession_info.h53 bool complete() const;
72 // decodable and are not complete are marked as non-decodable.

Completed in 1064 milliseconds

1234567891011>>