HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 401 - 425 of 3045) sorted by null

<<11121314151617181920>>

  /system/core/libmemunreachable/
Binder.cpp 38 std::function<ssize_t(size_t, uintptr_t*)> fn) {
39 if (fn == nullptr) {
48 ssize_t ret = fn(refs.size(), refs.data());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
tlsnopic.s 11 .globl fn
12 .type fn,@function
13 fn: label
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletableFuture.java 576 Function<? super T,? extends V> fn; field in class:CompletableFuture.UniApply
579 Function<? super T,? extends V> fn) {
580 super(executor, dep, src); this.fn = fn;
585 !d.uniApply(a = src, fn, mode > 0 ? null : this))
587 dep = null; src = null; fn = null;
632 Consumer<? super T> fn; field in class:CompletableFuture.UniAccept
634 CompletableFuture<T> src, Consumer<? super T> fn) {
635 super(executor, dep, src); this.fn = fn;
687 Runnable fn; field in class:CompletableFuture.UniRun
735 BiConsumer<? super T, ? super Throwable> fn; field in class:CompletableFuture.UniWhenComplete
798 BiFunction<? super T, Throwable, ? extends V> fn; field in class:CompletableFuture.UniHandle
854 Function<? super Throwable, ? extends T> fn; field in class:CompletableFuture.UniExceptionally
951 Function<? super T, ? extends CompletionStage<V>> fn; field in class:CompletableFuture.UniCompose
1094 BiFunction<? super T,? super U,? extends V> fn; field in class:CompletableFuture.BiApply
1165 BiConsumer<? super T,? super U> fn; field in class:CompletableFuture.BiAccept
1237 Runnable fn; field in class:CompletableFuture.BiRun
1373 Function<? super T,? extends V> fn; field in class:CompletableFuture.OrApply
1437 Consumer<? super T> fn; field in class:CompletableFuture.OrAccept
1501 Runnable fn; field in class:CompletableFuture.OrRun
1610 CompletableFuture<T> dep; Supplier<? extends T> fn; field in class:CompletableFuture.AsyncSupply
1646 CompletableFuture<Void> dep; Runnable fn; field in class:CompletableFuture.AsyncRun
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 20 // mcall switches from the g to the g0 stack and invokes fn(g),
23 // It is up to fn to arrange for that later execution, typically by recording
26 // fn must not return at all; typically it ends by calling schedule, to let the m
31 // This must NOT be go:noescape: if fn is a stack-allocated closure,
32 // fn puts g on a run queue, and g executes before fn returns, the
34 func mcall(fn func(*g))
36 // systemstack runs fn on a system stack.
39 // systemstack calls fn directly and returns.
42 // to the per-OS-thread stack, calls fn, and switches back
    [all...]
syscall_solaris.go 30 func syscall_sysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {
32 fn: fn,
43 func syscall_rawsysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {
45 fn: fn,
60 fn: uintptr(unsafe.Pointer(&libc_chdir)),
71 fn: uintptr(unsafe.Pointer(&libc_chroot)),
88 fn: uintptr(unsafe.Pointer(&libc_execve)),
105 fn: uintptr(unsafe.Pointer(&libc_fcntl))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 20 // mcall switches from the g to the g0 stack and invokes fn(g),
23 // It is up to fn to arrange for that later execution, typically by recording
26 // fn must not return at all; typically it ends by calling schedule, to let the m
31 // This must NOT be go:noescape: if fn is a stack-allocated closure,
32 // fn puts g on a run queue, and g executes before fn returns, the
34 func mcall(fn func(*g))
36 // systemstack runs fn on a system stack.
39 // systemstack calls fn directly and returns.
42 // to the per-OS-thread stack, calls fn, and switches back
    [all...]
syscall_solaris.go 30 func syscall_sysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {
32 fn: fn,
43 func syscall_rawsysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {
45 fn: fn,
60 fn: uintptr(unsafe.Pointer(&libc_chdir)),
71 fn: uintptr(unsafe.Pointer(&libc_chroot)),
88 fn: uintptr(unsafe.Pointer(&libc_execve)),
105 fn: uintptr(unsafe.Pointer(&libc_fcntl))
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
builder_test.go 106 fn func(b *Builder) (int, error)
137 n, err := tt.fn(&b)
146 n, err = tt.fn(&b)
197 func numAllocs(fn func()) uint64 {
201 fn()
209 fn func()
215 fn: func() {
225 fn: func() {
235 fn: func() {
246 fn: func()
    [all...]
  /prebuilts/go/linux-x86/src/strings/
builder_test.go 106 fn func(b *Builder) (int, error)
137 n, err := tt.fn(&b)
146 n, err = tt.fn(&b)
197 func numAllocs(fn func()) uint64 {
201 fn()
209 fn func()
215 fn: func() {
225 fn: func() {
235 fn: func() {
246 fn: func()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_functoolsmodule.c 94 PyObject *fn; member in struct:__anon4377
127 pto->fn = func;
154 Py_XDECREF(pto->fn);
167 assert (PyCallable_Check(pto->fn));
201 ret = PyObject_Call(pto->fn, argappl, kwappl);
210 Py_VISIT(pto->fn);
223 {"func", T_OBJECT, OFF(fn), READONLY,
283 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn,
291 PyObject *fn, *fnargs, *kw, *dict; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socketserver.py 77 for fn in self.test_files:
79 os.remove(fn)
93 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
98 if fn[1] == ':':
99 fn = fn[2:]
100 if fn[0] in (os.sep, os.altsep):
101 fn = fn[1:]
103 fn = fn.replace(os.sep, os.altsep)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_functoolsmodule.c 94 PyObject *fn; member in struct:__anon4687
127 pto->fn = func;
158 Py_XDECREF(pto->fn);
171 assert (PyCallable_Check(pto->fn));
205 ret = PyObject_Call(pto->fn, argappl, kwappl);
214 Py_VISIT(pto->fn);
227 {"func", T_OBJECT, OFF(fn), READONLY,
287 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn,
295 PyObject *fn, *fnargs, *kw, *dict; local
    [all...]
  /external/python/cpython2/Modules/
_functoolsmodule.c 94 PyObject *fn; member in struct:__anon32708
127 pto->fn = func;
149 Py_XDECREF(pto->fn);
162 assert (PyCallable_Check(pto->fn));
197 ret = PyObject_Call(pto->fn, argappl, kwappl);
206 Py_VISIT(pto->fn);
219 {"func", T_OBJECT, OFF(fn), READONLY,
279 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn,
287 PyObject *fn, *fnargs, *kw, *dict local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
  /external/okhttp/website/static/
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on(" (…)
    [all...]
  /test/vti/test_serving/gae/webapp/static/bootstrap/js/
bootstrap.js 130 var old = $.fn.alert
132 $.fn.alert = function (option) {
141 $.fn.alert.Constructor = Alert
147 $.fn.alert.noConflict = function () {
148 $.fn.alert = old
188 this.options = $.extend({}, $.fn.button.defaults, options)
224 var old = $.fn.button
226 $.fn.button = function (option) {
237 $.fn.button.defaults = {
241 $.fn.button.Constructor = Butto
    [all...]
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on(" (…)
    [all...]
  /external/python/cpython3/Lib/test/
test_venv.py 76 fn = self.get_env_file(*args)
77 self.assertTrue(os.path.isdir(fn))
104 fn = self.get_env_file(self.bindir, self.exe)
105 if not os.path.exists(fn): # diagnostics for Windows buildbot failures
109 self.assertTrue(os.path.exists(fn), 'File %r should exist.' % fn)
171 fn = os.path.join(d, filename)
172 with open(fn, 'wb') as f:
182 fn = os.path.join(self.env_dir, *(subdirs + ('foo',)))
183 self.assertTrue(os.path.exists(fn))
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c 1063 OrigFn fn; local
1101 OrigFn fn; local
1128 OrigFn fn; local
1378 OrigFn fn; local
1423 OrigFn fn; local
1451 OrigFn fn; local
1480 OrigFn fn; local
1513 OrigFn fn; local
1556 OrigFn fn; local
1584 OrigFn fn; local
1632 OrigFn fn; local
1659 OrigFn fn; local
1680 OrigFn fn; local
1717 OrigFn fn; local
1763 OrigFn fn; local
1778 OrigFn fn; local
1811 OrigFn fn; local
1860 OrigFn fn; local
1915 OrigFn fn; local
1958 OrigFn fn; local
1994 OrigFn fn; local
2029 OrigFn fn; local
2062 OrigFn fn; local
2090 OrigFn fn; local
2113 OrigFn fn; local
2141 OrigFn fn; local
2156 OrigFn fn; local
2171 OrigFn fn; local
2186 OrigFn fn; local
2203 OrigFn fn; local
2234 OrigFn fn; local
2260 OrigFn fn; local
2283 OrigFn fn; local
2299 OrigFn fn; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_subroutine.cpp 90 ir_function *fn = this->state->subroutines[s]; local
91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index);
95 for (int i = 0; i < fn->num_subroutine_types; i++) {
96 if (ir->sub_var->type->without_array() == fn->subroutine_types[i]) {
110 fn->exact_matching_signature(this->state,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mailerdaemon.py 166 files = filter(lambda fn, pat=pat: pat.match(fn) is not None, os.listdir('.'))
169 for fn in files:
171 fp = open(fn)
174 print '%s\t%-40s\t'%(fn, sender[1]),
181 os.rename(fn, ','+fn)
182 ## os.unlink(fn)
203 errorfirst[e] = '%s (%s)' % (fn, date)
206 errorlast[e] = '%s (%s)' % (fn, date)
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3name_test.cc 279 int (*fn) (X509 *, const char *); member in struct:set_name_fn
318 static void check_message(const struct set_name_fn *fn, const char *op,
325 fn->name, op, nameincert,
334 const struct set_name_fn *fn)
349 } else if (fn->host) {
356 check_message(fn, "host", nameincert, match, *pname);
364 } else if (fn->host) {
371 check_message(fn, "host-no-wildcards", nameincert, match, *pname);
375 if (fn->email) {
382 check_message(fn, "email", nameincert, match, *pname)
    [all...]

Completed in 473 milliseconds

<<11121314151617181920>>