HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 101 - 125 of 14217) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
crlf.golden 9 func main() {
crlf.input 9 func main() {
  /prebuilts/go/linux-x86/test/fixedbugs/issue10066.dir/
b.go 5 func test() {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19636-3.s 2 .weak func
5 .dc.a func
pr19636-2.s 2 .weak func
5 cmp func@GOT(%eax), %eax
6 jmp *func@GOT(%eax)
7 call func@PLT
8 cmp $func, %eax
9 call func
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19636-1.s 2 .weak func
5 .dc.a func
  /build/kati/testcase/
terms_in_parens.mk 3 define func macro
6 $(info $(call func,(PA,SS)))
7 $(info ${call func,{PA,SS}})
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p2/
p2.go 7 func F() string {}
8 func G() Twoer {}
9 func NewError(s string) error {}
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p2/
p2.go 7 func F() string {}
8 func G() Twoer {}
9 func NewError(s string) error {}
  /external/python/cpython2/Lib/ctypes/test/
test_prototypes.py 8 # func.restype = c_char_p
9 # func(c_char_p("123"))
16 # func is called, but NOT before the result is actually built.
48 func = testdll._testfunc_p_p
49 func.restype = c_long
50 func.argtypes = None
56 func = prototype(("_testfunc_p_p", testdll),
60 func()
66 self.assertEqual(func(None), None)
67 self.assertEqual(func(input=None), None
213 def func(): pass function in function:ArrayTest.test
    [all...]
  /prebuilts/go/darwin-x86/src/math/
arith_s390x.go 7 func log10TrampolineSetup(x float64) float64
8 func log10Asm(x float64) float64
10 func cosTrampolineSetup(x float64) float64
11 func cosAsm(x float64) float64
13 func coshTrampolineSetup(x float64) float64
14 func coshAsm(x float64) float64
16 func sinTrampolineSetup(x float64) float64
17 func sinAsm(x float64) float64
19 func sinhTrampolineSetup(x float64) float64
20 func sinhAsm(x float64) float6
    [all...]
  /prebuilts/go/linux-x86/src/math/
arith_s390x.go 7 func log10TrampolineSetup(x float64) float64
8 func log10Asm(x float64) float64
10 func cosTrampolineSetup(x float64) float64
11 func cosAsm(x float64) float64
13 func coshTrampolineSetup(x float64) float64
14 func coshAsm(x float64) float64
16 func sinTrampolineSetup(x float64) float64
17 func sinAsm(x float64) float64
19 func sinhTrampolineSetup(x float64) float64
20 func sinhAsm(x float64) float6
    [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/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/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/cmd/compile/internal/gc/
logic_test.go 7 func TestLogic64(t *testing.T) {
12 zero := func(x int64) int64 { return 0 }
13 id := func(x int64) int64 { return x }
14 or := func(x, y int64) int64 { return x | y }
15 and := func(x, y int64) int64 { return x & y }
16 y := func(x, y int64) int64 { return y }
20 f func(int64) int64
21 golden func(int64) int64
23 {"x|x", func(x int64) int64 { return x | x }, id},
24 {"x|0", func(x int64) int64 { return x | 0 }, id}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
logic_test.go 7 func TestLogic64(t *testing.T) {
12 zero := func(x int64) int64 { return 0 }
13 id := func(x int64) int64 { return x }
14 or := func(x, y int64) int64 { return x | y }
15 and := func(x, y int64) int64 { return x & y }
16 y := func(x, y int64) int64 { return y }
20 f func(int64) int64
21 golden func(int64) int64
23 {"x|x", func(x int64) int64 { return x | x }, id},
24 {"x|0", func(x int64) int64 { return x | 0 }, id}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/
asm.go 17 func arg1(x int8, y uint8)
18 func arg2(x int16, y uint16)
19 func arg4(x int32, y uint32)
20 func arg8(x int64, y uint64)
21 func argint(x int, y uint)
22 func argptr(x *byte, y *byte, c chan int, m map[int]int, f func())
23 func argstring(x, y string)
24 func argslice(x, y []string)
25 func argiface(x interface{}, y interface
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/
asm.go 17 func arg1(x int8, y uint8)
18 func arg2(x int16, y uint16)
19 func arg4(x int32, y uint32)
20 func arg8(x int64, y uint64)
21 func argint(x int, y uint)
22 func argptr(x *byte, y *byte, c chan int, m map[int]int, f func())
23 func argstring(x, y string)
24 func argslice(x, y []string)
25 func argiface(x interface{}, y interface
    [all...]
  /prebuilts/go/darwin-x86/src/context/
x_test.go 12 func TestBackground(t *testing.T) { XTestBackground(t) }
13 func TestTODO(t *testing.T) { XTestTODO(t) }
14 func TestWithCancel(t *testing.T) { XTestWithCancel(t) }
15 func TestParentFinishesChild(t *testing.T) { XTestParentFinishesChild(t) }
16 func TestChildFinishesFirst(t *testing.T) { XTestChildFinishesFirst(t) }
17 func TestDeadline(t *testing.T) { XTestDeadline(t) }
18 func TestTimeout(t *testing.T) { XTestTimeout(t) }
19 func TestCanceledTimeout(t *testing.T) { XTestCanceledTimeout(t) }
20 func TestValues(t *testing.T) { XTestValues(t) }
21 func TestAllocs(t *testing.T) { XTestAllocs(t, testing.Short, testing.AllocsPe (…)
    [all...]
  /prebuilts/go/linux-x86/src/context/
x_test.go 12 func TestBackground(t *testing.T) { XTestBackground(t) }
13 func TestTODO(t *testing.T) { XTestTODO(t) }
14 func TestWithCancel(t *testing.T) { XTestWithCancel(t) }
15 func TestParentFinishesChild(t *testing.T) { XTestParentFinishesChild(t) }
16 func TestChildFinishesFirst(t *testing.T) { XTestChildFinishesFirst(t) }
17 func TestDeadline(t *testing.T) { XTestDeadline(t) }
18 func TestTimeout(t *testing.T) { XTestTimeout(t) }
19 func TestCanceledTimeout(t *testing.T) { XTestCanceledTimeout(t) }
20 func TestValues(t *testing.T) { XTestValues(t) }
21 func TestAllocs(t *testing.T) { XTestAllocs(t, testing.Short, testing.AllocsPe (…)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug472.dir/
p1.go 9 func E() func() int { return runtime.NumCPU }
11 func F() func() { return runtime.Gosched }
13 func G() func() string { return runtime.GOROOT }
15 func H() func() { return runtime.GC }
17 func I() func() string { return runtime.Version
    [all...]

Completed in 847 milliseconds

1 2 3 45 6 7 8 91011>>