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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/badtest/badsyntax/
x_test.go 3 func func func func func! func
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/badtest/badsyntax/
x_test.go 3 func func func func func! func
  /art/test/065-mismatched-implements/src/
Defs.java 18 public void func(); method in interface:Defs
  /art/test/066-mismatched-super/src2/
Defs.java 18 public void func(); method in interface:Defs
  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 3 // There should not be an unresolved reference to func here. Believe it or not,
4 // the "expected result" is a function named 'func' which is internal and
10 // CHECK: call {{.*}} @func
11 // CHECK: define internal {{.*}}i32 @func(
12 static int func();
14 int func();
15 foo(func);
17 static int func(char** A, char ** B) {} function
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;
forwarding-blocks-if.c 4 extern void func();
8 func();
10 func();
16 // CHECK: call void {{.*}} @func
17 // CHECK: call void {{.*}} @func
26 func();
32 // CHECK: call void {{.*}} @func
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/coverasm/
p.go 3 func f()
5 func g() {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/coverasm/
p.go 3 func f()
5 func g() {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
no-plt-func1.c 2 func (void) function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
no-plt-func1.c 2 func (void) function
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/coverbad/
p.go 3 func f() {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/coverbad/
p.go 3 func f() {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
relax-elf-flags-b.s 2 .global func
3 func: label
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/main_test/
m.go 3 func F() {}
4 func main() {}
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/main_test/
m.go 3 func F() {}
4 func main() {}
  /external/chromium-trace/catapult/systrace/systrace/
decorators.py 6 def HostOnlyTest(func):
11 return _SkipTestDecoratorHelper(func, ['android'])
14 def ClientOnlyTest(func):
17 return _SkipTestDecoratorHelper(func, ['win', 'linux', 'mac'])
20 def Disabled(func):
23 return _SkipTestDecoratorHelper(func, ['win', 'linux', 'mac', 'android'])
26 def LinuxMacTest(func):
27 return _SkipTestDecoratorHelper(func, ['win', 'android'])
30 def _SkipTestDecoratorHelper(func, disabled_strings):
31 if not hasattr(func, '_disabled_strings')
    [all...]
  /external/llvm/test/tools/llvm-cov/
showTemplateInstantiations.cpp 7 int func(T x) { // ALL-NEXT: 2| [[@LINE]]|int func(T x) { function
16 // SHARED-NEXT: 1| [[@LINE-9]]|int func(T x) {
26 // ALL-NEXT: 1| [[@LINE-19]]|int func(T x) {
35 func<int>(0); // ALL-NEXT: 1| [[@LINE]]| func<int>(0);
36 func<bool>(true); // ALL-NEXT: 1| [[@LINE]]| func<bool>(true);
51 // HTML-ALL: <td class='covered-line'><pre>2</pre></td><td class='line-number'><pre>[[@LINE-44]]</pre></td><td class='code'><pre>int func(T x) {
60 // HTML-SHARED: <td class='covered-line'><pre>1</pre></td><td class='line-number'><pre>[[@LINE-53]]</pre></td><td class='code'><pre>int func(T x)
    [all...]
  /build/kati/testcase/
call_with_many_args.mk 1 define func macro
6 echo $(call func,1,2,3,4,5,6,7,8,9,10,P,A,S,S)
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 3 template<typename> void func();
4 template<> void func<int>() = delete;
  /external/clang/test/CoverageMapping/
header.cpp 2 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-FUNC
3 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-STATIC-FUNC
9 func(1);
13 // CHECK-FUNC: func
14 // CHECK-FUNC: File 0, 4:25 -> 11:2 = #0
15 // CHECK-FUNC: File 0, 6:15 -> 8:4 = #1
16 // CHECK-FUNC: File 0, 8:10 -> 10:4 = (#0 - #1)
18 // CHECK-STATIC-FUNC: static_func
19 // CHECK-STATIC-FUNC: File 0, 12:32 -> 20:2 = #
    [all...]
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-func.c 1 void func(int K) { if (K) {} } function
  /external/llvm/test/MC/Mips/
eh-frame.s 18 func: label
  /external/llvm/test/MC/X86/
fde-reloc.s 6 func: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
func.c 7 int func (void) function

Completed in 322 milliseconds

1 2 3 4 5 6 7 8 91011>>