/test/xts/acts/kernel_lite/math_posix/src/ |
D | MathUtils.h | 25 static inline int Equalf(float a, float b) in Equalf() 30 static inline int Equal(double a, double b) in Equal() 35 static inline int Equall(long double a, long double b) in Equall()
|
/test/xts/hats/hdf/camera/v4l2/src/ |
D | hdi_interfaces_test.cpp | 51 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 104 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 149 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 195 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 239 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 293 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 337 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 381 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 425 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() 479 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F() [all …]
|
D | hdi_func_test.cpp | 333 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in __anon5d5307be0102() 387 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in __anon5d5307be0202() 487 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in __anon5d5307be0302() 543 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in __anon5d5307be0402()
|
D | logic_camera_test.cpp | 52 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F()
|
D | pipeline_test.cpp | 125 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F()
|
D | test_display.cpp | 289 int y0, u, v, r, g, b; in ProcessImage() local
|
/test/testfwk/developer_test/examples/lite/c_demo/source/ |
D | calc_multi.c | 18 int calc_multi(int a, int b) in calc_multi()
|
/test/xts/hats/hdf/camera/pipeline_core/ |
D | stream_pipeline_dispatcher_test.cpp | 69 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable 93 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgrConf); variable 117 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgrAbConf); variable
|
D | stream_pipeline_builder_test.cpp | 71 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable 86 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable
|
/test/xts/acts/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/js/test/ |
D | HashMap.test.js | 360 arr.sort(function (a, b) { argument 384 arr.sort(function (a, b) { argument 566 arr.sort(function (a, b) { argument 605 arr.sort(function (a, b) { argument
|
D | HashSet.test.js | 498 arr.sort(function (a, b) { argument
|
/test/testfwk/developer_test/examples/lite/cxx_demo/test/unittest/common/ |
D | calc_subtraction_test.cpp | 50 static int Subtraction(int a, int b) in Subtraction()
|
/test/xts/acts/security/security_huks_basic/utils/param/ |
D | publicFunc.js | 44 function arrayEqual(a, b) { argument
|
/test/xts/acts/security/security_huks_reformed_test/utils/param/ |
D | publicFunc.js | 43 function arrayEqual(a, b) { argument
|
/test/xts/dcts/testtools/disjsTest/client/ |
D | remoteHelper.js | 60 async add(a,b) { argument 69 async sub(a,b) { argument
|
/test/xts/acts/kernel_lite/sys_posix/src/ |
D | SysApiTest.cpp | 189 int CompareInt(const void *a, const void *b) in CompareInt() 208 int CompareChar(const void *a, const void *b) in CompareChar() 225 int CompareFloat(const void *a, const void *b) in CompareFloat() 246 int CompareDouble(const void *a, const void *b) in CompareDouble()
|
/test/xts/dcts/testtools/disjsTest/server/ |
D | testApi.js | 30 add(a,b) { argument 34 sub(a,b) { argument
|
/test/xts/acts/commonlibrary/ets_utils/taskpool_lib_standard/src/main/js/test/ |
D | TaskPool.test.js | 110 var result = await taskpool.execute(Sum, {"a": 1, "b" : 2}, {"a": 3, "b" : 4}); property 252 var task = new taskpool.Task(Sum, {"a": 1, "b" : 2}, {"a": 3, "b" : 4}); property 458 var task = new taskpool.Task(Sum, {"a": 1, "b" : 2}, {"a": 3, "b" : 4}); property 754 taskpool.execute(Sum, {"a": 1, "b" : 2}, {"a": 3, "b" : 4}).then((ret) => { property
|
/test/xts/acts/ai/mindspore/src/ |
D | ohos_common.cpp | 123 bool allclose(float *a, float *b, uint64_t count, float rtol = 1e-05, in allclose() 212 bool allclose_int8(uint8_t *a, uint8_t *b, uint64_t count, float rtol = 1e-05, in allclose_int8()
|
/test/xts/hats/hdf/camera/buffer_manager/ |
D | buffer_manager_utest.cpp | 383 for (auto& b : it->second) { variable 831 auto b = cache_.front(); in Process() local
|
/test/xts/acts/graphic/graphicnapitest/ |
D | NativeImageTest.cpp | 41 bool b; member
|
/test/xts/acts/arkui/ace_ets_webView/entry/src/main/resources/rawfile/css/ |
D | reset.css | 21 b, i, selector
|
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/test/ |
D | WorkerTest.test.js | 1391 function CreateArray(type,b) { argument
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/ |
D | util.test.js | 304 const thrower = util.promiseWrapper(function(a, b, c, cb) { argument 441 async function promiseFn(a, b) { argument
|
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/test/ |
D | ThreadWorker.test.js | 2090 function CreateArray(type,b) { argument
|