Home
last modified time | relevance | path

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

12345678910>>...30

/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/
DassertDeepEquals.js164 function eq(a, b) { argument
208 function isEqualNodeOrPromiseOrFunction(a, b) { argument
252 function isEqualCollection(a, b) { argument
278 function isEqualSampleObj(a, b) { argument
327 function isEqualObj(a, b) { argument
353 function isEqualArray(a, b) { argument
368 function isEqualMap(a, b) { argument
403 function isEqualSet(a, b) { argument
/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/cameraHdi/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/entry/src/ohosTest/js/test/
DHashMap.test.js374 arr.sort(function (a, b) { argument
398 arr.sort(function (a, b) { argument
581 arr.sort(function (a, b) { argument
620 arr.sort(function (a, b) { argument
/test/xts/acts/arkcompiler/arkts_ani_test_static/entry/src/main/cpp/
DCommon.h34 #define ASSERT_EQ(a, b) \ argument
41 #define ASSERT_NE(a, b) \ argument
DNameSpaceSupport.h20 inline ani_int Sum([[maybe_unused]] ani_env *env, ani_int a, ani_int b) { return a + b; } in Sum()
/test/testfwk/developer_test/examples/lite/c_demo/source/
Dcalc_multi.c18 int calc_multi(int a, int b) in calc_multi()
/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeScalarCommon.h25 inline bool IsScalarAlmostEqual(scalar a, scalar b) in IsScalarAlmostEqual()
DDrawingNativeBrushTest.cpp1047 float b = 0.f; variable
1063 float b = 0.f; variable
1084 float b = 0.f; variable
1110 float b = 0.f; variable
DDrawingNativePenTest.cpp1757 float b = 0.f; variable
1774 float b = 0.f; variable
1796 float b = 0.0f; variable
1823 float b = 0.0f; variable
/test/xts/acts/pcs/pcs_js/entry/src/ohosTest/js/test/
DSoftwareJsTest.test.js96 a: 1, b: 2, c: 3 property
125 a: 1, b: 2, c: 3 property
144 var obj2 = { b: 2 } property
/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/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/huks/huks_js_api8/entry/src/ohosTest/js/test/utils/param/
DpublicFunc.js44 function arrayEqual(a, b) { argument
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
DChildProcess.cpp51 int32_t ChildProcess::Add(int32_t a, int32_t b) in Add()
DIpcProxy.cpp61 int32_t IpcProxy::Add(int32_t a, int32_t b) in Add()
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/utils/param/
DpublicFunc.js43 function arrayEqual(a, b) { argument
/test/xts/acts/commonlibrary/ets_utils/concurrent_test/concurrenterrormessagetest/entry/src/main/cpp/
DEeeMessageTest.cpp28 double b; in addWithTwoNumber() local
/test/xts/dcts/testtools/disjsTest/client/
DremoteHelper.js97 async add(a,b) { argument
106 async sub(a,b) { argument
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
DassertDeepEquals.js23 function eq(a, b, aStack, bStack) { argument
/test/xts/dcts/testtools/disjsTest/server/
DtestApi.js38 add(a,b) { argument
42 sub(a,b) { argument
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
DCanvasPenTest.cpp266 float b = 13; in OH_Drawing_PenGetAlphaFloatSucccess() local
283 float b = 13.0f; in OH_Drawing_PenGetRedFloatSucccess() local
300 float b = 13; in OH_Drawing_PenGetGreenFloatSucccess() local
317 float b = 13; in OH_Drawing_PenGetBlueFloatSuccess() local
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp385 for (auto& b : it->second) { variable
577 [sb](const std::pair<OHOS::sptr<OHOS::SurfaceBuffer>, std::shared_ptr<IBuffer>>& b) { in EnqueueBufferNonBlock()
616 … [buffer](const std::pair<OHOS::sptr<OHOS::SurfaceBuffer>, std::shared_ptr<IBuffer>>& b) { in DequeueBuffer()
840 auto b = cache_.front(); in Process() local
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DGroupSiteController.java76 double b = Math.toRadians(lng1) - Math.toRadians(lng2); in calculateDistance() local

12345678910>>...30