Searched refs:complete (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/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/smack/src/org/jivesoftware/smackx/filetransfer/
H A DOutgoingFileTransfer.java148 * is complete.
253 updateStatus(Status.in_progress, FileTransfer.Status.complete);
320 updateStatus(Status.in_progress, FileTransfer.Status.complete);
/external/stlport/stlport/stl/
H A D_construct.h74 typedef typename __move_traits<_Tp>::complete _Trivial_destructor;
233 typedef typename __move_traits<_Tp>::complete _CompleteMove;
/external/elfutils/0.153/libdwfl/
H A Drelocate.c482 size_t complete = 0; local
500 ++complete;
529 ++complete;
543 if (!partial || complete == nrels)
549 else if (complete != 0)
/external/chromium_org/mojo/nacl/generator/
H A Dgenerate_nacl_bindings.py83 complete = pre + ', '.join(items) + post
84 if len(complete) <= 80:
85 return [complete]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h116 bool complete);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h225 bool complete)> WriteCallback;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.h79 bool complete() const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dpersncal.cpp242 ((PersianCalendar*)this)->complete(status); // cast away const
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h95 * After all rules are added, the caller must call complete() method to
113 void complete(UErrorCode& status);
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition-extracted.js152 complete: function(scope, e) {
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download19 background. After the boot is complete, you can SSH into the system
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase.h38 void complete(HttpError err);
136 // HttpParser::complete should be called.
/external/icu/icu4c/source/i18n/
H A Dpersncal.cpp242 ((PersianCalendar*)this)->complete(status); // cast away const
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h95 * After all rules are added, the caller must call complete() method to
113 void complete(UErrorCode& status);
/external/lldb/include/lldb/Core/
H A DSearchFilter.h59 bool complete) = 0;
/external/lldb/test/
H A Dprogress.py52 def complete(self): member in class:ProgressBar
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:function(){o.afterScroll.call(o.link,o)}},o.step&&(h.step=o.step),r.length?r.stop().animate(f,h):o (…)
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download19 background. After the boot is complete, you can SSH into the system
/external/smack/src/org/jivesoftware/smackx/provider/
H A DAdHocCommandDataProvider.java91 else if (parser.getName().equals("complete")) {
92 adHocCommandData.addAction(AdHocCommand.Action.complete);
/external/chromium_org/chrome/browser/resources/gaia_auth_host/
H A Dgaia_auth_host.js44 * Supported params of auth extension. For a complete list, check out the
61 * Supported localized strings. For a complete list, check out the auth
341 if (/^complete(Login|Authentication)$|^offlineLogin$/.test(msg.method)) {
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager_tutorial.css168 #slide-complete .slide-image {
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js12 complete: 'green',
109 ctx.fillStyle = colors.complete;
192 } else if ((item.state == 'complete') && item.endTime && !item.error) {
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base_unittest.cc142 virtual void didWrite(long long bytes, bool complete) { argument
146 if (complete)
/external/chromium_org/media/cast/receiver/
H A Dframe_receiver.cc127 const bool complete = local
164 // Another frame is complete from a non-duplicate packet. Attempt to emit
166 if (complete)
216 // skipping one or more frames. Skip if the missing frame wouldn't complete
238 // At this point, we have the complete next frame, or a decodable

Completed in 658 milliseconds

1234567891011>>