/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/ |
H A D | PiPContent.js | 59 setInitiallyProvidedValue(a2) { argument 60 if (a2.xComponentController !== undefined) { 63 if (a2.nodeController !== undefined) { 66 if (a2.mXCNodeController !== undefined) { 69 if (a2.useNode !== undefined) { 70 this.useNode = a2.useNode; 72 if (a2.xComponentId !== undefined) { 73 this.xComponentId = a2.xComponentId; 75 if (a2.xComponentType !== undefined) { 78 if (a2.xComponent !== undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/ |
H A D | downloadfilebutton.js | 28 (function (a2) { 29 a2[a2["DOWNLOAD"] = 1] = "DOWNLOAD"; 30 a2[a2["DOWNLOAD_FILE"] = 2] = "DOWNLOAD_FILE"; 31 a2[a2["SAVE"] = 3] = "SAVE"; 32 a2[a2["SAVE_IMAGE"] = 4] = "SAVE_IMAGE"; 33 a2[a2["SAVE_FILE"] = 5] = "SAVE_FILE"; 34 a2[a2["DOWNLOAD_AND_SHARE"] = 6] = "DOWNLOAD_AND_SHARE"; 35 a2[a2["RECEIVE"] = 7] = "RECEIVE"; 36 a2[a2["CONTINUE_TO_RECEIVE"] = 8] = "CONTINUE_TO_RECEIVE";
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | color_fill.h | 61 …(r1) = static_cast<uint8_t>(((a2) * (r2) * OPA_OPAQUE + (OPA_OPAQUE - (a2)) * (a1) * (r1)) / Alpha… 62 …(g1) = static_cast<uint8_t>(((a2) * (g2) * OPA_OPAQUE + (OPA_OPAQUE - (a2)) * (a1) * (g1)) / Alpha… 63 …(b1) = static_cast<uint8_t>(((a2) * (b2) * OPA_OPAQUE + (OPA_OPAQUE - (a2)) * (a1) * (b1)) / Alpha… 77 #define COLOR_BLEND_XRGB(r1, g1, b1, a1, r2, g2, b2, a2) \ argument 78 (r1) = (((r2) * (a2)) / OPA_OPAQUE) + (((r1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 79 (g1) = (((g2) * (a2)) / OPA_OPAQUE) + (((g1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 80 (b1) = (((b2) * (a2)) / OPA_OPAQUE) + (((b1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 83 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ argument 84 (r1) = (((r2) * (a2)) / OPA_OPAQUE) + (((r1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 85 (g1) = (((g2) * (a2)) / OPA_OPAQUE) + (((g1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_utils.h | 124 a1 = a1 - NeonMulDiv255(a2, a1) + a2; in NeonBlendRGBA() 125 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendRGBA() 126 uint16x8_t g = vmull_u8(g2, a2) + vmull_u8(g1, da); in NeonBlendRGBA() 127 uint16x8_t b = vmull_u8(b2, a2) + vmull_u8(b1, da); in NeonBlendRGBA() 136 uint8x8_t da = vdup_n_u8(OPA_OPAQUE) - a2; in NeonBlendXRGB() 137 a1 = a1 - NeonMulDiv255(a2, a1) + a2; in NeonBlendXRGB() 138 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendXRGB() 139 uint16x8_t g = vmull_u8(g2, a2) + vmull_u8(g1, da); in NeonBlendXRGB() 140 uint16x8_t b = vmull_u8(b2, a2) + vmull_u8(b1, da); in NeonBlendXRGB() 149 uint8x8_t da = vdup_n_u8(OPA_OPAQUE) - a2; in NeonBlendRGB() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_asset_compare_test.cpp | 53 Asset a2; variable 105 a2 = GenAsset("suv", "suv1"); in GenData() 281 expectedList[FIELD_CARS] = { a2, a3, a4 }; 302 expectedList[FIELD_CARS] = { a2, a3, a4 }; 320 expectedList[FIELD_CARS] = { a2, a3, a4 }; 339 expectedList[FIELD_CARS] = { a2, a3, a4 }; 357 expectedList[FIELD_CARS] = { a2, a3, a4 }; 439 expectedList[FIELD_CARS] = { a2, a3, a4 }; 461 expectedList[FIELD_CARS] = { a2, a3, a4 }; 527 expectedList[FIELD_CARS] = {a2, a3, a4}; [all …]
|
/ohos5.0/base/update/updater/test/unittest/test_data/src/ |
H A D | test_logic.us | 4 a2 = 100; 5 Stdout("a1 > a2 = ", a1 > a2); 6 Stdout("a1 < a2 = ", a1 < a2);
|
H A D | test_function.us | 14 a1, a2, a3 = computer(10, 20, 30); 15 Stdout(a1, a2, a3);
|
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ |
H A D | test_logic.us | 4 a2 = 100; 5 Stdout("a1 > a2 = ", a1 > a2); 6 Stdout("a1 < a2 = ", a1 < a2);
|
H A D | test_function.us | 14 a1, a2, a3 = computer(10, 20, 30); 15 Stdout(a1, a2, a3);
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 208 Any a2 = 4; variable 209 a1.Swap(a2); 211 ASSERT_EQ(AnyCast<NonTrivialNonThrowMove>(a2).a_, n1.a_); 213 a2 = "test"; 216 a2.Swap(a1); 218 ASSERT_TRUE(AnyCast<Star>(a2) == star); 220 std::swap(a1, a2); 221 ASSERT_STREQ(AnyCast<const char*>(a2), "test");
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 31 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) \ argument 33 const float A2 = static_cast<float>(a2) / OPA_OPAQUE; \ 40 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ argument 41 (r1) = (((r2) * (a2)) / OPA_OPAQUE) + (((r1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 42 (g1) = (((g2) * (a2)) / OPA_OPAQUE) + (((g1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE); \ 43 (b1) = (((b2) * (a2)) / OPA_OPAQUE) + (((b1) * (OPA_OPAQUE - (a2))) / OPA_OPAQUE);
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | tool-disassembler.md | 93 .function any test.#*#show(any a0, any a1, any a2) <static> { // 此方法源码中的show方法,同时这里也… 100 .function any test.func_main_0(any a0, any a1, any a2) <static> { // 此方法是自动生成的,可以理解成整个js… 128 .function any test.#*#show(any a0, any a1, any a2) <static> { # offset: 0x0153, code offset: 0x0245…
|
H A D | source-obfuscation.md | 35 假设Arkguard支持配置指定类型的白名单,配置类A1作为白名单,类A1的属性prop1在白名单中,而A2中的prop1属性不在白名单中。此时,a2作为参数被传入test函数中,调用prop1属性… 51 let a2 = new A2(); 52 a2.prop1 = 'prop a2'; 53 test(a2); 70 let a2 = new A2(); 71 a2.a = 'prop a2'; 72 test(a2); 1108 declare a2 {
|
H A D | arkts-bytecode-fundamentals.md | 55 .function any .foo(any a0, any a1, any a2) { 82 .function any .foo(any a0, any a1, any a2) { 122 .function any .func_main_0(any a0, any a1, any a2) { 170 .function any .foo(any a0, any a1, any a2) { 181 .function any .bar(any a0, any a1, any a2) { 206 .function any .#~B=#B(any a0, any a1, any a2) { 216 .function any .func_main_0(any a0, any a1, any a2) { 272 .function any .foo(any a0, any a1, any a2, any a3, any a4) { 275 // a2: this
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_brdf_common.h | 117 float a2 = at * ab; in dGGXAnisotropic() local 118 vec3 d = vec3(ab * ToH, at * BoH, a2 * NoH); in dGGXAnisotropic() 123 float w2 = a2 / d2; in dGGXAnisotropic() 124 return a2 * w2 * w2 * (1.0 / CORE_BRDF_PI); in dGGXAnisotropic()
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | geomagnetic_field.cpp | 209 float a2 = EARTH_MAJOR_AXIS_RADIUS * EARTH_MAJOR_AXIS_RADIUS; in CalibrateGeocentricCoordinates() local 215 float latRad = static_cast<float>(sqrt(a2 * clat * clat + b2 * slat * slat)); in CalibrateGeocentricCoordinates() 217 / (latRad * altitudeKm + a2))); in CalibrateGeocentricCoordinates() 220 * latRad + (a2 * a2 * clat * clat + b2 * b2 * slat * slat) in CalibrateGeocentricCoordinates() 221 / (a2 * clat * clat + b2 * slat * slat); in CalibrateGeocentricCoordinates()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1107 }).then(a2 => { 1109 … new GetLocationResult(a2.latitude, a2.longitude, a2.altitude, a2.accuracy, a2.speed, a2.timeStamp, 1110 a2.direction, a2.timeSinceBoot, a2.additions, a2.additionSize);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | tool-disassembler.md | 93 The show method in the source code of the .function any test.#*#show(any a0, any a1, any a2) <stati… 100 The .function any test.func_main_0(any a0, any a1, any a2) <static> { // method is automatically ge… 128 .function any test.#*#show(any a0, any a1, any a2) <static> { # offset: 0x0153, code offset: 0x0245…
|
/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | partitions.cpp | 56 bool a2 = devMajor == SDMMC_MAJOR && (devMinor % 0x08 == 0); in DeviceProbeType() local 60 if (a2) { in DeviceProbeType() 63 if (!a1 && !a2) { in DeviceProbeType()
|
/ohos5.0/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… 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/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.js | 63 this.observeComponentCreation2((a2, b2) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 64 constructor(a2, b2) { argument 65 this.options = a2;
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_algo_unittest.cpp | 168 PkgAlgorithmLz4 a2(config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 219 for (let a2 = 0; a2 < z1; a2++) {
|