/aosp12/art/compiler/utils/ |
H A D | dedupe_set_test.cc | 83 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 D | linker_gnu_hash_test.cpp | 52 __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 D | StoreLoad.smali | 61 ## 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 D | load.star | 5 load(":module3|test", test3="test") 11 assert.eq(test3, None)
|
/aosp12/art/test/302-float-conversion/src/ |
H A D | Main.java | 24 test3(); in main() 59 public static void test3() { in test3() method in Main
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Split_test.cpp | 219 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 D | LoadedArsc_test.cpp | 203 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 D | resize_quant8_signed.mod.py | 79 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 D | resize_bilinear_v1_2.mod.py | 79 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 D | resize_nearest_neighbor.mod.py | 73 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 D | Main.java | 32 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 D | IconTest.java | 70 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 D | expected-stdout.txt | 11 test3: performed 10000 iterations
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | rasterize.rscript | 111 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 D | R.h | 48 test3 = 0x80020000, enumerator
|
/aosp12/system/tools/hidl/hidl2aidl/test/ |
H A D | run_build_file_test.sh | 15 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode hidl2aidl.test3-update-api
|
/aosp12/art/test/055-enum-performance/src/ |
H A D | Main.java | 40 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 D | Main.java | 101 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 D | Main.java | 281 private static void test3() { in test3() method in Main
|
/aosp12/system/timezone/testing/data/ |
H A D | create-test-data.sh | 69 TEST_DIR=test3
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BroadcasterTest.java | 116 public void test3() throws Exception { in test3() method in BroadcasterTest
|
/aosp12/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 49 R.raw.test3,
|
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
H A D | EventRecurrenceTest.java | 100 public void test3() throws Exception { in test3() method in EventRecurrenceTest
|
/aosp12/art/test/530-checker-lse/src/ |
H A D | Main.java | 195 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 D | C2Param_test.cpp | 772 void test3() { 817 test3();
|