Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DStrongPointer_test.cpp57 TypeParam* foo = sp1.get(); in TYPED_TEST() local
76 sp<TypeParam> foo; in TYPED_TEST() local
83 sp<TypeParam> foo = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
92 sp<TypeParam> foo = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
105 TypeParam* foo = new TypeParam(&isDeleted); in TYPED_TEST() local
H A DRefBase_test.cpp88 Foo* foo = new Foo(&isDeleted); in TEST() local
116 Foo* foo = new Foo(&isDeleted); in TEST() local
133 Foo* foo = new Foo(&isDeleted); in TEST() local
217 FooFixedAlloc* foo = new FooFixedAlloc(&isDeleted); in TEST() local
246 sp<Foo> foo = sp<Foo>::make(&isDeleted); in TEST() local
260 Foo* foo = new Foo(&isDeleted); in TEST() local
270 auto foo = sp<Foo>::make(&isDeleted); in TEST() local
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp39 auto foo = sptr<Foo>::MakeSptr(); in GetUniqueSptr() local
43 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<sptr<Foo>> foo) in KeepUniqueSptr()
/aosp14/frameworks/base/cmds/idmap2/tests/
H A 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
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
H A DNoPublicConstructorTest.java29 public NoPublicConstructorTest(String foo, String foo2) { in NoPublicConstructorTest()
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_one/
H A DR.h42 foo = 0x02030000, // default enumerator
/aosp14/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h29 foo = 0x7f010000, // default enumerator
/ohos5.0/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp40 char foo; member
45 int foo; member
55 size_t foo; member
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_two/
H A DR.h42 foo = 0x02030001, // default enumerator
/aosp14/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp195 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp92 sptr<IFoo> foo = testService_->TestGetFooService(); in StartGetFooService() local
H A Dtest_service_skeleton.cpp738 sptr<IFoo> foo = new FooStub(); in TestNestingSend() local
856 sptr<IFoo> foo = iface_cast<IFoo>(object); in ServerNestingSend() local
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp298 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
321 const ResourceName foo = test::ParseNameOrDie("android:string/foo"); in TEST() local
/aosp14/frameworks/base/tools/aapt2/link/
H A 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
/aosp14/frameworks/base/core/java/android/widget/
H A DVideoView.java887 MediaPlayer foo = new MediaPlayer(); in getAudioSessionId() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaPolicyBuilderTest.java125 final Feature foo; in testBuilder() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java66 SpannableString foo = new SpannableString("foo"); in testBasic() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java113 String foo = "foo"; in setup() local
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp787 class foo { class
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp225 void NativeEngineTest::foo(const uv_async_t* req) in foo() function in Commonlibrary::Concurrent::TaskPoolModule::NativeEngineTest
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java559 int someFunc(int foo) { in someFunc()
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp1352 extern "C" void foo() { in foo() function