HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 29 public NoPublicConstructorTest(String foo, String foo2) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
align64.s 9 foo2: label
blx-local.s 9 blx foo2
11 bl foo2
27 .type foo2, %function
29 foo2: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/symver/
symver1.d 12 0+00000.. D foo2
13 0+00000.. D foo2@@version1
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 7 namespace foo1::foo2::foo3 {
25 return foo1::foo2::foo3::foo(x);
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
039-func-arg-obj-macro-with-comma.c 7 #define foo2(a,b) (a separate b) macro
8 #define foo2_wrap(a) foo2(a)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
test2.s 9 m foo1,foo2,foo3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-mpx-branch-2.d 18 [ ]*[a-f0-9]+: f2 eb 09 bnd jmp 24 <foo2>
19 [ ]*[a-f0-9]+: f2 72 06 bnd jb 24 <foo2>
20 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 24 <foo2>
22 0+24 <foo2>:
23 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 2a <foo2\+0x6> 26: R_X86_64_PC32 foo-0x4
24 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 31 <foo2\+0xd> 2d: R_X86_64_PC32 foo-0x4
25 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 37 <foo2\+0x13> 33: R_X86_64_PC32 foo-0x4
26 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 3d <foo2\+0x19> 39: R_X86_64_PLT32 foo-0x4
27 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 44 <foo2\+0x20> 40: R_X86_64_PLT32 foo-0x4
28 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 4a <foo2\+0x26> 46: R_X86_64_PLT32 foo-0x
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
TypeParamMethod.java 11 public <T extends Date> void foo2(T t) { method in class:TypeParamMethod
20 public <T extends Date, U extends Date> void foo2(T t, U u) { method in class:TypeParamMethod
  /external/clang/test/CodeGen/
indirect-goto.c 16 static int foo2(unsigned i) { function
30 return foo(3)+foo2(4);
mcu-struct-return.c 39 union U2 foo2() { return u2; } function
45 // CHECK: define void @foo2([[UNION2_TYPE]]* noalias sret %{{.+}})
53 union U2 x2 = foo2();
65 // CHECK: call void @foo2([[UNION2_TYPE]]* sret [[X2]])
mips64-padding-arg.c 13 // N64: tail call void @foo2(i32 signext 1, i32 signext 2, i32 signext %a0, i64 undef, double inreg %a1.coerce0, i64 inreg %a1.coerce1, i64 inreg %a1.coerce2, i64 inreg %a1.coerce3, double inreg %a2.coerce0, i64 inreg %a2.coerce1, i64 inreg %a2.coerce2, i64 inreg %a2.coerce3, i32 signext 3, i64 undef, double inreg %a3.coerce0, i64 inreg %a3.coerce1, i64 inreg %a3.coerce2, i64 inreg %a3.coerce3)
14 // N64: declare void @foo2(i32 signext, i32 signext, i32 signext, i64, double inreg, i64 inreg, i64 inreg, i64 inreg, double inreg, i64 inreg, i64 inreg, i64 inreg, i32 signext, i64, double inreg, i64 inreg, i64 inreg, i64 inreg)
16 extern void foo2(int, int, int, S0, S0, int, S0);
19 foo2(1, 2, a0, a1, a2, 3, a3);
2005-01-02-ConstantInits.c 18 int foo2(int i) { function
  /external/clang/test/CodeGenCXX/
regparm.cpp 13 void __attribute__((regparm(3))) foo2(S1 a, int b);
16 foo2(a, b);
ms-integer-static-data-members.cpp 17 const int *foo2() { function
  /external/clang/test/Sema/
non-null-warning.c 24 int * _Nullable foo2(int * _Nonnull x);
26 int *foo2(int * _Nonnull x) { function
convertvector.c 10 float foo2(vector4double x) { function
crash-invalid-array.c 20 void foo2(int a[*][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 11 void foo2 (void) function
  /external/compiler-rt/test/profile/Inputs/
instrprof-alloc.c 6 __attribute__((noinline)) void foo2() {} function
30 FP = foo2;
  /external/compiler-rt/test/tsan/
simple_stack2.cc 17 void __attribute__((noinline)) foo2() { function
27 foo2();
51 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack2.cc:18{{(:22)?}} (simple_stack2.cc.exe+{{.*}})
  /external/toybox/tests/
grep.test 13 echo -e "this is test2" > foo2
15 testing "-l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
16 rm foo foo2 foo3
29 echo -e "hello this is test" > foo2
31 testing "-H" "grep -H is foo foo2 foo3" "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
32 rm foo foo2 foo3
  /external/clang/test/Index/skip-parsed-bodies/
t.h 24 static inline int foo2() { function
  /external/clang/test/Preprocessor/
macro_fn_varargs_iso.c 3 // RUN: %clang_cc1 -E %s | grep 'foo2{d, C, B}'
4 // RUN: %clang_cc1 -E %s | grep 'foo2{d,e, C, B}'
8 #define va2(a, b, ...) foo2{__VA_ARGS__, b, a}
  /external/llvm/test/MC/ELF/
tls.s 6 leaq foo2@GOTTPOFF(%rip), %rdi
35 // CHECK-NEXT: Name: foo2

Completed in 677 milliseconds

1 2 34 5 6 7 8 91011>>