Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 25) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
DMathUtils.h25 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/
Dhdi_interfaces_test.cpp51 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 …]
Dhdi_func_test.cpp333 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()
Dlogic_camera_test.cpp52 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F()
Dpipeline_test.cpp125 auto callback = [this](std::shared_ptr<SurfaceBuffer> b) { in TEST_F()
Dtest_display.cpp289 int y0, u, v, r, g, b; in ProcessImage() local
/test/testfwk/developer_test/examples/lite/c_demo/source/
Dcalc_multi.c18 int calc_multi(int a, int b) in calc_multi()
/test/xts/hats/hdf/camera/pipeline_core/
Dstream_pipeline_dispatcher_test.cpp69 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
Dstream_pipeline_builder_test.cpp71 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/
DHashMap.test.js360 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
DHashSet.test.js498 arr.sort(function (a, b) { argument
/test/testfwk/developer_test/examples/lite/cxx_demo/test/unittest/common/
Dcalc_subtraction_test.cpp50 static int Subtraction(int a, int b) in Subtraction()
/test/xts/acts/security/security_huks_basic/utils/param/
DpublicFunc.js44 function arrayEqual(a, b) { argument
/test/xts/acts/security/security_huks_reformed_test/utils/param/
DpublicFunc.js43 function arrayEqual(a, b) { argument
/test/xts/dcts/testtools/disjsTest/client/
DremoteHelper.js60 async add(a,b) { argument
69 async sub(a,b) { argument
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp189 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/
DtestApi.js30 add(a,b) { argument
34 sub(a,b) { argument
/test/xts/acts/commonlibrary/ets_utils/taskpool_lib_standard/src/main/js/test/
DTaskPool.test.js110 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/
Dohos_common.cpp123 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/
Dbuffer_manager_utest.cpp383 for (auto& b : it->second) { variable
831 auto b = cache_.front(); in Process() local
/test/xts/acts/graphic/graphicnapitest/
DNativeImageTest.cpp41 bool b; member
/test/xts/acts/arkui/ace_ets_webView/entry/src/main/resources/rawfile/css/
Dreset.css21 b, i, selector
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/test/
DWorkerTest.test.js1391 function CreateArray(type,b) { argument
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/
Dutil.test.js304 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/
DThreadWorker.test.js2090 function CreateArray(type,b) { argument