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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/fixedbugs/issue4932.dir/
state.go 9 func Public() {
16 func (s *State) x(*Settings) {}
20 func (c *Settings) x() {
24 func run([]foo.Op) {}
26 func (s *Settings) op() foo.Op {
  /prebuilts/go/linux-x86/misc/cgo/test/
cgo_linux_test.go 9 func TestSetgid(t *testing.T) { testSetgid(t) }
10 func Test6997(t *testing.T) { test6997(t) }
11 func TestBuildID(t *testing.T) { testBuildID(t) }
12 func Test9400(t *testing.T) { test9400(t) }
13 func TestSigProcMask(t *testing.T) { testSigProcMask(t) }
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_386.go 14 func (c *sigctxt) regs() *regs32 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }
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...]
signal_freebsd_386.go 14 func (c *sigctxt) regs() *mcontext { return &(*ucontext)(c.ctxt).uc_mcontext }
15 func (c *sigctxt) eax() uint32 { return c.regs().mc_eax }
16 func (c *sigctxt) ebx() uint32 { return c.regs().mc_ebx }
17 func (c *sigctxt) ecx() uint32 { return c.regs().mc_ecx }
18 func (c *sigctxt) edx() uint32 { return c.regs().mc_edx }
19 func (c *sigctxt) edi() uint32 { return c.regs().mc_edi }
20 func (c *sigctxt) esi() uint32 { return c.regs().mc_esi }
21 func (c *sigctxt) ebp() uint32 { return c.regs().mc_ebp }
22 func (c *sigctxt) esp() uint32 { return c.regs().mc_esp }
23 func (c *sigctxt) eip() uint32 { return c.regs().mc_eip
    [all...]
signal_linux_386.go 14 func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }
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...]
signal_netbsd_386.go 14 func (c *sigctxt) regs() *mcontextt { return &(*ucontextt)(c.ctxt).uc_mcontext }
15 func (c *sigctxt) eax() uint32 { return c.regs().__gregs[_REG_EAX] }
16 func (c *sigctxt) ebx() uint32 { return c.regs().__gregs[_REG_EBX] }
17 func (c *sigctxt) ecx() uint32 { return c.regs().__gregs[_REG_ECX] }
18 func (c *sigctxt) edx() uint32 { return c.regs().__gregs[_REG_EDX] }
19 func (c *sigctxt) edi() uint32 { return c.regs().__gregs[_REG_EDI] }
20 func (c *sigctxt) esi() uint32 { return c.regs().__gregs[_REG_ESI] }
21 func (c *sigctxt) ebp() uint32 { return c.regs().__gregs[_REG_EBP] }
22 func (c *sigctxt) esp() uint32 { return c.regs().__gregs[_REG_UESP] }
23 func (c *sigctxt) eip() uint32 { return c.regs().__gregs[_REG_EIP]
    [all...]
signal_openbsd_386.go 14 func (c *sigctxt) regs() *sigcontext {
18 func (c *sigctxt) eax() uint32 { return c.regs().sc_eax }
19 func (c *sigctxt) ebx() uint32 { return c.regs().sc_ebx }
20 func (c *sigctxt) ecx() uint32 { return c.regs().sc_ecx }
21 func (c *sigctxt) edx() uint32 { return c.regs().sc_edx }
22 func (c *sigctxt) edi() uint32 { return c.regs().sc_edi }
23 func (c *sigctxt) esi() uint32 { return c.regs().sc_esi }
24 func (c *sigctxt) ebp() uint32 { return c.regs().sc_ebp }
25 func (c *sigctxt) esp() uint32 { return c.regs().sc_esp }
26 func (c *sigctxt) eip() uint32 { return c.regs().sc_eip
    [all...]
os_netbsd.go 10 func setitimer(mode int32, new, old *itimerval)
13 func sigaction(sig int32, new, old *sigactiont)
16 func sigaltstack(new, old *sigaltstackt)
18 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {
23 func sigprocmask(mode int32, new, old *sigset)
26 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
28 func lwp_tramp()
30 func raise(sig int32)
31 func raiseproc(sig int32)
34 func getcontext(ctxt unsafe.Pointer
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/issue4932.dir/
state.go 9 func Public() {
16 func (s *State) x(*Settings) {}
20 func (c *Settings) x() {
24 func run([]foo.Op) {}
26 func (s *Settings) op() foo.Op {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-2.nd 3 +3: 000405bc +36 +FUNC +GLOBAL +DEFAULT .* used8
4 +4: 00040574 +36 +FUNC +GLOBAL +DEFAULT .* used6
5 +5: 00040598 +36 +FUNC +GLOBAL +DEFAULT .* used7
6 +6: 00040550 +36 +FUNC +GLOBAL +DEFAULT .* used5
7 +7: 0004052c +36 +FUNC +GLOBAL +DEFAULT .* used4
  /external/v8/test/mjsunit/strong/
implicit-conversions-count.js 129 for (let func of getTestFuncs()) {
131 assertThrows(function(){func(value)}, TypeError);
132 assertThrows(function(){func(value)}, TypeError);
133 assertThrows(function(){func(value)}, TypeError);
134 %OptimizeFunctionOnNextCall(func);
135 assertThrows(function(){func(value)}, TypeError);
136 %DeoptimizeFunction(func);
141 for (let func of getTestFuncs()) {
142 func(1);
143 func(1)
    [all...]
load-property-mutate-backing-store.js 75 function assertStrongSemantics(func, object) {
76 %DeoptimizeFunction(func);
77 %ClearFunctionTypeFeedback(func);
78 assertThrows(function(){func(object)}, TypeError);
79 assertThrows(function(){func(object)}, TypeError);
80 assertThrows(function(){func(object)}, TypeError);
81 %OptimizeFunctionOnNextCall(func);
82 assertThrows(function(){func(object)}, TypeError);
83 %DeoptimizeFunction(func);
84 assertThrows(function(){func(object)}, TypeError)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_netbsd.go 10 func setitimer(mode int32, new, old *itimerval)
13 func sigaction(sig int32, new, old *sigactiont)
16 func sigaltstack(new, old *sigaltstackt)
18 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {
23 func sigprocmask(mode int32, new, old *sigset)
26 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
28 func lwp_tramp()
30 func raise(sig int32)
31 func raiseproc(sig int32)
34 func getcontext(ctxt unsafe.Pointer
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-6.d 2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
13 .*: LDPT_GET_SYMBOLS func@0x.*
14 .*: LDPT_GET_SYMBOLS_V2 func@0x.*
15 .*: LDPT_ADD_INPUT_FILE func@0x.
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
short_test.go 14 `package p; import "fmt"; func f() { fmt.Println("Hello, World!") };`,
15 `package p; func f() { if f(T{}) {} };`,
16 `package p; func f() { _ = <-chan int(nil) };`,
17 `package p; func f() { _ = (<-chan int)(nil) };`,
18 `package p; func f() { _ = (<-chan <-chan int)(nil) };`,
19 `package p; func f() { _ = <-chan <-chan <-chan <-chan <-int(nil) };`,
20 `package p; func f(func() func() func());`,
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
short_test.go 14 `package p; import "fmt"; func f() { fmt.Println("Hello, World!") };`,
15 `package p; func f() { if f(T{}) {} };`,
16 `package p; func f() { _ = <-chan int(nil) };`,
17 `package p; func f() { _ = (<-chan int)(nil) };`,
18 `package p; func f() { _ = (<-chan <-chan int)(nil) };`,
19 `package p; func f() { _ = <-chan <-chan <-chan <-chan <-int(nil) };`,
20 `package p; func f(func() func() func());`,
    [all...]
  /external/bison/build-aux/snippet/
c++defs.h 87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
100 declares the system function, named func, with the given prototype,
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
110 declares a C++ alias called GNULIB_NAMESPACE::func
115 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/darwin-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/linux-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_poll_runtime.go 16 func runtimeNano() int64
18 func runtime_pollServerInit()
19 func runtime_pollOpen(fd uintptr) (uintptr, int)
20 func runtime_pollClose(ctx uintptr)
21 func runtime_pollWait(ctx uintptr, mode int) int
22 func runtime_pollWaitCanceled(ctx uintptr, mode int) int
23 func runtime_pollReset(ctx uintptr, mode int) int
24 func runtime_pollSetDeadline(ctx uintptr, d int64, mode int)
25 func runtime_pollUnblock(ctx uintptr)
33 func (pd *pollDesc) Init(fd *netFD) error
    [all...]
  /prebuilts/go/darwin-x86/test/
recover.go 17 func main() {
70 func die() {
74 func mustRecoverBody(v1, v2, v3, x interface{}) {
98 func doubleRecover() interface{} {
102 func mustRecover(x interface{}) {
106 func mustNotRecover() {
114 func withoutRecover() {
118 func withoutRecoverRecursive(n int) {
130 func test1() {
143 func test1WithClosures()
    [all...]
  /prebuilts/go/linux-x86/src/net/
fd_poll_runtime.go 16 func runtimeNano() int64
18 func runtime_pollServerInit()
19 func runtime_pollOpen(fd uintptr) (uintptr, int)
20 func runtime_pollClose(ctx uintptr)
21 func runtime_pollWait(ctx uintptr, mode int) int
22 func runtime_pollWaitCanceled(ctx uintptr, mode int) int
23 func runtime_pollReset(ctx uintptr, mode int) int
24 func runtime_pollSetDeadline(ctx uintptr, d int64, mode int)
25 func runtime_pollUnblock(ctx uintptr)
33 func (pd *pollDesc) Init(fd *netFD) error
    [all...]
  /prebuilts/go/linux-x86/test/
recover.go 17 func main() {
70 func die() {
74 func mustRecoverBody(v1, v2, v3, x interface{}) {
98 func doubleRecover() interface{} {
102 func mustRecover(x interface{}) {
106 func mustNotRecover() {
114 func withoutRecover() {
118 func withoutRecoverRecursive(n int) {
130 func test1() {
143 func test1WithClosures()
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/testdata/
decls2a.src 17 func (T1) m() {}
18 func (T1) m /* ERROR "already declared" */ () {}
19 func (x *T1) f /* ERROR "field and method" */ () {}
27 func (T1b) int /* ERROR "field and method" */ () {}
33 func (T1c) Time /* ERROR "field and method" */ () int { return 0 }
43 func (*T2) f /* ERROR "field and method" */ () {}
50 func (undeclared /* ERROR "undeclared" */) m() {}
51 func (x *undeclared /* ERROR "undeclared" */) m() {}
53 func (pi /* ERROR "not a type" */) m1() {}
54 func (x pi /* ERROR "not a type" */) m2() {
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
decls2a.src 17 func (T1) m() {}
18 func (T1) m /* ERROR "already declared" */ () {}
19 func (x *T1) f /* ERROR "field and method" */ () {}
27 func (T1b) int /* ERROR "field and method" */ () {}
33 func (T1c) Time /* ERROR "field and method" */ () int { return 0 }
43 func (*T2) f /* ERROR "field and method" */ () {}
50 func (undeclared /* ERROR "undeclared" */) m() {}
51 func (x *undeclared /* ERROR "undeclared" */) m() {}
53 func (pi /* ERROR "not a type" */) m1() {}
54 func (x pi /* ERROR "not a type" */) m2() {
    [all...]

Completed in 325 milliseconds

<<11121314151617181920>>