HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1301 - 1325 of 3525) sorted by null

<<51525354555657585960>>

  /art/test/300-package-override/src/p2/
DerivedClass.java 20 void foo() { System.out.println("DerivedClass overrode package-private method!"); } // This should not override BaseClass.foo. method in class:DerivedClass
  /art/test/434-shifter-operand/src/
Main.java 19 System.out.println(foo(42));
20 System.out.println(foo(0xffffffff));
21 System.out.println(foo(0xf0000000));
24 public static boolean foo(int a) { method in class:Main
  /art/test/559-bce-ssa/src/
Main.java 19 public static void foo(int[] array, int[] array2, int start, int end) { method in class:Main
27 foo(a, new int[2], 0, 1); method
  /art/test/AbstractMethod/
AbstractClass.java 18 // foo.
22 abstract void foo(); method in class:AbstractClass
28 void foo() { method in class:ConcreteClass
  /build/kati/testcase/
empty_line_in_define.mk 1 define foo macro
2 echo foo
19 $(foo) $(foo)
realpath.mk 0 foo = $(realpath ./foo)
3 foofoo = $(realpath ./foo ./foo)
4 foobar = $(realpath ./foo ./bar)
6 test: foo
7 echo $(foo)
12 foo:
13 touch foo
1 foo = $(realpath .\/foo) macro
subst2.mk 5 foo:= a b c macro
6 bar:= $(subst $(space),$,,$(foo))
8 # space in `,$(foo)' replaced with `$', which will be empty
var_cond_assign.mk 0 foo=FOO
2 C ?= $(foo) $(bar)
1 foo=FOO macro
  /development/ndk/samples/module-exports/jni/foo/
foo.c 1 #include "foo.h"
4 /* FOO should be defined to '2' when building foo.c */
5 #ifndef FOO
6 #error FOO is not defined here !
9 #if FOO != 2
10 #error FOO is incorrectly defined here !
16 int foo(int x) function
18 LOGI("foo(%d) called !", x);
  /external/clang/test/Analysis/
analyzer-config.cpp 5 void foo() { function
13 class Foo {
16 void foo() { bar(); } function in class:Foo
chroot.c 6 void foo(void) { function
11 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
17 foo(); // no-warning
23 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-noexceptions.cpp 9 class foo { virtual ~foo(); }; class
  /external/clang/test/CXX/class.derived/class.virtual/
p12.cpp 3 // CHECK: test12_A::foo()
5 virtual void foo();
8 test12_A::foo();
17 void foo(test24_B *xp) { function
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
p8.cpp 15 void foo() { function
17 static_assert(contains(__func__, "foo"), "");
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
p6.cpp 6 static void foo(const T &t) {} function in struct:test0::A
7 static void foo(T &&t) { function in struct:test0::A
8 t.foo(); // expected-error {{member reference base type 'int' is not a structure or union}}
13 A<int>::foo({}); // expected-note {{requested here}}
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 7 struct foo { struct
  /external/clang/test/CodeGen/
2002-01-23-LoadQISIReloadFailure.c 4 int foo(void) { function
2002-01-24-ComplexSpaceInType.c 11 void foo() {} function
2002-03-14-BrokenSSA.c 8 int foo() function
2002-05-23-StaticValues.c 8 static void foo(int Z) { function
13 foo(12);
2002-07-30-SubregSetAssertion.c 8 union X foo() { function
2002-07-30-VarArgsCallFailure.c 5 void foo() { function
2003-03-03-DeferredType.c 6 struct foo A;
8 struct foo { struct
2003-08-18-SigSetJmp.c 7 int foo() { function
2003-08-21-BinOp-Type-Mismatch.c 5 void foo() function

Completed in 1252 milliseconds

<<51525354555657585960>>