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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/bug472.dir/
p2.go 9 func E() func() int { return runtime.NumCPU }
11 func F() func() { return runtime.GC }
13 func G() func() string { return runtime.GOROOT }
15 func H() func() { return runtime.Gosched }
17 func I() func() string { return runtime.Version
    [all...]
  /prebuilts/go/linux-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...]
p2.go 9 func E() func() int { return runtime.NumCPU }
11 func F() func() { return runtime.GC }
13 func G() func() string { return runtime.GOROOT }
15 func H() func() { return runtime.Gosched }
17 func I() func() string { return runtime.Version
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
relasz.s 2 .global func
3 .type func, %function
4 func: label
9 .size func, .-func
  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-3.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_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
plugin-4.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_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
  /external/clang/test/CoverageMapping/
templates.cpp 9 int func(T x) { // CHECK: func function
10 if(x) // CHECK: func
18 func<int>(0);
19 func<bool>(true);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size2.s 3 func: label
6 .size func, . - func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-1.s 2 .ent func
3 func: label
6 .end func
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
deadlock.go 14 func init() {
38 func SimpleDeadlock() {
43 func InitDeadlock() {
48 func LockedDeadlock() {
53 func LockedDeadlock2() {
54 go func() {
62 func GoexitDeadlock() {
63 F := func() {
73 func StackOverflow() {
74 var f func() byt
    [all...]
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
deadlock.go 14 func init() {
38 func SimpleDeadlock() {
43 func InitDeadlock() {
48 func LockedDeadlock() {
53 func LockedDeadlock2() {
54 go func() {
62 func GoexitDeadlock() {
63 F := func() {
73 func StackOverflow() {
74 var f func() byt
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments-darwin.c 4 // CHECK: declare void @func(i64, double)
12 void func(str s);
16 func(ss);
  /external/clang/test/Modules/Inputs/
def.h 18 void func();
24 void func();
  /external/compiler-rt/test/profile/
instrprof-set-filename.c 40 extern void func(int);
52 func(1);
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 44 * of calling func() only once. This must be at global scope because
51 static void once(void (*func)(void)) {
58 func();
65 * the state variable so we don't return before func()
85 /* We've seen once_state advance to 2, so we know func()
97 static void once(void (*func)(void)) {
109 func();
119 static void once(void (*func)(void)) {
121 pthread_once(&lock, func);
130 static void once(void (*func)(void))
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
wait_op.hpp 31 wait_op(func_type func)
32 : operation(func)
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.h 31 #define GL(func) func;
32 #define EGL(func) func;
34 #define GL(func) \
35 func; \
37 #define EGL(func) \
38 func; \
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.h 31 #define GL(func) func;
32 #define EGL(func) func;
34 #define GL(func) \
35 func; \
37 #define EGL(func) \
38 func; \
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.h 31 #define GL(func) func;
32 #define EGL(func) func;
34 #define GL(func) \
35 func; \
37 #define EGL(func) \
38 func; \
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/depBase/
gccgo.go 5 func ImplementedInAsm() {}
stubs.go 5 func ImplementedInAsm()
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/badtest/badexec/
x_test.go 3 func init() {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/bench/
x_test.go 5 func Benchmark(b *testing.B) {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/cgocover/
p_test.go 5 func TestF(t *testing.T) {

Completed in 624 milliseconds

1 2 3 4 56 7 8 91011>>