Searched defs:fn (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Dfunction-named-self-reference.js30 var fn = function fn(val) { function
33 %OptimizeFunctionOnNextCall(fn);
36 var res = fn((val + 1) << 1);
44 var res = fn();
H A Dcall.js77 function fn() { function
81 assertEquals(0, fn.call());
82 assertEquals(0, fn.call(this));
83 assertEquals(0, fn.call(null));
84 assertEquals(0, fn.call(void 0));
85 assertEquals(1, fn.call(this, 1));
86 assertEquals(2, fn.call(this, 1, 2));
87 assertEquals(3, fn.call(this, 1, 2, 3));
/external/clang/test/Sema/
H A Dms-keyword-system-header.c9 void fn() { function
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-interface.cpp15 int fn() { function
H A Dnew-array-init.cpp4 void fn(int n) { function
/external/clang/test/SemaCXX/
H A Dliteral-operators.cpp16 void fn () { void operator "" _fn_good (const char *); } function
H A Dnew-delete-cxx0x.cpp22 void fn() { function
H A Dfntype-decl.cpp4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
/external/clang/test/SemaTemplate/
H A Dnested-incomplete-class.cpp7 bar fn() { function in struct:foo
19 void fn() { function
20 foo<int>().fn();
/external/fdlibm/
H A De_scalb.c15 * __ieee754_scalb(x, fn) is provide for
24 double __ieee754_scalb(double x, int fn) argument
26 double __ieee754_scalb(x,fn)
27 double x; int fn;
31 double __ieee754_scalb(double x, double fn)
33 double __ieee754_scalb(x,fn)
34 double x, fn;
39 return ieee_scalbn(x,fn);
41 if (ieee_isnan(x)||ieee_isnan(fn)) return x*fn;
[all...]
H A Dw_scalb.c15 * wrapper ieee_scalb(double x, double fn) is provide for
26 double ieee_scalb(double x, int fn) /* wrapper scalb */ argument
28 double ieee_scalb(double x, double fn) /* wrapper scalb */
31 double ieee_scalb(x,fn) /* wrapper scalb */
33 double x; int fn;
35 double x,fn;
40 return __ieee754_scalb(x,fn);
43 z = __ieee754_scalb(x,fn);
46 return __kernel_standard(x,(double)fn,32); /* scalb overflow */
49 return __kernel_standard(x,(double)fn,3
[all...]
/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.afterScroll.call(o.link,o)},l.smoothScroll.version=e,l.smoothScroll.filterPath=function(l){return l.replace(/^\//,"").replace(/(index|default).[a-zA-Z]{3,4}$/,"").replace(/\/$/,"")},l.fn.smoothScroll.defaults=o})(jQuery)
/external/valgrind/main/drd/
H A Ddrd_darwin_intercepts.c45 OrigFn fn; local
47 VALGRIND_GET_ORIG_FN(fn);
50 CALL_FN_W_WW(res, fn, imageLoaderCache, lazyBindingInfoOffset);
/external/valgrind/main/memcheck/tests/
H A Dwrap1.c20 OrigFn fn; local
21 VALGRIND_GET_ORIG_FN(fn);
23 CALL_FN_v_v(fn);
H A Dwrap7.c16 OrigFn fn; local
17 VALGRIND_GET_ORIG_FN(fn);
19 CALL_FN_v_v(fn);
H A Dwrap2.c19 OrigFn fn; local
20 VALGRIND_GET_ORIG_FN(fn);
22 CALL_FN_W_W(r, fn, n);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.isonscreen.js34 jQuery.fn.isOnScreen = function (container) {
/external/chromium-libpac/test/js-unittest/
H A Dbindings.js29 expectEquals(null, dnsResolve(fn));
61 function fn() {} function
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Dbindings.js29 expectEquals(null, dnsResolve(fn));
61 function fn() {} function
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml18 let fn = Sys.argv.(1) in var
21 test (Llvm_bitwriter.write_bitcode_file m fn);
27 let mb = Llvm.MemoryBuffer.of_file fn in
39 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
48 let mb = Llvm.MemoryBuffer.of_file fn in
59 let fn = fn ^ ".txt" in var
60 begin let oc = open_out fn in
68 let mb = Llvm.MemoryBuffer.of_file fn in
H A Danalysis.ml26 let fn = define_function "valid_fn" fty m in var
27 let at_entry = builder_at_end context (entry_block fn) in
37 if not (verify_function fn) then bomb "valid function failed verification!";
49 if verify_function fn then bomb "invalid function passed verification!";
H A Dscalar_opts.ml41 let fn = define_function "fn" fty m in var
42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
78 ++ PassManager.run_function fn
H A Dvectorize_opts.ml41 let fn = define_function "fn" fty m in var
42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
/external/chromium_org/third_party/skia/src/core/
H A DSkLazyFnPtr.h45 F fn = (F)SK_ANNOTATE_UNPROTECTED_READ(fPtr); local
46 if (fn != NULL) {
47 return fn;
51 fn = Choose();
54 F prev = (F)sk_atomic_cas(&fPtr, NULL, (void*)fn);
57 // If prev == NULL, we did write fn to fPtr.
58 return prev != NULL ? prev : fn;
/external/clang/test/Misc/
H A Dbackend-stack-frame-diagnostics.cpp64 auto fn = local
69 fn();
73 auto fn = local
78 fn();

Completed in 526 milliseconds

1234567891011>>