HomeSort by relevance Sort by last modified time
    Searched refs:complete (Results 251 - 275 of 1135) sorted by null

<<11121314151617181920>>

  /external/libpng/projects/owatcom/
pngconfig.mak 104 $# The libpng project is incompletely configured. To complete configuration
105 $# please complete the following steps:
  /external/okhttp/website/static/
jquery.smooth-scroll.min.js 7 (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/selinux/python/sepolicy/
sepolicy-bash-completion.sh 196 complete -F _sepolicy sepolicy
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 135 bool complete() const { function in class:cricket::BasicPortAllocatorSession::PortData
  /frameworks/base/core/java/android/printservice/
PrintJob.java 134 * @see #complete()
166 * @see #complete()
258 public boolean complete() { method in class:PrintJob
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 93 mNetworkDetail = mNetworkDetail.complete(anqpElements);
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTask8Test.java 242 super.complete(null);
258 public final void complete() {
324 f.complete();
362 f.complete();
522 * helpQuiesce returns when tasks are complete.
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 80 * @param callback Callback to be issued when job processing is complete
214 mPrintJob.complete();
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 36 Show complete file path in error messages.
47 -complete
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 160 // SetAutoComplete instructs the UI to call complete(cmd) to obtain
162 SetAutoComplete(complete func(string) string)
  /prebuilts/go/darwin-x86/src/go/ast/
resolve.go 78 // complete package scope
100 // complete file scopes with imports and resolve identifiers
  /prebuilts/go/darwin-x86/src/go/types/
gotype.go 15 must provide a single Go source file defining a complete package.
216 // complete file names
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 13 // using the ReadFrom or ReadFromIP method might not return a complete
16 // could return a complete packet. For this reason, it is recommended
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 72 // over a pipe. In this case, Wait does not complete until the goroutine
123 // resolve name to a complete path if possible. Otherwise it uses name
267 // Run starts the specified command and waits for it to complete.
273 // If the command fails to run or doesn't complete successfully, the
309 // Start starts the specified command but does not wait for it to complete.
417 // If the command fails to run or doesn't complete successfully, the
423 // to complete.
566 // might block waiting for the write to complete. That's probably OK.
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 36 Show complete file path in error messages.
47 -complete
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 160 // SetAutoComplete instructs the UI to call complete(cmd) to obtain
162 SetAutoComplete(complete func(string) string)
  /prebuilts/go/linux-x86/src/go/ast/
resolve.go 78 // complete package scope
100 // complete file scopes with imports and resolve identifiers
  /prebuilts/go/linux-x86/src/go/types/
gotype.go 15 must provide a single Go source file defining a complete package.
216 // complete file names
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 13 // using the ReadFrom or ReadFromIP method might not return a complete
16 // could return a complete packet. For this reason, it is recommended
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 72 // over a pipe. In this case, Wait does not complete until the goroutine
123 // resolve name to a complete path if possible. Otherwise it uses name
267 // Run starts the specified command and waits for it to complete.
273 // If the command fails to run or doesn't complete successfully, the
309 // Start starts the specified command but does not wait for it to complete.
417 // If the command fails to run or doesn't complete successfully, the
423 // to complete.
566 // might block waiting for the write to complete. That's probably OK.
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 22 # written to bazel-complete.bash.
56 # Some commands might interfer with the important one, so don't complete them
114 # Find the current piece of the line to complete, but only do word breaks at
465 complete -F _bazel__complete -o nospace "${BAZEL}"
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 22 # written to bazel-complete.bash.
56 # Some commands might interfer with the important one, so don't complete them
114 # Find the current piece of the line to complete, but only do word breaks at
465 complete -F _bazel__complete -o nospace "${BAZEL}"
    [all...]
  /system/core/liblog/include/log/
log_event_list.h 65 uint16_t complete; member in struct:__anon106773
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
list-insns.s 2 # Somewhat complete instruction set and operand type check. No
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 174 complete = create_two_host_job()
175 set_hqe_statuses(complete, HqeStatus.COMPLETED, HqeStatus.COMPLETED)
188 self._check_job_ids(rpc_interface.get_jobs(finished=True), [complete])
    [all...]

Completed in 1757 milliseconds

<<11121314151617181920>>