Home
last modified time | relevance | path

Searched defs:baz (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/errorprone/tests/res/android/foo/
H A DIFooService.java23 public void baz(String baz, int userId) throws RemoteException; in baz() method
/aosp12/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleWithNestedDataClasses.java291 public NestedDataClass2( in NestedDataClass2()
352 String baz = in.readString(); in NestedDataClass2() local
/aosp12/art/test/408-move-bug/src/
H A DMain.java62 static boolean baz() { in baz() method in Main
/aosp12/art/test/911-get-stack-trace/src/art/
H A DRecurse.java30 private static Object baz(int x, int start, int max, ControlData data) { in baz() method in Recurse
/aosp12/system/bt/gd/dumpsys/
H A Dfilter_test.cc150 const testing::BazTestSchema* baz = data_root->baz_module_data(); in TEST_F() local
/aosp12/art/test/440-stmp/src/
H A DMain.java27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() method in Main
/aosp12/art/test/018-stack-overflow/src/
H A DMain.java79 private static void baz(double pad1, double pad2, double pad3) { in baz() method in Main
/aosp12/packages/modules/adb/
H A Dtypes_test.cpp82 IOVector baz = bc.take_front(3); in TEST() local
/aosp12/system/linkerconfig/modules/tests/
H A Dsection_test.cc132 Namespace& baz = namespaces.emplace_back("baz"); in TEST() local
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DCommandLineOptionsTests.cpp167 bool baz = false; in TEST() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp310 const ResourceName baz = test::ParseNameOrDie("android:string/baz"); in TEST() local
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp23 namespace baz { namespace
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java71 SpannableString baz = new SpannableString("baz"); in testBasic() local
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java1214 IBaz baz = IBaz.getService(); in client() local
1749 Baz baz = new Baz(); in server() local
/aosp12/art/test/913-heaps/src/art/
H A DTest913.java516 public A baz; field in Test913.C
/aosp12/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp213 BinaryPrimitive* baz = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/baz"); in TEST_F() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp350 sp<IBaz> baz; member in HidlEnvironment
440 sp<IBaz> baz; member in HidlTest
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp212 sp<IBaz> baz; member
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp3133 auto baz = getHals(manifest, "android.hardware.baz"); in TEST_F() local