/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1158 setInitiallyProvidedValue(n1) { argument 1162 if (n1.callbackId !== undefined) { 1171 if (n1.controller !== undefined) { 1189 if (n1.useSymbol !== undefined) { 1192 if (n1.cancel !== undefined) { 1193 this.cancel = n1.cancel; 1195 if (n1.confirm !== undefined) { 1196 this.confirm = n1.confirm; 1198 if (n1.fontSize === undefined) { 1201 if (n1.maxLines !== undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/ |
H A D | atomicservicetabs.js | 22 constructor(m1, n1, o1, p1 = -1, q1 = undefined, r1) { argument 28 …this.__tabBarOptionsArray = new SynchedPropertyObjectOneWayPU(n1.tabBarOptionsArray, this, "tabBar… 29 …this.__tabBarPosition = new SynchedPropertySimpleOneWayPU(n1.tabBarPosition, this, "tabBarPosition… 30 …this.__barBackgroundColor = new SynchedPropertyObjectOneWayPU(n1.barBackgroundColor, this, "barBac… 31 this.__index = new SynchedPropertyObjectOneWayPU(n1.index, this, "index"); 32 this.__barOverlap = new SynchedPropertySimpleOneWayPU(n1.barOverlap, this, "barOverlap"); 37 this.setInitiallyProvidedValue(n1);
|
/ohos5.0/build/rust/tests/test_cxx/src/ |
H A D | lib.rs | 48 fn r_return_sum(n1: usize, n2: usize) -> usize { in r_return_sum() 49 println!("Here is a message from Rust,test for {} + {} is:",n1 ,n2); in r_return_sum() 50 n1 + n2 in r_return_sum()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 221 constexpr float n1 = 7.5625f; in EaseOutBounce() local 224 return n1 * Pow2(t); in EaseOutBounce() 227 return n1 * Pow2(t - (1.5f / d1)) + 0.75f; in EaseOutBounce() 230 return n1 * Pow2(t - (2.25f / d1)) + 0.9375f; in EaseOutBounce() 232 return n1 * Pow2(t - (2.625f / d1)) + 0.984375f; in EaseOutBounce()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 206 NonTrivialNonThrowMove n1(100); variable 207 Any a1 = n1; 211 ASSERT_EQ(AnyCast<NonTrivialNonThrowMove>(a2).a_, n1.a_);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridrow.md | 82 …rid-layout.md#栅格系统断点)的取值范围,最多支持xs、sm、md、lg、xl、xxl六个断点,且名称不可修改。假设传入的数组是[n0, n1, n2, n3, n4],各个断点取值如… 86 |sm |[n0, n1) | 87 |md |[n1, n2) |
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 46 #define FO_DIV(n1, n2) ((static_cast<int64_t>(n1) << FIXED_Q_NUM) / (n2)) argument 49 #define FO_MUL(n1, n2) ((static_cast<int64_t>(n1) * (n2)) >> FIXED_Q_NUM) argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/ |
H A D | downloadfilebutton.js | 169 getTextContent(n1) { 170 return downloadDescriptionResourceMap.get(n1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 151 n1: [ property in b1.m1 1201 let n1 = { width: 0, height: 0 }; class 1206 n1.width = this.prefixIcon?.size?.width; 1209 n1.width = this.theme.prefixIcon.size.width; 1211 n1.width = 0; 1218 n1.height = this.prefixIcon?.size?.height; 1221 n1.height = this.theme.prefixIcon.size.height; 1223 n1.height = 0; 1226 return n1; 1250 return this.theme.m1.n1;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/ |
H A D | progressbutton.js | 33 constructor(k1, l1, m1, n1 = -1, o1 = undefined, p1) { argument 34 super(k1, m1, n1, p1);
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.js | 101 this.observeComponentCreation2((m1, n1) => {
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 149 fn r_return_sum(n1: usize, n2: usize) -> usize { 150 println!("Here is a message from Rust,test for {} + {} is:",n1 ,n2); 151 n1 + n2
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 140 let n1 = t.readString(); 141 let o1 = await this.cloudService.connectShareCenter(m1, n1); 690 let n1 = t.readString(); 693 let b4 = await this.shareCenter.share(y3, n1, z3, a4);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridrow.md | 82 …e breakpoint names cannot be modified. Assume that the input array is [n0, n1, n2, n3, n4], then t… 86 |sm |[n0, n1) | 87 |md |[n1, n2) |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 149 fn r_return_sum(n1: usize, n2: usize) -> usize { 150 println!("Here is a message from Rust,test for {} + {} is:",n1 ,n2); 151 n1 + n2
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 24 this.launchAtomicService = (n1, o1) => { };
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 1519 let n1 = 42; 1521 console.log(typeof n1); // 'number' 1523 let n2: typeof n1 1530 let n1 = 42; 1532 console.log(typeof n1); // 'number' 2951 let n1: number | null = null;
|
H A D | introduction-to-arkts.md | 82 let n1 = 3.14; 94 factorial(n1) // 7.660344000000002
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 454 let n1 = inputMethodEngine.getInputMethodAbility(); variable 455 n1.on('keyboardHide', () => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 125 (l ? l : this).observeComponentCreation2((m1, n1, o1 = m) => {
|
/ohos5.0/build/common/asan/ |
H A D | build_mixed_asan.sh | 202 dmesg -n1
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 1048 setController(n1) { argument 1049 this.controller = n1;
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 2182 let n1 = Generator.gi().mergeObj(this.files_); 2183 if (n1) { 2184 n1 = Generator.gi().expandObj(n1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1161 constructor(n1, o1, p1) { argument 1162 this.name = n1;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 1105 constructor(i1, j1, k1, l1 = -1, m1 = undefined, n1) { argument 1106 super(i1, k1, l1, n1);
|