HomeSort by relevance Sort by last modified time
    Searched full:func (Results 151 - 175 of 13995) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/sync/
race0.go 15 func raceAcquire(addr unsafe.Pointer) {
18 func raceRelease(addr unsafe.Pointer) {
21 func raceReleaseMerge(addr unsafe.Pointer) {
24 func raceDisable() {
27 func raceEnable() {
30 func raceRead(addr unsafe.Pointer) {
33 func raceWrite(addr unsafe.Pointer) {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm.go 11 func arg1(x int8, y uint8)
12 func arg2(x int16, y uint16)
13 func arg4(x int32, y uint32)
14 func arg8(x int64, y uint64)
15 func argint(x int, y uint)
16 func argptr(x *byte, y *byte, c chan int, m map[int]int, f func())
17 func argstring(x, y string)
18 func argslice(x, y []string)
19 func argiface(x interface{}, y interface
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
asm.go 11 func arg1(x int8, y uint8)
12 func arg2(x int16, y uint16)
13 func arg4(x int32, y uint32)
14 func arg8(x int64, y uint64)
15 func argint(x int, y uint)
16 func argptr(x *byte, y *byte, c chan int, m map[int]int, f func())
17 func argstring(x, y string)
18 func argslice(x, y []string)
19 func argiface(x interface{}, y interface
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 10 func lwp_create(param *lwpparams) int32
13 func sigaltstack(new, old *sigaltstackt)
16 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
19 func sigaction(sig int32, new, old *sigactiont)
22 func sigprocmask(how int32, new, old *sigset)
25 func setitimer(mode int32, new, old *itimerval)
28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
31 func getrlimit(kind int32, limit unsafe.Pointer) int32
33 func raise(sig int32)
34 func raiseproc(sig int32
    [all...]
signal_nacl_386.go 14 func (c *sigctxt) regs() *excregs386 { return &(*exccontext)(c.ctxt).regs }
15 func (c *sigctxt) eax() uint32 { return c.regs().eax }
16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx }
17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx }
18 func (c *sigctxt) edx() uint32 { return c.regs().edx }
19 func (c *sigctxt) edi() uint32 { return c.regs().edi }
20 func (c *sigctxt) esi() uint32 { return c.regs().esi }
21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp }
22 func (c *sigctxt) esp() uint32 { return c.regs().esp }
23 func (c *sigctxt) eip() uint32 { return c.regs().eip
    [all...]
race0.go 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
21 func raceinit() uintptr { throw("race"); return 0 }
22 func racefini() { throw("race") }
23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") }
24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
26 func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
27 func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
28 func raceacquire(addr unsafe.Pointer) { throw("race")
    [all...]
os_freebsd.go 10 func thr_new(param *thrparam, size int32)
13 func sigaltstack(new, old *stackt)
16 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
19 func sigaction(sig int32, new, old *sigactiont)
22 func sigprocmask(how int32, new, old *sigset)
25 func setitimer(mode int32, new, old *itimerval)
28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
31 func getrlimit(kind int32, limit unsafe.Pointer) int32
32 func raise(sig int32)
33 func raiseproc(sig int32
    [all...]
os_linux.go 10 func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32
13 func clone(flags int32, stk, mm, gg, fn unsafe.Pointer) int32
16 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32
19 func sigaltstack(new, old *sigaltstackt)
22 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
25 func setitimer(mode int32, new, old *itimerval)
28 func rtsigprocmask(sig uint32, new, old *sigset, size int32)
31 func getrlimit(kind int32, limit unsafe.Pointer) int32
32 func raise(sig int32)
33 func raiseproc(sig int32
    [all...]
os_openbsd.go 10 func setitimer(mode int32, new, old *itimerval)
13 func sigaction(sig int32, new, old *sigactiont)
16 func sigaltstack(new, old *stackt)
19 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
22 func sigprocmask(mode int32, new uint32) uint32
25 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
27 func raise(sig int32)
28 func raiseproc(sig int32)
31 func tfork(param *tforkt, psize uintptr, mm *m, gg *g, fn uintptr) int32
34 func thrsleep(ident uintptr, clock_id int32, tsp *timespec, lock uintptr, abort *uint32) int3
    [all...]
stubs_android.go 6 func access(name *byte, mode int32) int32
8 func connect(fd uintptr, addr unsafe.Pointer, len int32) int32
10 func socket(domain int32, typ int32, prot int32) int32
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 10 func lwp_create(param *lwpparams) int32
13 func sigaltstack(new, old *sigaltstackt)
16 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
19 func sigaction(sig int32, new, old *sigactiont)
22 func sigprocmask(how int32, new, old *sigset)
25 func setitimer(mode int32, new, old *itimerval)
28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
31 func getrlimit(kind int32, limit unsafe.Pointer) int32
33 func raise(sig int32)
34 func raiseproc(sig int32
    [all...]
signal_nacl_386.go 14 func (c *sigctxt) regs() *excregs386 { return &(*exccontext)(c.ctxt).regs }
15 func (c *sigctxt) eax() uint32 { return c.regs().eax }
16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx }
17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx }
18 func (c *sigctxt) edx() uint32 { return c.regs().edx }
19 func (c *sigctxt) edi() uint32 { return c.regs().edi }
20 func (c *sigctxt) esi() uint32 { return c.regs().esi }
21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp }
22 func (c *sigctxt) esp() uint32 { return c.regs().esp }
23 func (c *sigctxt) eip() uint32 { return c.regs().eip
    [all...]
race0.go 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
21 func raceinit() uintptr { throw("race"); return 0 }
22 func racefini() { throw("race") }
23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") }
24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
26 func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
27 func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
28 func raceacquire(addr unsafe.Pointer) { throw("race")
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/testdata/
decls2b.src 13 func (T1) m /* ERROR "already declared" */ () {}
14 func (T2) m(io.Writer) {}
24 func (t *T6) m1() int {
28 func f() {
37 func f_double /* ERROR "redeclared" */ () {}
41 func (T /* ERROR "undeclared" */ ) _() {}
42 func (T1) _(undeclared /* ERROR "undeclared" */ ) {}
43 func (T1) _() int { return "foo" /* ERROR "cannot convert" */ }
47 func (Foo /* ERROR "undeclared" */ ) m() {}
48 func (Foo /* ERROR "undeclared" */ ) m(undeclared /* ERROR "undeclared" */ ) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/
main_plan9_test.go 7 func installTestHooks() {}
9 func uninstallTestHooks() {}
11 func forceCloseSockets() {}
13 func enableSocketConnect() {}
15 func disableSocketConnect(network string) {}
  /prebuilts/go/linux-x86/src/go/types/testdata/
decls2b.src 13 func (T1) m /* ERROR "already declared" */ () {}
14 func (T2) m(io.Writer) {}
24 func (t *T6) m1() int {
28 func f() {
37 func f_double /* ERROR "redeclared" */ () {}
41 func (T /* ERROR "undeclared" */ ) _() {}
42 func (T1) _(undeclared /* ERROR "undeclared" */ ) {}
43 func (T1) _() int { return "foo" /* ERROR "cannot convert" */ }
47 func (Foo /* ERROR "undeclared" */ ) m() {}
48 func (Foo /* ERROR "undeclared" */ ) m(undeclared /* ERROR "undeclared" */ ) {
    [all...]
  /prebuilts/go/linux-x86/src/net/
main_plan9_test.go 7 func installTestHooks() {}
9 func uninstallTestHooks() {}
11 func forceCloseSockets() {}
13 func enableSocketConnect() {}
15 func disableSocketConnect(network string) {}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-11.s 4 .quad func + 0x7fffffff
8 .type func, @function
9 .global func
10 .hidden func
11 func: label
  /external/autotest/client/tests/real_time_tests/
realtime-latest-git-snapshot.tar.bz2 
  /prebuilts/go/darwin-x86/test/
func5.go 11 func caller(f func(int, int) int, a, b int, c chan int) {
15 func gocall(f func(int, int) int, a, b int) int {
21 func call(f func(int, int) int, a, b int) int {
25 func call1(f func(int, int) int, a, b int) int {
29 var f func(int, int) int
31 func add(x, y int) int
    [all...]
  /prebuilts/go/linux-x86/test/
func5.go 11 func caller(f func(int, int) int, a, b int, c chan int) {
15 func gocall(f func(int, int) int, a, b int) int {
21 func call(f func(int, int) int, a, b int) int {
25 func call1(f func(int, int) int, a, b int) int {
29 var f func(int, int) int
31 func add(x, y int) int
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue2462.go 10 func exportbyte() byte {
15 func exportbool() bool {
20 func exportrune() rune {
25 func exporterror() error {
30 func exportint() int {
35 func exportuint() uint {
40 func exportuintptr() uintptr {
45 func exportint8() int8 {
50 func exportuint8() uint8 {
55 func exportint16() int16
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
issue2462.go 10 func exportbyte() byte {
15 func exportbool() bool {
20 func exportrune() rune {
25 func exporterror() error {
30 func exportint() int {
35 func exportuint() uint {
40 func exportuintptr() uintptr {
45 func exportint8() int8 {
50 func exportuint8() uint8 {
55 func exportint16() int16
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
arith_decl.go 10 func mulWW(x, y Word) (z1, z0 Word)
11 func divWW(x1, x0, y Word) (q, r Word)
12 func addVV(z, x, y []Word) (c Word)
13 func subVV(z, x, y []Word) (c Word)
14 func addVW(z, x []Word, y Word) (c Word)
15 func subVW(z, x []Word, y Word) (c Word)
16 func shlVU(z, x []Word, s uint) (c Word)
17 func shrVU(z, x []Word, s uint) (c Word)
18 func mulAddVWW(z, x []Word, y, r Word) (c Word)
19 func addMulVVW(z, x []Word, y Word) (c Word
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_decl.go 10 func mulWW(x, y Word) (z1, z0 Word)
11 func divWW(x1, x0, y Word) (q, r Word)
12 func addVV(z, x, y []Word) (c Word)
13 func subVV(z, x, y []Word) (c Word)
14 func addVW(z, x []Word, y Word) (c Word)
15 func subVW(z, x []Word, y Word) (c Word)
16 func shlVU(z, x []Word, s uint) (c Word)
17 func shrVU(z, x []Word, s uint) (c Word)
18 func mulAddVWW(z, x []Word, y, r Word) (c Word)
19 func addMulVVW(z, x []Word, y Word) (c Word
    [all...]

Completed in 2756 milliseconds

1 2 3 4 5 67 8 91011>>