Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/cmds/idmap2/tests/
DCommandLineOptionsTests.cpp41 bool foo = true; in TEST() local
59 std::string foo; in TEST() local
74 std::string foo; in TEST() local
92 std::string foo; in TEST() local
117 std::vector<std::string> foo; in TEST() local
165 std::string foo; in TEST() local
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp31 sp<IFoo> foo; member
35 IFoo_Class_Data* foo = static_cast<IFoo_Class_Data*>(args); in IFoo_Class_onCreate() local
49 sp<IFoo> foo = static_cast<IFoo_Class_Data*>(AIBinder_getUserData(binder))->foo; in IFoo_Class_onTransact() local
Dlibbinder_ndk_unit_test.cpp227 sp<IFoo> foo = IFoo::getService("asdfghkl;"); in TEST() local
245 sp<IFoo> foo = IFoo::getService(IFoo::kSomeInstanceName); in TEST() local
265 sp<IFoo> foo = IFoo::getService(IFoo::kSomeInstanceName); in TEST() local
373 sp<IFoo> foo = IFoo::getService(IFoo::kInstanceNameToDieFor, &binder); in TEST() local
453 sp<IFoo> foo = new MyTestFoo; in TEST() local
460 sp<IFoo> foo = new MyTestFoo; in TEST() local
506 sp<IFoo> foo = new MyTestFoo; in TEST() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dtest_info_sources.cpp21 static int foo() { in foo() function
Dnested-struct.cpp14 int foo() { in foo() function
Dfunc_invoke_and_crash.cpp19 static int foo() { in foo() function
Daggregate-indirect-arg.cpp22 void foo(SVal v) { bar(v); } in foo() function in A
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
DNoPublicConstructorTest.java29 public NoPublicConstructorTest(String foo, String foo2) { in NoPublicConstructorTest()
/frameworks/native/libs/ui/tests/
DFlattenableHelpers_test.cpp162 LightFlattenableAndTriviallyCopyable foo; in TEST_F() local
171 LightFlattenableAndTriviallyCopyable foo; in TEST_F() local
190 LightFlattenableAndTriviallyCopyable foo; in TEST_F() local
/frameworks/base/libs/androidfw/tests/data/lib_one/
DR.h42 foo = 0x02030000, // default enumerator
/frameworks/base/libs/androidfw/tests/data/libclient/
DR.h29 foo = 0x7f010000, // default enumerator
/frameworks/base/libs/androidfw/tests/data/lib_two/
DR.h42 foo = 0x02030001, // default enumerator
/frameworks/base/tools/aapt2/split/
DTableSplitter_test.cpp195 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
/frameworks/native/libs/binder/tests/
DbinderClearBufTest.cpp55 std::mutex foo; member in FooBar
/frameworks/base/tools/aapt2/
DResourceTable_test.cpp297 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
320 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp171 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F() local
209 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaPolicyBuilderTest.java120 final Feature foo; in testBuilder() local
/frameworks/base/core/java/android/widget/
DVideoView.java887 MediaPlayer foo = new MediaPlayer(); in getAudioSessionId() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java65 SpannableString foo = new SpannableString("foo"); in testBasic() local
/frameworks/av/media/libstagefright/foundation/
DMetaDataBase.cpp412 AString foo; in asString() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
DDexManagerTests.java113 String foo = "foo"; in setup() local
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java559 int someFunc(int foo) { in someFunc()