/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 131 StreamData d2 = { in HWTEST_F() local 137 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 178 StreamData d2 = { in HWTEST_F() local 184 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 226 StreamData d2 = { g_tmpBuf, TEST_TMP_BUF_LEN }; in HWTEST_F() local 232 ret = SendStream(iter->first, &d1, &d2, &tmpf); in HWTEST_F() 282 StreamData d2 = { in HWTEST_F() local 288 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 298 ret = SendStream(sessionId, &d1, &d2, &tmpf); in HWTEST_F() 343 StreamData d2 in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 54 (function (d2) { 55 d2[d2["TOP"] = 0] = "TOP"; 56 d2[d2["BOTTOM"] = 1] = "BOTTOM";
|
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 54 (function (d2) { 55 d2[d2["TOP"] = 0] = "TOP"; 56 d2[d2["BOTTOM"] = 1] = "BOTTOM";
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 361 Vector2f RSObjAbsGeometry::GetDataRange(float d0, float d1, float d2, float d3) in GetDataRange() argument 370 if (d2 > d3) { in GetDataRange() 374 if (max < d2) { in GetDataRange() 375 max = d2; in GetDataRange() 378 if (min > d2) { in GetDataRange() 379 min = d2; in GetDataRange()
|
/foundation/arkui/ui_lite/frameworks/animator/ |
H A D | interpolation.cpp | 62 float d2 = u3 - u2; in GetBezierDerivative() local 67 ret += BEZIER_COEFFICIENT * d2 * t * t; in GetBezierDerivative()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utf.cpp | 73 uint8_t d2 = *(data + CONST_2); in ConvertMUtf8ToUtf16Pair() local 75 return { ((d0 & MASK_4BIT) << (DATA_WIDTH * CONST_2)) | ((d1 & MASK_6BIT) << DATA_WIDTH) | (d2 & MASK_6BIT), in ConvertMUtf8ToUtf16Pair() 84 ((d2 & MASK_6BIT) << DATA_WIDTH) | (d3 & MASK_6BIT); in ConvertMUtf8ToUtf16Pair()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_brdf_common.h | 119 float d2 = dot(d, d); in dGGXAnisotropic() local 120 if (d2 == 0) { in dGGXAnisotropic() 123 float w2 = a2 / d2; in dGGXAnisotropic()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_abs_geometry.h | 68 static Vector2f GetDataRange(float d0, float d1, float d2, float d3);
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix.h | 170 inline constexpr Mat4X4(float d0, float d1, float d2, float d3, float d4, float d5, float d6, float d7, float d8, in Mat4X4() argument 172 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, d12, d13, d14, d15 } in Mat4X4() 292 inline constexpr Mat4X3(float d0, float d1, float d2, float d3, float d4, float d5, float d6, float d7, float d8, in Mat4X3() argument 294 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11 } in Mat4X3()
|
/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | base_obj.h | 53 INTERFACE(IWeakReferenceSource, bc3f5250 - 34d7 - 42d2 - 9b40 - ffce83fd4061) in INTERFACE()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 153 void TransformComponent::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, in Matrix3d() argument 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d()
|
H A D | transform_component.h | 81 void Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_multi_user_test.cpp | 704 DataValue d2; in HWTEST_F() local 705 d2.SetText("hello"); in HWTEST_F() 706 virtualRowData.objectData.PutDataValue("name", d2); in HWTEST_F() 1295 DataValue d2; in HWTEST_F() local 1296 d2.SetText("hello"); in HWTEST_F() 1297 virtualRowData.objectData.PutDataValue("name", d2); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 124 d2: BlurStyle.NONE 257 this.backgroundBlurStyle = options.backgroundBlurStyle ?? e1.d2; 2174 for (let d2 = 0; d2 < c2; d2++) { 2175 b2 = b2 - this.buttonItemsSize[d2].width; 2182 let e2 = this.isShouldMirror() ? c2 - 1 - d2 : d2;
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 262 } catch (d2) { 263 console.error(`AtomicServiceWeb set Web Debug Mode failed, code is ${d2.code}, message is ${d2.message}`);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 262 } catch (d2) { 263 console.error(`AtomicServiceWeb set Web Debug Mode failed, code is ${d2.code}, message is ${d2.message}`);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 232 let d2 = t.readString(); 233 e1[d2] = []; 239 e1[d2].push(t.readString());
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 1104 LongPressGesture.onAction((d2) => { 1106 if (d2) {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_test.cpp | 1607 DataValue d2; in ProcessSync() local 1608 d2.SetText("hello"); in ProcessSync() 1609 virtualRowData.objectData.PutDataValue("ddd", d2); in ProcessSync()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 750 DataValue d2; in operator ()() local 751 d2.SetText(name_); in operator ()() 752 virtualRowData.objectData.PutDataValue("name", d2); in operator ()()
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1449 set activedColor(d2) { 1450 this.__activedColor.set(d2);
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 222 d2: { 1286 ? this.theme.q1.d2
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1333 this.observeComponentCreation2((d2, h2) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 955 this.observeComponentCreation2((c2, d2) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2010 this.observeComponentCreation2((c2, d2) => {
|