HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1 - 25 of 3901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/libs/
dl_df_1_global_dummy.cpp 17 extern "C" int foo() { function
  /bionic/tools/versioner/tests/inline/headers/
foo.h 6 static int foo() { function
10 int foo() __INTRODUCED_IN(12);
  /bionic/tools/versioner/tests/multiple_definition/headers/
bar.h 5 static int foo() { function
foo.h 5 static int foo() { function
  /bionic/tools/versioner/tests/multiple_definition_ok/headers/
bar.h 6 static int foo() { function
foo.h 6 static int foo() { function
  /bionic/tools/versioner/tests/unnamed_bitfield/headers/
foo.h 3 struct foo { struct
  /build/kati/testcase/
crlf_after_directive.mk 1 ifdef foo
6 define foo macro
err_missing_endef.mk 3 define foo macro
join.mk 0 foo:=$(join a b,.c .o)
5 echo $(foo)
1 foo:=$(join a b,.c .o) macro
lineno_in_call.mk 1 define foo macro
4 $(warning foo)
7 $(call foo)
10 echo FOO
recipe_var.mk 0 foo=FAIL
1 foo=FAIL macro
suffix_subst.mk 0 foo:= hoge.c mgoe.c
4 echo $(foo:.c=.o)
1 foo:= hoge.c mgoe.c macro
suffix_subst_pat.mk 0 foo:= hoge.c mgoe.c
4 echo $(foo:%.c=%.o)
1 foo:= hoge.c mgoe.c macro
  /development/vndk/tools/header-checker/tests/integration/c_and_cpp/
source1.cpp 4 Foo foo(int *a, int *b) { function
6 return Foo(a, b);
  /external/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/
in.s 2 foo: label
7 .localentry foo,.-foo
  /external/boringssl/src/util/fipstools/testdata/ppc64le-LoadToR0/
in.s 2 foo: label
  /external/boringssl/src/util/fipstools/testdata/ppc64le-TOCWithOffset/
in.s 2 foo: label
4 addis 3, 2, 5+foo@toc@ha
5 addi 3, 3, 10+foo@toc@l
7 addis 3, 2, 15+foo@toc@ha
8 addi 3, 3, 20+foo@toc@l
10 addis 4, 2, foo@toc@ha
11 addi 4, 4, foo@toc@l
13 addis 5, 2, 5+foo@toc@ha
14 ld 5, 10+foo@toc@l(5)
16 addis 4, 2, foo-10@toc@h
    [all...]
  /external/boringssl/src/util/fipstools/testdata/x86_64-Basic/
in.s 7 .type foo, @function
8 .globl foo
9 foo: label
10 .file 1 "../foo/bar.c"
45 .size foo, .-foo
46 .type foo, @function
  /external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/
in.s 2 foo: label
13 pushq foo@GOTPCREL(%rip)
16 movq foo@GOTPCREL(%rip), %r11
19 vmovq foo@GOTPCREL(%rip), %xmm0
22 cmoveq foo@GOTPCREL(%rip), %r11
24 cmovneq foo@GOTPCREL(%rip), %r11
26 movsd foo@GOTPCREL(%rip), %xmm0
27 vmovsd foo@GOTPCREL(%rip), %xmm0
39 vpbroadcastq foo@GOTPCREL(%rip), %xmm0
  /external/boringssl/src/util/fipstools/testdata/x86_64-Sections/
in.s 6 .section .text.foo,"ax",@progbits
7 .globl foo
8 foo: label
24 .quad foo
  /external/clang/test/Analysis/
redefined_system.c 15 int foo () { function
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; } function
2002-09-08-PointerShifts.c 4 int foo(int *A, unsigned X) { function
2004-03-07-ExternalConstant.c 5 int foo () { function

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>