| /test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/ |
| D | assertDeepEquals.js | 164 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/ |
| 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/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/ |
| D | BrushPointRecordTest.cpp | 78 float a = 0.1; in OH_Drawing_BrushGetAlphaFloatSuccess() local 88 float a = 0.1; in OH_Drawing_BrushGetAlphaFloatFail() local 98 float a = 0.1; in OH_Drawing_BrushGetRedFloatSuccess() local 108 float a = 0.1; in OH_Drawing_BrushGetRedFloatFail() local 118 float a = 0.1; in OH_Drawing_BrushGetGreenFloatSuccess() local 128 float a = 0.1; in OH_Drawing_BrushGetGreenFloatFail() local 138 float a = 0.1; in OH_Drawing_BrushGetBlueFloatSuccess() local 148 float a = 0.1; in OH_Drawing_BrushGetBlueFloatFail() local
|
| /test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/ |
| D | test2018_03.ts | 17 const {a, ...remaining} = { a: 1, b: 2, c: 3 } constant
|
| /test/xts/acts/commonlibrary/ets_utils/containerRelation_lib_standard/entry/src/ohosTest/js/test/ |
| D | HashMap.test.js | 374 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/ |
| D | Common.h | 34 #define ASSERT_EQ(a, b) \ argument 41 #define ASSERT_NE(a, b) \ argument
|
| /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/acts/graphic/acts_drawing_native/ |
| D | DrawingNativeScalarCommon.h | 25 inline bool IsScalarAlmostEqual(scalar a, scalar b) in IsScalarAlmostEqual()
|
| D | DrawingNativeBrushTest.cpp | 945 float a = 0.f; variable 961 float a = 0.f; variable 1081 float a = 0.f; variable 1107 float a = 0.f; variable
|
| /test/xts/acts/demo/hjsunit/Async/entry/src/ohosTest/js/test/ |
| D | Callback.test.js | 23 function a(done){ function
|
| /test/xts/tools/lite/hctest/include/ |
| D | unity_config.h | 23 #define UNITY_OUTPUT_CHAR(a) printf("%c", (a)) argument
|
| /test/xts/acts/pcs/pcs_js/entry/src/ohosTest/js/test/ |
| D | SoftwareJsTest.test.js | 96 a: 1, b: 2, c: 3 property 125 a: 1, b: 2, c: 3 property 143 var obj1 = { a: 1 } property
|
| /test/xts/acts/multimedia/image/image_js_standard/imageCreator/entry/src/ohosTest/js/test/ |
| D | creator.test.js | 317 …createCreator(done, 'SUB_MULTIMEDIA_IMAGE_CREATOR_CREATEIMAGECREATOR_0800', { a: 10 }, HEIGHT, FOR… property 579 queueImageError(done, 'SUB_MULTIMEDIA_IMAGE_CREATOR_QUEUEIMAGE_PROMISE_0600', { a: 1 }); property 699 … queueImageCbError(done, 'SUB_MULTIMEDIA_IMAGE_CREATOR_QUEUEIMAGE_CALLBACK_0600', { a: 1 }); property 804 onErr(done, 'SUB_MULTIMEDIA_IMAGE_CREATOR_ON_0400', { a: 1 }); property
|
| /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/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/commonlibrary/ets_utils/codeparsingtest/builtinsarraytest/entry/src/ohosTest/ets/testability/pages/ |
| D | ArrayFunOpen.ts | 55 a: number; property
|
| /test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/utils/param/ |
| D | publicFunc.js | 44 function arrayEqual(a, b) { argument
|
| /test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
| D | ChildProcess.cpp | 51 int32_t ChildProcess::Add(int32_t a, int32_t b) in Add()
|
| /test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/utils/param/ |
| D | publicFunc.js | 43 function arrayEqual(a, b) { argument
|
| /test/xts/acts/commonlibrary/ets_utils/concurrent_test/concurrenterrormessagetest/entry/src/main/cpp/ |
| D | EeeMessageTest.cpp | 27 double a; in addWithTwoNumber() local
|
| /test/xts/dcts/testtools/disjsTest/client/ |
| D | remoteHelper.js | 97 async add(a,b) { argument 106 async sub(a,b) { argument
|
| /test/xts/hats/hdf/sensor/hdiService_additional/ |
| D | hdf_sensor_hdiService_test.cpp | 156 for (int a = 0; a < 50; a++) { variable 238 for (int a = 0; a < 50; a++) { variable 306 for (int a = 0; a < 50; a++) { variable 352 for (int a = 0; a < 50; a++) { variable
|
| /test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
| D | ffrtndk.cpp | 87 int* a; member 385 int a = 0; in ConditionVariableTest001() local 424 int a = 0; in ConditionVariableTest002() local 463 int a = 0; in ConditionVariableTest003() local 505 int a = 0; in ConditionVariableTest004() local 564 int a = 0; in ConditionVariableApiTest001() local 603 int a = 0; in ConditionVariableApiTest002() local 642 int a = 0; in ConditionVariableApiTest003() local 681 int a = 0; in ConditionVariableApiTest004() local 714 int a = 0; in DelayCTest001() local [all …]
|
| /test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/ |
| D | assertDeepEquals.js | 23 function eq(a, b, aStack, bStack) { argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiver/entry/src/ohosTest/js/test/ |
| D | receiver.test.js | 523 { a: 10 }, property 1195 …omponentCbErr(done, "SUB_MULTIMEDIA_IMAGE_RECEIVER_GETCOMPONENT_ERROR_0400", FORMATJPEG, { a: 1 }); property 1255 …mponentProErr(done, "SUB_MULTIMEDIA_IMAGE_RECEIVER_GETCOMPONENT_ERROR_0800", FORMATJPEG, { a: 1 }); property 1294 onErr(done, "SUB_MULTIMEDIA_IMAGE_RECEIVER_IMAGERECEIVER_ON_ERROR_0300", { a: 1 }); property
|