Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkParticle.ts54 dataArray.push(0);
55 dataArray.push(0);
62 dataArray.push(0);
63 dataArray.push(0);
113 dataArray.push(1);
119 dataArray.push(0);
125 dataArray.push(1);
129 dataArray.push(0);
134 dataArray.push(0);
141 dataArray.push(1);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md61 ### push subsection
63 push(item: T): T
133 stack.push(2);
134 stack.push(4);
135 stack.push(5);
136 stack.push(2);
137 stack.push(4);
169 stack.push(2);
170 stack.push(4);
171 stack.push(5);
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/calculator/src/main/js/default/common/
H A Dcalculator.js35 numberStack.push(Number(element));
40 numberStack.push(result);
53 operatorStack.push(element);
68 operatorStack.push(element);
74 operatorStack.push(element);
78 suffixExpression.push(element);
95 expression.push(number);
98 expression.push(element);
104 expression.push(number);
109 expression.push(element);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dgaussian_blur_filter_unittest.cpp47 auto push = sWeight.get(); variable
48 push[0] = 10;
49 push[1] = 100;
50 push[2] = 1000;
78 auto push = sOffset.get(); variable
79 push[0] = 10;
80 push[1] = 100;
81 push[2] = 1000;
110 push[0] = 10;
111 push[1] = 100;
[all …]
H A Dhorizontal_blur_filter_unittest.cpp47 auto push = sWeight.get(); variable
48 push[0] = 10;
49 push[1] = 100;
50 push[2] = 1000;
78 auto push = sOffset.get(); variable
79 push[0] = 10;
80 push[1] = 100;
81 push[2] = 1000;
110 push[0] = 10;
111 push[1] = 100;
[all …]
H A Dvertical_blur_filter_unittest.cpp47 auto push = sWeight.get(); variable
48 push[0] = 10;
49 push[1] = 100;
50 push[2] = 1000;
78 auto push = sOffset.get(); variable
79 push[0] = 10;
80 push[1] = 100;
81 push[2] = 1000;
110 push[0] = 10;
111 push[1] = 100;
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dbase64.rs20 output.push(BASE64_TABLE[((chunk[0] >> 2) & 0x3f) as usize]); in encode()
22 output.push(BASE64_TABLE[(((chunk[0] & 0x3) << 4) | ((chunk[1] >> 4) & 0xf)) as usize]); in encode()
23 output.push(BASE64_TABLE[(((chunk[1] & 0xf) << 2) | ((chunk[2] >> 6) & 0x3)) as usize]); in encode()
24 output.push(BASE64_TABLE[(chunk[2] & 0x3f) as usize]); in encode()
26 output.push(BASE64_TABLE[(((chunk[0] & 0x3) << 4) | ((chunk[1] >> 4) & 0xf)) as usize]); in encode()
27 output.push(BASE64_TABLE[((chunk[1] & 0xf) << 2) as usize]); in encode()
28 output.push(b'='); in encode()
30 output.push(BASE64_TABLE[((chunk[0] & 0x3) << 4) as usize]); in encode()
31 output.push(b'='); in encode()
32 output.push(b'='); in encode()
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dthread_communication.md25 iconItemSourceList.push(new IconItemSource($r('app.media.nearby'), `item${numStart + 1}`));
26 iconItemSourceList.push(new IconItemSource($r('app.media.scan'), `item${numStart + 2}`));
27 iconItemSourceList.push(new IconItemSource($r('app.media.shop'), `item${numStart + 3}`));
28 iconItemSourceList.push(new IconItemSource($r('app.media.cards'), `item${numStart + 4}`));
29 iconItemSourceList.push(new IconItemSource($r('app.media.album'), `item${numStart + 5}`));
30 iconItemSourceList.push(new IconItemSource($r('app.media.applet'), `item${numStart + 6}`));
60 this.iconItemSourceList.push(ret[i][j]);
91 iconItemSourceList.push(new IconItemSource($r('app.media.scan'), `item${numStart + 2}`));
92 iconItemSourceList.push(new IconItemSource($r('app.media.shop'), `item${numStart + 3}`));
93 iconItemSourceList.push(new IconItemSource($r('app.media.cards'), `item${numStart + 4}`));
[all …]
H A Dmulti-time-consuming-tasks.md36 iconItemSourceList.push(new IconItemSource('$media:startIcon', `item${numStart + 1}`));
37 iconItemSourceList.push(new IconItemSource('$media:background', `item${numStart + 2}`));
38 iconItemSourceList.push(new IconItemSource('$media:foreground', `item${numStart + 3}`));
39 iconItemSourceList.push(new IconItemSource('$media:startIcon', `item${numStart + 4}`));
40 iconItemSourceList.push(new IconItemSource('$media:background', `item${numStart + 5}`));
41 iconItemSourceList.push(new IconItemSource('$media:foreground', `item${numStart + 6}`));
66 iconItemSourceList.push(ret[i][j]);
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md61 ### push subsection
133 stack.push(2);
134 stack.push(4);
135 stack.push(5);
136 stack.push(2);
137 stack.push(4);
169 stack.push(2);
170 stack.push(4);
171 stack.push(5);
172 stack.push(2);
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-page-transition-animation.md44 // 定义页面进入时的效果,从左侧滑入,时长为1200ms,无论页面栈发生push还是pop操作均可生效
47 // 定义页面退出时的效果,向左侧滑出,时长为1000ms,无论页面栈发生push还是pop操作均可生效
56 // 定义页面进入时的效果,从右侧滑入,时长为1000ms,无论页面栈发生push还是pop操作均可生效
88 // 定义页面进入时的效果,从右侧滑入,时长为1200ms,页面栈发生push操作时该效果才生效
94 // 定义页面退出时的效果,向左侧滑出,时长为1000ms,页面栈发生push操作时该效果才生效
106 // 定义页面进入时的效果,从右侧滑入,时长为1000ms,页面栈发生push操作时该效果才生效
112 // 定义页面退出时的效果,向左侧滑出,时长为1200ms,页面栈发生push操作时该效果才生效
175 // 路由到下一个页面,push操作
226 // 路由到下一页面,push操作
283 // 路由到下一页面,push操作
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DCubeShape.js75 this.vertices.push(x, p1.y, z);
80 this.indices.push(first, second, first + 1, second, second + 1, first + 1);
81 this.normal.push(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0);
98 this.vertices.push(x, p1.y, z);
103 this.indices.push(first, second, first + 1, second, second + 1, first + 1);
121 this.vertices.push(p1.x, y, z);
144 this.vertices.push(p1.x, y, z);
150 this.normal.push(1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0);
167 this.vertices.push(x, y, p1.z);
190 this.vertices.push(x, y, p1.z);
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/common/js/
H A Dlist.js17 this.listData.push("common/left.png");
18 this.listData.push("common/right.png");
19 this.listData.push("common/music_prev.png");
20 this.listData.push("common/music_next.png");
21 this.listData.push("common/music_play.png");
22 this.listData.push("common/goAhead.png");
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dlist.js17 this.listData.push("common/left.png");
18 this.listData.push("common/right.png");
19 this.listData.push("common/music_prev.png");
20 this.listData.push("common/music_next.png");
21 this.listData.push("common/music_play.png");
22 this.listData.push("common/goAhead.png");
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A DwifiTestModel.ets38 wifiList.push({
86 ipInfoList.push({ key : $r('app.string.gate_way') , value : this.resolveIP(ipInfo.gateway) })
87 ipInfoList.push({ key : $r('app.string.net_mask') , value : this.resolveIP(ipInfo.netmask) })
90 ipInfoList.push({ key : $r('app.string.server_ip') , value : this.resolveIP(ipInfo.serverIp) })
98 countryCodeList.push({ key : $r('app.string.country_code') , value : countryCode })
104 featureSupportedList.push({
108 featureSupportedList.push({
112 featureSupportedList.push({
116 featureSupportedList.push({
120 featureSupportedList.push({
[all …]
H A DwifiModel.ets45 wifiList.push({
89 ipInfoList.push({ key : $r('app.string.gate_way') , value : this.resolveIP(ipInfo.gateway) })
90 ipInfoList.push({ key : $r('app.string.net_mask') , value : this.resolveIP(ipInfo.netmask) })
93 ipInfoList.push({ key : $r('app.string.server_ip') , value : this.resolveIP(ipInfo.serverIp) })
101 countryCodeList.push({ key : $r('app.string.country_code') , value : countryCode })
107 featureSupportedList.push({
111 featureSupportedList.push({
115 featureSupportedList.push({
119 featureSupportedList.push({
123 featureSupportedList.push({
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/list-item/item5/
H A Ditem5.js23 this.listData.push("common/left.png");
24 this.listData.push("common/right.png");
25 this.listData.push("common/music_prev.png");
26 this.listData.push("common/music_next.png");
27 this.listData.push("common/music_play.png");
28 this.listData.push("common/goAhead.png");
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs77 self.normalized.push(char); in parse_scheme()
94 self.normalized.push('/'); in parse_double_slash()
141 self.normalized.push(':') in parse_userinfo()
147 self.normalized.push('@'); in parse_userinfo()
165 self.normalized.push(c); in parse_authority()
183 self.normalized.push(ch); in parse_path()
203 self.normalized.push('?'); in parse_query_and_fragment()
208 self.normalized.push('#'); in parse_query_and_fragment()
250 pub(crate) fn push(&mut self, ch: char) { in push() method
252 self.url.push(ch); in push()
[all …]
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/manager/
H A DStateManager.ets260 this.actionSet.push(UpdateAction.CHECK_NEW_VERSION);
276 this.actionSet.push(UpdateAction.SHOW_NEW_VERSION);
277 this.actionSet.push(UpdateAction.CHECK_NEW_VERSION);
278 this.actionSet.push(UpdateAction.DOWNLOAD);
310 this.actionSet.push(UpdateAction.SHOW_NEW_VERSION);
311 this.actionSet.push(UpdateAction.SHOW_PROCESS_VIEW);
338 this.actionSet.push(UpdateAction.SHOW_NEW_VERSION);
340 this.actionSet.push(UpdateAction.RESUME);
413 this.actionSet.push(UpdateAction.INSTALL);
414 this.actionSet.push(UpdateAction.SHOW_NEW_VERSION);
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_rwlock.rs57 handlers.push(rt.spawn(tokio_rwlock_task(lock.clone()))); in tokio_rwlock_read()
82 handlers.push(ylong_runtime::spawn(ylong_rwlock_task(lock.clone()))); in ylong_rwlock_read()
106 handlers.push(rt.spawn(tokio_rwlock_write_task(lock.clone()))); in tokio_rwlock_write()
131 handlers.push(ylong_runtime::spawn(ylong_rwlock_write_task(lock.clone()))); in ylong_rwlock_write()
158 handlers.push(rt.spawn(tokio_rwlock_write_task(lock_in))); in tokio_rwlock_write_read()
163 handlers.push(rt.spawn(tokio_rwlock_task(lock_in))); in tokio_rwlock_write_read()
190 handlers.push(ylong_runtime::spawn(ylong_rwlock_write_task(lock_in))); in ylong_rwlock_write_read()
195 handlers.push(ylong_runtime::spawn(ylong_rwlock_task(lock_in))); in ylong_rwlock_write_read()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dspawn.rs36 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_one_core_test()
53 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_two_core_test()
70 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_three_core_test()
87 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_four_core_test()
104 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_eight_core_test()
121 handles.push(ylong_runtime::spawn(test_future(i))); in sdv_max_core_test()
138 handles.push(ylong_runtime::spawn(test_multi_future_in_async(i, i + 1))); in sdv_multi_future_in_async()
156 handles.push(ylong_runtime::spawn(test_async_in_async(i, i + 1))); in sdv_multi_async_in_async()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dthread_communication.md25 iconItemSourceList.push(new IconItemSource($r('app.media.nearby'), `item${numStart + 1}`));
26 iconItemSourceList.push(new IconItemSource($r('app.media.scan'), `item${numStart + 2}`));
27 iconItemSourceList.push(new IconItemSource($r('app.media.shop'), `item${numStart + 3}`));
28 iconItemSourceList.push(new IconItemSource($r('app.media.cards'), `item${numStart + 4}`));
29 iconItemSourceList.push(new IconItemSource($r('app.media.album'), `item${numStart + 5}`));
30 iconItemSourceList.push(new IconItemSource($r('app.media.applet'), `item${numStart + 6}`));
60 this.iconItemSourceList.push(ret[i][j]);
91 iconItemSourceList.push(new IconItemSource($r('app.media.scan'), `item${numStart + 2}`));
92 iconItemSourceList.push(new IconItemSource($r('app.media.shop'), `item${numStart + 3}`));
93 iconItemSourceList.push(new IconItemSource($r('app.media.cards'), `item${numStart + 4}`));
[all …]
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-toolbar.md72 this.toolbarList.push({ text: '剪贴我是超超超超超超超超超长样式',
77 this.toolbarList.push({ text: '拷贝',
83 this.toolbarList.push({ text: '粘贴',
89 this.toolbarList.push({ text: '全选',
94 this.toolbarList.push({ text: '分享',
99 this.toolbarList.push({ text: '分享',
119 this.toolbarList.push(this.toolbarList[1])
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h94 streamStartIndex_.push(modeStartIndex_[i] + ONE_STEP); in getStreamCount()
97 streamEndIndex_.push(j); in getStreamCount()
102 streamStartIndex_.push(j + ONE_STEP); in getStreamCount()
118 abilityStartIndex_.push(k + ONE_STEP); in getStreamInfo()
121 abilityEndIndex_.push(k); in getStreamInfo()
125 abilityStartIndex_.push(k + ONE_STEP); in getStreamInfo()
128 deatiInfoCount_.push(modeInfo.streamInfo[j].detailInfoCount); in getStreamInfo()
222 streamStartIndex_.push(modeStartIndex_[i]); in getStreamCount()
225 streamEndIndex_.push(j + ONE_STEP); in getStreamCount()
243 abilityStartIndex_.push(k); in getStreamInfo()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/lifecycle/
H A Dindex.js22 this.lifecycles.push("onInit triggered.");
26 this.lifecycles.push("onReady triggered.");
30 this.lifecycles.push("onShow triggered.");
34 this.lifecycles.push("onDestroy triggered.");

12345678910>>...50