Searched refs:foo (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Derror.c1 void foo; variable
/frameworks/compile/llvm-ndk-cc/tests/P_cxx/
H A Dcxx.cpp3 void foo() {} function
4 void foo(int a) {} function
8 void foo() {} function in namespace:__anon1260
9 void foo(double a) {} function in namespace:__anon1260
14 void foo() {} function in namespace:kerker
15 void foo(char* a) {} function in namespace:kerker
20 kerker::foo();
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dnested-struct.cpp4 // If debug info for my_number() is emitted outside function foo's scope
11 // DEBUGGER: ptype foo
14 int foo() { function
27 foo();
H A Dfunc_invoke_and_crash.cpp19 static int foo() { function
24 return foo();
H A Dtest_info_sources.cpp21 static int foo() { function
26 return foo();
H A Dforward-declare-class.cpp16 void foo(const A *p);
H A Daggregate-indirect-arg.cpp22 void foo(SVal v) { bar(v); } function in class:A
30 a.foo(v);
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
H A DNoPublicConstructorTest.java29 public NoPublicConstructorTest(String foo, String foo2) { argument
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dgcc_personality_test_helper.cxx20 extern void foo();
66 // foo() is in gcc_personality_test.c and calls bar() which
69 // routines for foo() and bar() were called by the personality
75 foo();
H A Dgcc_personality_test.c24 * foo() is called by main() in gcc_personality_test_helper.cxx.
27 * routines for foo() and bar() were called by the personality
37 void foo() { function
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java42 assertEquals("foo", TextUtils.concat("foo"));
43 assertEquals("foobar", TextUtils.concat("foo", "bar"));
44 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz"));
46 SpannableString foo = new SpannableString("foo");
47 foo.setSpan("foo", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
55 assertEquals("foo", TextUtils.concat(foo)
[all...]
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk63 # foo = $(call streq,a,a)
64 # $(call CheckValue,foo)
66 # CHECKVALUE: foo: $(call streq,,) - true
/frameworks/av/media/libstagefright/
H A DMetaData.cpp324 AString foo; local
325 hexdump(data, mSize, 0, &foo);
327 out.append(foo.c_str());
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1244 String [] foo = new String [size];
1245 foo = whereArgs.toArray(foo);
1247 whereClause.toString() + ")", foo);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java543 int someFunc(int foo) { argument

Completed in 499 milliseconds