HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 26 - 50 of 693) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
wrap1.c 20 OrigFn fn; local
21 VALGRIND_GET_ORIG_FN(fn);
23 CALL_FN_v_v(fn);
wrap7.c 16 OrigFn fn; local
17 VALGRIND_GET_ORIG_FN(fn);
19 CALL_FN_v_v(fn);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug133.dir/
bug2.go 12 func fn(p *T2) int { func
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug389.go 10 func fn(a float32) {} func
12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
bug117.go 18 func fn(p PS) int { func
  /prebuilts/go/linux-x86/test/fixedbugs/bug133.dir/
bug2.go 12 func fn(p *T2) int { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug389.go 10 func fn(a float32) {} func
12 var f func(arg int) = fn // ERROR "cannot use fn .type func.float32.. as type func.int. in assignment|different parameter types"
bug117.go 18 func fn(p PS) int { func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
tlsd.s 8 .globl fn
9 .type fn,@function
10 fn: label
tlsnopic.s 11 .globl fn
12 .type fn,@function
13 fn: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
tlsd.s 10 .global fn
11 .type fn, @function
12 fn: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
tlslib-o32.s 5 .globl fn
6 .ent fn
7 .type fn,@function
8 fn: label
48 .end fn
  /external/okhttp/website/static/
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/chromium-libpac/test/js-unittest/
bindings.js 29 expectEquals(undefined, dnsResolve(fn));
61 function fn() {} function
  /external/clang/test/CodeGenCXX/
new-array-init.cpp 4 void fn(int n) { function
  /external/clang/test/SemaCXX/
fntype-decl.cpp 4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
accumulate_n_v2_eager_test.py 67 def fn(first, second, third): function in function:AccumulateNV2EagerTest.testGrad
70 grad_fn = backprop.gradients_function(fn)
  /external/valgrind/none/tests/
res_search.c 8 void* fn(void* arg) function
42 if(0 != pthread_create(&pid, 0, fn, (void*)argv[1]))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
tls-o32.s 5 .globl fn
6 .ent fn
7 .type fn,@function
8 fn: label
57 .end fn
  /bionic/libm/upstream-freebsd/lib/msun/src/
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 36 #define fn lrint macro
47 fn(type x) function
s_lroundf.c 9 #define fn lroundf macro
s_lroundl.c 9 #define fn lroundl macro

Completed in 286 milliseconds

12 3 4 5 6 7 8 91011>>