/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | main.cpp | 38 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; typedef 51 std::map<string, std::vector<TestFunc>> testFuncMap; in main() 53 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("BitmapTest", BitmapTest::GetInstance().Bit… in main() 54 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("CameraTest", CameraTest::GetInstance().Cam… in main() 55 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("FilterTest", FilterTest::GetInstance().Fil… in main() 56 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ImageTest", ImageTest::GetInstance().Image… in main() 57 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("MatrixTest", MatrixTest::GetInstance().Mat… in main() 58 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("PathTest", PathTest::GetInstance().PathTes… in main() 59 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShaderTest", ShaderTest::GetInstance().Sha… in main() 60 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShadowTest", ShadowTest::GetInstance().Sha… in main() [all …]
|
H A D | drawing_sample.h | 36 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 43 inline DrawingSample& SetDraw(std::map<std::string, std::vector<TestFunc>> testFuncMap) in SetDraw() 67 std::map<std::string, std::vector<TestFunc>> drawFuncMap_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | shadow_test.h | 30 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 39 std::vector<TestFunc> ShadowTestCase(); 80 std::vector<ShadowTest::TestFunc> ShadowTest::ShadowTestCase() in ShadowTestCase() 82 std::vector<TestFunc> testFuncVec; in ShadowTestCase()
|
H A D | layer_context.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 38 SurfaceError DrawBuffer(TestFunc testFunc); 61 void DrawBaseLayer(void* image, int width, int height, TestFunc testFuc);
|
H A D | bitmap_test.h | 34 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 42 std::vector<TestFunc> BitmapTestCase();
|
H A D | camera_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> CameraTestCase();
|
H A D | filter_test.h | 31 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 39 std::vector<TestFunc> FilterTestCase();
|
H A D | matrix_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> MatrixTestCase();
|
H A D | path_effect_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> PathEffectTestCase();
|
H A D | shader_test.h | 32 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 40 std::vector<TestFunc> ShaderTestCase();
|
H A D | image_test.h | 35 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 44 std::vector<TestFunc> ImageTestCase();
|
H A D | pen_test.h | 26 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 45 std::vector<TestFunc> PenTestCase();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_register_observer_test.cpp | 420 TestFunc, result); 459 TestFunc, result); 488 TestFunc, result); 512 TestFunc, result); 536 TestFunc, result); 560 TestFunc, result); 585 TestFunc, result); 663 g_emptyKey, TestFunc, result); 687 g_emptyKey, TestFunc, result); 752 TestFunc, result); [all …]
|
H A D | distributeddb_storage_rd_register_observer_test.cpp | 83 void TestFunc(const KvDBCommitNotifyData &data) in TestFunc() function 237 g_entry1.key, TestFunc, result); 261 g_entry1.key, TestFunc, result); 285 g_emptyKey, TestFunc, result); 309 g_emptyKey, TestFunc, result);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | bitmap_test.cpp | 29 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; typedef 48 std::vector<BitmapTest::TestFunc> BitmapTest::BitmapTestCase() in BitmapTestCase() 50 std::vector<TestFunc> testFuncVec; in BitmapTestCase()
|
H A D | path_effect_test.cpp | 44 std::vector<PathEffectTest::TestFunc> PathEffectTest::PathEffectTestCase() in PathEffectTestCase() 46 std::vector<TestFunc> testFuncVec; in PathEffectTestCase()
|
H A D | shader_test.cpp | 39 std::vector<ShaderTest::TestFunc> ShaderTest::ShaderTestCase() in ShaderTestCase() 41 std::vector<TestFunc> testFuncVec; in ShaderTestCase()
|
H A D | camera_test.cpp | 52 std::vector<CameraTest::TestFunc> CameraTest::CameraTestCase() in CameraTestCase() 54 std::vector<TestFunc> testFuncVec; in CameraTestCase()
|
H A D | filter_test.cpp | 52 std::vector<FilterTest::TestFunc> FilterTest::FilterTestCase() in FilterTestCase() 54 std::vector<TestFunc> testFuncVec; in FilterTestCase()
|
H A D | matrix_test.cpp | 73 std::vector<MatrixTest::TestFunc> MatrixTest::MatrixTestCase() in MatrixTestCase() 75 std::vector<TestFunc> testFuncVec; in MatrixTestCase()
|
/ohos5.0/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.h | 22 __attribute__((noinline)) int TestFunc##FuncNumA() \ 24 return TestFunc##FuncNumB(); \
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/ |
H A D | hdf_main_test.h | 42 typedef int32_t (*TestFunc)(HdfTestMsg *); typedef 46 TestFunc testFunc; // function
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/ |
H A D | hdf_main_test.h | 21 typedef int32_t (*TestFunc)(HdfTestMsg *); typedef 25 TestFunc testFunc; // function
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | multithread_constructor.h | 22 __attribute__((noinline)) int TestFunc##FuncNumA() \ 24 return TestFunc##FuncNumB(); \
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.h | 24 __attribute__((noinline)) int TestFunc##FuncNumA() \ 26 return TestFunc##FuncNumB(); \
|