/ohos5.0/base/update/updater/test/unittest/utils/json/ |
H A D | utils_json_visitor_test.cpp | 24 (std::string, d2), 36 (Color, d2) 41 (std::string, d2) 46 (bool, d2), 52 (bool, d2), 66 (std::string, d2) 75 return lhs.d1 == rhs.d1 && lhs.d2 == rhs.d2 && lhs.d3 == rhs.d3; in operator ==() 141 "d2":"true", 164 "d2": { 196 "d2":true, [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 131 StreamData d2 = { variable 137 ret = SendStream(sessionId, &d1, &d2, &tmpf); 178 StreamData d2 = { variable 184 ret = SendStream(sessionId, &d1, &d2, &tmpf); 226 StreamData d2 = { g_tmpBuf, TEST_TMP_BUF_LEN }; variable 282 StreamData d2 = { variable 288 ret = SendStream(sessionId, &d1, &d2, &tmpf); 298 ret = SendStream(sessionId, &d1, &d2, &tmpf); 343 StreamData d2 = { variable 349 ret = SendStream(sessionId, &d1, &d2, &tmpf); [all …]
|
/ohos5.0/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";
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_red_max_downscale_post_process.frag | 29 const float d2 = textureOffset(sampler2D(uTex, uSampler), inUv, ivec2(0, 1)).x; 32 const float depth = max(max(d0, d1), max(d2, d3));
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 365 Vector2f RSObjAbsGeometry::GetDataRange(float d0, float d1, float d2, float d3) in GetDataRange() argument 374 if (d2 > d3) { in GetDataRange() 378 if (max < d2) { in GetDataRange() 379 max = d2; in GetDataRange() 382 if (min > d2) { in GetDataRange() 383 min = d2; in GetDataRange()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utf.cpp | 73 uint8_t d2 = *(data + CONST_2); in ConvertMUtf8ToUtf16Pair() local 75 …((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()
|
/ohos5.0/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, floa… in BASE_BEGIN_NAMESPACE() 172 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, d12, d13, d14, d15 } in BASE_BEGIN_NAMESPACE() 292 …inline constexpr Mat4X3(float d0, float d1, float d2, float d3, float d4, float d5, float d6, floa… in BASE_BEGIN_NAMESPACE() 294 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11 } in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/ |
H A D | PiPContent.js | 44 constructor(b2, c2, d2, e2 = -1, f2 = undefined, g2) { argument 45 super(b2, d2, e2, g2);
|
/ohos5.0/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);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 153 …Component::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, floa…
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | base_obj.h | 53 INTERFACE(IWeakReferenceSource, bc3f5250 - 34d7 - 42d2 - 9b40 - ffce83fd4061)
|
/ohos5.0/base/tee/tee_client/ |
H A D | README_zh.md | 59 context.ta_path = (uint8_t *)"/data/58dbb3b9-4a0c-42d2-a84d-7c7ab17539fc.sec"
|
H A D | README.md | 59 context.ta_path = (uint8_t *)"/data/58dbb3b9-4a0c-42d2-a84d-7c7ab17539fc.sec"
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 54 …std::string d2 = TimeUtil::TimestampFormatToDate(endTime/ TimeUtil::SEC_TO_MILLISEC, "%Y%m%d%H%M%S… in InnerMakeTraceFileName() local 58 …name.append("_").append(d1).append("_").append(d2).append("_").append(std::to_string(costTime)).ap… in InnerMakeTraceFileName()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 124 d2: BlurStyle.NONE property in e1 257 this.backgroundBlurStyle = options.backgroundBlurStyle ?? e1.d2; 2186 for (let d2 = 0; d2 < c2; d2++) { 2187 b2 = b2 - this.buttonItemsSize[d2].width; 2194 let e2 = this.isShouldMirror() ? c2 - 1 - d2 : d2;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1304 let d2 = this.totalStack[this.totalStack.length - 2]; 1305 if (d2 === undefined) { 1309 d2.policy === SplitPolicy.HOME_PAGE && d2.navInfo !== undefined) { 1310 this.homeChangeListener && this.homeChangeListener.onHomeShowOnTop(d2.navInfo.name);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1290 Row.onKeyEvent((d2) => { 1294 if (d2.keyCode !== KeyCode.KEYCODE_ENTER && d2.keyCode !== KeyCode.KEYCODE_SPACE) { 1297 if (d2.type === KeyType.Down) { 1300 if (d2.type === KeyType.Up) {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_multi_user_test.cpp | 704 DataValue d2; variable 705 d2.SetText("hello"); 706 virtualRowData.objectData.PutDataValue("name", d2);
|
/ohos5.0/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());
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 263 } catch (d2) { 264 …le.error(`AtomicServiceWeb set Web Debug Mode failed, code is ${d2.code}, message is ${d2.message}…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
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 ()()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
H A D | splitlayout.js | 255 this.observeComponentCreation2((c2, d2) => {
|