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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z9.go 4 func F9() {}
  /prebuilts/go/linux-x86/test/fixedbugs/issue10066.dir/
b.go 5 func test() {
a.go 5 func Do() {
9 func Do2() {
  /prebuilts/go/linux-x86/test/fixedbugs/issue8280.dir/
a.go 3 var Bar = func() (_ int) { return 0 }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-local-stubs-1.s 1 .macro makestub,type,func,section
4 .type \func,@function
5 .ent \func
6 \func:
8 .end \func
12 .type stub_for_\func,@function
13 .ent stub_for_\func
14 stub_for_\func:
16 la $1,\func
19 .end stub_for_\func
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
func.c 4 int func (void) function
  /prebuilts/go/darwin-x86/test/fixedbugs/issue10066.dir/
a.go 5 func Do() {
9 func Do2() {
  /external/clang/test/CodeGen/
2009-06-01-addrofknr.c 6 int (*func)(); member in struct:funcptr
9 static int func(f) function
20 fp.func = &func;
21 fp.func = func;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10441.go 9 func bar() {
10 f := func() {}
14 func foo(f *func()) func() {
15 defer func() {}() // prevent inlining of foo
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10441.go 9 func bar() {
10 f := func() {}
14 func foo(f *func()) func() {
15 defer func() {}() // prevent inlining of foo
  /prebuilts/go/darwin-x86/test/
nilptr2.go 9 func main() {
12 func() {
13 defer func() {
38 func use(interface{}) {
43 fn func()
45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
46 {"*intp", func() { println(*intp) }},
47 {"&*intp", func() { println(&*intp) }},
48 {"*slicep", func() { println(*slicep) }}
    [all...]
  /prebuilts/go/linux-x86/test/
nilptr2.go 9 func main() {
12 func() {
13 defer func() {
38 func use(interface{}) {
43 fn func()
45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
46 {"*intp", func() { println(*intp) }},
47 {"&*intp", func() { println(&*intp) }},
48 {"*slicep", func() { println(*slicep) }}
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_prototypes.py 7 # func.restype = c_char_p
8 # func(c_char_p("123"))
15 # func is called, but NOT before the result is actually built.
47 func = testdll._testfunc_p_p
48 func.restype = c_long
49 func.argtypes = None
55 func = prototype(("_testfunc_p_p", testdll),
59 func()
65 self.assertEqual(func(None), None)
66 self.assertEqual(func(input=None), None
215 def func(): pass function in function:ArrayTest.test
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_prototypes.py 7 # func.restype = c_char_p
8 # func(c_char_p("123"))
15 # func is called, but NOT before the result is actually built.
47 func = testdll._testfunc_p_p
48 func.restype = c_long
49 func.argtypes = None
55 func = prototype(("_testfunc_p_p", testdll),
59 func()
65 self.assertEqual(func(None), None)
66 self.assertEqual(func(input=None), None
215 def func(): pass function in function:ArrayTest.test
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 7 # func.restype = c_char_p
8 # func(c_char_p("123"))
15 # func is called, but NOT before the result is actually built.
47 func = testdll._testfunc_p_p
48 func.restype = c_long
49 func.argtypes = None
55 func = prototype(("_testfunc_p_p", testdll),
59 func()
65 self.assertEqual(func(None), None)
66 self.assertEqual(func(input=None), None
215 def func(): pass function in function:ArrayTest.test
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 7 # func.restype = c_char_p
8 # func(c_char_p("123"))
15 # func is called, but NOT before the result is actually built.
47 func = testdll._testfunc_p_p
48 func.restype = c_long
49 func.argtypes = None
55 func = prototype(("_testfunc_p_p", testdll),
59 func()
65 self.assertEqual(func(None), None)
66 self.assertEqual(func(input=None), None
215 def func(): pass function in function:ArrayTest.test
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
a.go 21 func (f foo1) F() { return }
22 func (f foo2) F() { return }
23 func (f foo3) F() { return }
24 func (f foo4) F() { return }
25 func (f foo5) F() { return }
26 func (f foo6) F() { return }
27 func (f foo7) F() { return }
28 func (f foo8) F() { return }
29 func (f foo9) F() { return }
31 func Test1(s string) I { return foo1(s)
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
a.go 21 func (f foo1) F() { return }
22 func (f foo2) F() { return }
23 func (f foo3) F() { return }
24 func (f foo4) F() { return }
25 func (f foo5) F() { return }
26 func (f foo6) F() { return }
27 func (f foo7) F() { return }
28 func (f foo8) F() { return }
29 func (f foo9) F() { return }
31 func Test1(s string) I { return foo1(s)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
cgo_test.go 13 func TestAlign(t *testing.T) { testAlign(t) }
14 func TestConst(t *testing.T) { testConst(t) }
15 func TestEnum(t *testing.T) { testEnum(t) }
16 func TestAtol(t *testing.T) { testAtol(t) }
17 func TestErrno(t *testing.T) { testErrno(t) }
18 func TestMultipleAssign(t *testing.T) { testMultipleAssign(t) }
19 func TestUnsignedInt(t *testing.T) { testUnsignedInt(t) }
20 func TestCallback(t *testing.T) { testCallback(t) }
21 func TestCallbackGC(t *testing.T) { testCallbackGC(t) }
22 func TestCallbackPanic(t *testing.T) { testCallbackPanic(t)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 9 func bsdthread_create(stk, arg unsafe.Pointer, fn uintptr) int32
10 func bsdthread_register() int32
13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
15 func mach_reply_port() uint32
16 func mach_task_self() uint32
17 func mach_thread_self() uint32
20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
23 func sigprocmask(how uint32, new, old *uint32)
26 func sigaction(mode uint32, new, old *sigactiont)
29 func sigaltstack(new, old *stackt
    [all...]
os_nacl.go 9 func nacl_exception_stack(p uintptr, size int32) int32
10 func nacl_exception_handler(fn uintptr, arg unsafe.Pointer) int32
11 func nacl_sem_create(flag int32) int32
12 func nacl_sem_wait(sem int32) int32
13 func nacl_sem_post(sem int32) int32
14 func nacl_mutex_create(flag int32) int32
15 func nacl_mutex_lock(mutex int32) int32
16 func nacl_mutex_trylock(mutex int32) int32
17 func nacl_mutex_unlock(mutex int32) int32
18 func nacl_cond_create(flag int32) int3
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
cgo_test.go 13 func TestAlign(t *testing.T) { testAlign(t) }
14 func TestConst(t *testing.T) { testConst(t) }
15 func TestEnum(t *testing.T) { testEnum(t) }
16 func TestAtol(t *testing.T) { testAtol(t) }
17 func TestErrno(t *testing.T) { testErrno(t) }
18 func TestMultipleAssign(t *testing.T) { testMultipleAssign(t) }
19 func TestUnsignedInt(t *testing.T) { testUnsignedInt(t) }
20 func TestCallback(t *testing.T) { testCallback(t) }
21 func TestCallbackGC(t *testing.T) { testCallbackGC(t) }
22 func TestCallbackPanic(t *testing.T) { testCallbackPanic(t)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 9 func bsdthread_create(stk, arg unsafe.Pointer, fn uintptr) int32
10 func bsdthread_register() int32
13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
15 func mach_reply_port() uint32
16 func mach_task_self() uint32
17 func mach_thread_self() uint32
20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
23 func sigprocmask(how uint32, new, old *uint32)
26 func sigaction(mode uint32, new, old *sigactiont)
29 func sigaltstack(new, old *stackt
    [all...]
os_nacl.go 9 func nacl_exception_stack(p uintptr, size int32) int32
10 func nacl_exception_handler(fn uintptr, arg unsafe.Pointer) int32
11 func nacl_sem_create(flag int32) int32
12 func nacl_sem_wait(sem int32) int32
13 func nacl_sem_post(sem int32) int32
14 func nacl_mutex_create(flag int32) int32
15 func nacl_mutex_lock(mutex int32) int32
16 func nacl_mutex_trylock(mutex int32) int32
17 func nacl_mutex_unlock(mutex int32) int32
18 func nacl_cond_create(flag int32) int3
    [all...]
  /prebuilts/go/darwin-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) {

Completed in 753 milliseconds

1 2 3 4 56 7 8 91011>>