Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp289 double b4 = a21; in Invert() local
292 double determinant = b0 * b5 - b1 * b4 + b2 * b3; in Invert()
309 b4 *= invdet; in Invert()
312 dst[0][0] = static_cast<float>(a11 * b5 - a12 * b4); // compute dst[0][0] value in Invert()
313 dst[1][0] = static_cast<float>(a02 * b4 - a01 * b5); // compute dst[1][0] value in Invert()
318 dst[0][2] = static_cast<float>(a10 * b4 - a11 * b3); // compute dst[0][2] value in Invert()
319 dst[1][2] = static_cast<float>(a01 * b3 - a00 * b4); // compute dst[1][2] value in Invert()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js823 for (let b4 = 0; b4 < this.toolBarList.length; b4++) {
824 if (b4 >= this.moreIndex && this.toolBarList.length > TOOLBAR_MAX_LENGTH) {
825 this.menuContent[b4 - this.moreIndex] = {
826 value: this.toolBarList[b4].content,
827 action: this.toolBarList[b4].action,
828 enabled: this.toolBarList[b4].state !== ItemState.DISABLE,
834 this.toolBarItemBackground[b4] = this.toolBarItemBackground[b4] ?? Color.Transparent;
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/
H A Dshdrs_from_readelf_326 [ 1] .interp PROGBITS 000001b4 0001b4 000013 00 A 0 0 1
H A Dsyms_from_readelf_3242 1: 000001b4 0 SECTION LOCAL DEFAULT 1
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp228 …#19 pc 00000000000348b4 /system/lib64/platformsdk/libipc_core.z.so(OHOS::BinderInvoker::HandleComm…
233 #24 pc 00000000000876b4 /system/lib/ld-musl-aarch64.so.1")";
269 #16 pc 00000000000128b4 /system/bin/appspawn
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, 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 Dtransform_component.h82 …float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& = AnimationOpti…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Devent_controller_test.cpp248 bool b4 = EventController::GetInstance().HandlePkgCommonEvent(action3, want, payload); variable
249 EXPECT_EQ(b4, true);
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.h68 uint32_t b4; member
/ohos5.0/drivers/peripheral/sensor/chipset/barometer/
H A Dbarometer_bmp180.c229 coefficientData.b4 = (g_calibraData.ac4 * (uint32_t)(coefficientData.x3 + BMP180_CONSTANT_13)) in CalcBarometerData()
234 coefficientData.p = (coefficientData.b7 << BMP180_CONSTANT_1) / coefficientData.b4; in CalcBarometerData()
236 coefficientData.p = (coefficientData.b7 / coefficientData.b4) << BMP180_CONSTANT_1; in CalcBarometerData()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest001/
H A Dtrace.txt14 #13 pc 00000000000128b4 /system/bin/appspawn
H A Dcppcrash-com.ohos.launcher-20010025-1970032423521137 #13 pc 00000000000128b4 /system/bin/appspawn
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest003/
H A Dtrace.txt17 #16 pc 00000000000128b4 /system/bin/appspawn
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest010/
H A Dtrace.txt17 #16 pc 00000000000128b4 /system/bin/appspawn
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest011/
H A Dtrace.txt17 #16 pc 00000000000128b4 /system/bin/appspawn
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1014 clearTrashStack(b4, c4, d4) {
1015 hilog.info(0x0000, 'MultiNavigation', 'MultiNavPathStack popToIndex clearTrashStack' + b4);
1016 for (let e4 = b4; e4 < this.subStackList.length; e4++) {
1017 hilog.info(0x0000, 'MultiNavigation', 'MultiNavPathStack popToIndex subStackList' + b4);
1023 this.subStackList.splice(b4);
1025 this.outerStack.popToIndex(b4 - 1, c4, d4);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js540 this.b4 = new ObservedPropertyObjectPU(
709 this.b4.purgeDependencyOnElmtId(rmElmtId);
745 this.b4.aboutToBeDeleted();
948 return this.b4.get();
951 this.b4.set(newValue);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js997 }).then((b4) => {
998 this.success(new SelectPhotoResult(b4.photoUris, b4.isOriginalPhoto), w3);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js432 dispatchHoverStatusChange(b4) {
442 isHoverMode: b4,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js693 let b4 = await this.shareCenter.share(y3, n1, z3, a4);
694 this.marshallingResults(u, b4);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
H A Dsplitlayout.js118 this.observeComponentCreation2((a4, b4) => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-appendix-types.md160 | steelblue | \#4682b4 | ![steelblue](figures/steelblue.png) |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-common-styles.md177 | steelblue | \#4682b4 | ![steelblue](figures/steelblue.png) |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-appendix-types.md160 | steelblue | \#4682b4 | ![steelblue](figures/steelblue.png) |
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js786 updateStateVars(b4) { argument
787 this.__fontSize.reset(b4.fontSize);

1234