Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 25) sorted by relevance

/aosp12/art/compiler/utils/
H A Ddedupe_set_test.cc83 ArrayRef<const uint8_t> test3(raw_test3); in TEST() local
84 array3 = deduplicator.Add(self, test3); in TEST()
87 ASSERT_TRUE(std::equal(test3.begin(), test3.end(), array3->begin())); in TEST()
/aosp12/bionic/linker/
H A Dlinker_gnu_hash_test.cpp52 __attribute__((aligned(8))) const char test3[] = "abcdefghijklmnopqrstuv\0wxyz"; in TEST() local
53 for (size_t i = 0; i < sizeof(test3) - 1; ++i) { in TEST()
54 check_input(&test3[i]); in TEST()
/aosp12/art/test/530-checker-lse3/smali/
H A DStoreLoad.smali61 ## CHECK-START: int StoreLoad.test3(int) load_store_elimination (before)
70 ## CHECK-START: int StoreLoad.test3(int) load_store_elimination (after)
78 ## CHECK-START: int StoreLoad.test3(int) load_store_elimination (after)
83 ## CHECK-START: int StoreLoad.test3(int) load_store_elimination (after)
87 ## CHECK-START: int StoreLoad.test3(int) load_store_elimination (after)
89 .method public static test3(I)I
/aosp12/build/make/tools/rbcrun/testdata/
H A Dload.star5 load(":module3|test", test3="test")
11 assert.eq(test3, None)
/aosp12/art/test/302-float-conversion/src/
H A DMain.java24 test3(); in main()
59 public static void test3() { in test3() method in Main
/aosp12/frameworks/base/libs/androidfw/tests/
H A DSplit_test.cpp219 ssize_t block = table.getResource(R::string::test3, &val, MAY_NOT_BE_BAG); in TEST_F()
225 block = table.getResource(R::string::test3, &val, MAY_NOT_BE_BAG); in TEST_F()
237 EXPECT_FALSE(table.getResourceName(R::string::test3, false, &name)); in TEST_F()
242 ASSERT_TRUE(table.getResourceName(R::string::test3, false, &name)); in TEST_F()
263 R::string::test3, in TEST_F()
H A DLoadedArsc_test.cpp203 loaded_arsc->GetPackageById(get_package_id(basic::R::string::test3)); in TEST()
206 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST()
207 uint8_t entry_index = get_entry_id(basic::R::string::test3); in TEST()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_quant8_signed.mod.py79 test3 = { variable
87 Example(test3, model=model_shape).AddVariations(quant8_signed, includeDefault=False)
88 Example(test3, model=model_scale).AddVariations(quant8_signed, includeDefault=False)
223 test3 = { variable
228 Example(test3, model=model_shape).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
229 Example(test3, model=model_scale).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_bilinear_v1_2.mod.py79 test3 = { variable
87 Example(test3, model=model_shape).AddVariations("float16", quant8, includeDefault=False)
88 Example(test3, model=model_scale).AddVariations("float16", quant8, includeDefault=False)
H A Dresize_nearest_neighbor.mod.py73 test3 = { variable
78 Example(test3, model=model_shape).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
79 Example(test3, model=model_scale).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
/aosp12/art/test/162-method-resolution/src/
H A DMain.java32 test3(); in main()
161 private static void test3() throws Exception { in test3() method in Main
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java70 final Bitmap test3 = Bitmap.createBitmap(draw3.getIntrinsicWidth(), in testWithBitmap() local
80 draw3.draw(new Canvas(test3)); in testWithBitmap()
105 test3.compress(Bitmap.CompressFormat.PNG, 100, in testWithBitmap()
107 if (!equalBitmaps(bm3, test3)) { in testWithBitmap()
108 findBitmapDifferences(bm3, test3); in testWithBitmap()
/aosp12/art/test/055-enum-performance/
H A Dexpected-stdout.txt11 test3: performed 10000 iterations
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Drasterize.rscript111 float test3 = (d31[i].x) * (d3.y) - (d31[i].y) * (d3.x);
112 // float test = edge(0 , test1) * edge(0 , test2)* edge(0 , test3);
116 test3 >= 0) {
/aosp12/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h48 test3 = 0x80020000, enumerator
/aosp12/system/tools/hidl/hidl2aidl/test/
H A Drun_build_file_test.sh15 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode hidl2aidl.test3-update-api
/aosp12/art/test/055-enum-performance/src/
H A DMain.java40 int count3 = test3(500); in run()
188 static public int test3(int iters) { in test3() method in Main
/aosp12/art/test/484-checker-register-hints/src/
H A DMain.java101 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3() method in Main
/aosp12/art/test/667-checker-simd-alignment/src/
H A DMain.java281 private static void test3() { in test3() method in Main
/aosp12/system/timezone/testing/data/
H A Dcreate-test-data.sh69 TEST_DIR=test3
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java116 public void test3() throws Exception { in test3() method in BroadcasterTest
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java49 R.raw.test3,
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java100 public void test3() throws Exception { in test3() method in EventRecurrenceTest
/aosp12/art/test/530-checker-lse/src/
H A DMain.java195 static int test3(TestClass obj) { in test3() method in Main
4000 assertIntEquals(test3(obj1), 10); in main()
/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp772 void test3() {
817 test3();