HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 1 - 25 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
ms-keyword-system-header.c 9 void fn() { function
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 7 #define fn llrint macro
s_llrintf.c 7 #define fn llrintf macro
s_llrintl.c 7 #define fn llrintl macro
s_lrintf.c 7 #define fn lrintf macro
s_lrintl.c 7 #define fn lrintl macro
s_llround.c 9 #define fn llround macro
s_llroundf.c 9 #define fn llroundf macro
s_llroundl.c 9 #define fn llroundl macro
s_lrint.c 38 #define fn lrint macro
49 fn(type x) function
  /external/bcc/examples/networking/
simple_tc.py 18 fn = b.load_func("hello", BPF.SCHED_CLS) variable
23 ipr.tc("add-filter", "bpf", idx, ":1", fd=fn.fd,
24 name=fn.name, parent="ffff:", action="ok", classid=1)
26 ipr.tc("add-filter", "bpf", idx, ":1", fd=fn.fd,
27 name=fn.name, parent="1:", action="ok", classid=1)
  /external/clang/test/CodeGenCXX/
microsoft-interface.cpp 15 int fn() { function
new-array-init.cpp 4 void fn(int n) { function
  /external/clang/test/SemaCXX/
new-delete-cxx0x.cpp 22 void fn() { function
fntype-decl.cpp 4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
  /external/clang/test/SemaTemplate/
nested-incomplete-class.cpp 7 bar fn() { function in struct:foo
19 void fn() { function
20 foo<int>().fn();
  /external/compiler-rt/test/sanitizer_common/TestCases/
fopen_nullptr.c 4 const char *fn = NULL; variable
6 int main() { f = fopen(fn, "r"); }
  /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.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)
jquery-maven-artifact.min.js 7 */(function(e){function n(e,t){var n=e.groupId.replace(/\./g,"/"),r="http://repo1.maven.org/maven2/"+n+"/"+e.artifactId+"/"+t+"/"+e.artifactId+"-"+t;return typeof e.classifier!="undefined"&&(r+="-"+e.classifier),r+="."+e.packaging,r}function r(e){var t={groupId:"g",artifactId:"a",packaging:"p",classifier:"l"},n="";for(var r in t)t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&(n!==""&&(n+="+AND+"),n+=t[r]+':"'+e[r]+'"');return n}var t={packaging:"jar"};e.fn.artifactVersion=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required.");return}if(typeof s=="undefined"){alert("Error: callback function required.");return}var i=e.extend({},t,i),o="http://search.maven.org/solrsearch/select/?q="+r(i)+"&wt=json&json.wrf=?";e.getJSON(o,function(e){var t=e.response.docs;if(t.length==0)return;var r=t[0].latestVersion||t[0].v,o=n(i,r);s(r,o)})},e.fn.artifactVersions=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required." (…)
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache_test.cc 24 NameAttrList fn; local
25 fn.set_name("afunction");
32 XlaCompilationCache::BuildSignature(fn, args));
37 XlaCompilationCache::BuildSignature(fn, args));
42 XlaCompilationCache::BuildSignature(fn, args));
  /external/tensorflow/tensorflow/python/eager/
lift_to_graph_test.py 36 def fn(): function in function:LiftToGraphTest.testCaptureOrdering
39 concrete_fn = fn.get_concrete_function()
  /external/tensorflow/tensorflow/python/kernel_tests/
template_mirrored_strategy_test.py 34 def fn(): function in function:TemplateMirroredStrategyTest.test_merge_call
42 temp = template.make_template("my_template", fn)
accumulate_n_eager_test.py 59 def fn(first, second, third): function in function:AccumulateNV2EagerTest.testGrad
62 grad_fn = backprop.gradients_function(fn)
  /external/chromium-libpac/test/js-unittest/
bindings.js 29 expectEquals(undefined, dnsResolve(fn));
61 function fn() {} function
  /external/tensorflow/tensorflow/python/data/experimental/benchmarks/
map_defun_benchmark.py 59 def fn(x): function in function:MapDefunBenchmark.benchmarkDefunVsMapFn
66 map_fn_op = map_fn.map_fn(fn, base)

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>