Home
last modified time | relevance | path

Searched refs:push (Results 1 - 25 of 637) sorted by relevance

12345678910>>...26

/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");
/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");
/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);
48 operatorStack.push(element);
51 suffixExpression.push(operatorStack.pop());
59 suffixExpression.push(operatorStack.pop());
62 operatorStack.push(element);
64 suffixExpression.push(element);
77 suffixExpression.push(operatorStack.pop());
90 number && expression.push(number); number = '';
91 expression.push(elemen
[all...]
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
H A Dcalculator.js61 numberStack.push(element)
67 numberStack.push(parseFloat(result).toExponential())
69 numberStack.push(result)
83 operatorStack.push(element)
90 suffixExpression.push(operator)
98 operatorStack.push(element)
103 suffixExpression.push(operatorStack.pop())
106 operatorStack.push(element)
110 suffixExpression.push(element)
113 suffixExpression.push(operatorStac
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dhorizontal_blur_filter_unittest.cpp47 auto push = sWeight.get(); in HWTEST_F() local
48 push[0] = 10; in HWTEST_F()
49 push[1] = 100; in HWTEST_F()
50 push[2] = 1000; in HWTEST_F()
78 auto push = sOffset.get(); in HWTEST_F() local
79 push[0] = 10; in HWTEST_F()
80 push[1] = 100; in HWTEST_F()
81 push[2] = 1000; in HWTEST_F()
109 auto push = sOthers.get(); in HWTEST_F() local
110 push[ in HWTEST_F()
[all...]
H A Dgaussian_blur_filter_unittest.cpp47 auto push = sWeight.get(); in HWTEST_F() local
48 push[0] = 10; in HWTEST_F()
49 push[1] = 100; in HWTEST_F()
50 push[2] = 1000; in HWTEST_F()
78 auto push = sOffset.get(); in HWTEST_F() local
79 push[0] = 10; in HWTEST_F()
80 push[1] = 100; in HWTEST_F()
81 push[2] = 1000; in HWTEST_F()
109 auto push = sOthers.get(); in HWTEST_F() local
110 push[ in HWTEST_F()
[all...]
H A Dvertical_blur_filter_unittest.cpp47 auto push = sWeight.get(); in HWTEST_F() local
48 push[0] = 10; in HWTEST_F()
49 push[1] = 100; in HWTEST_F()
50 push[2] = 1000; in HWTEST_F()
78 auto push = sOffset.get(); in HWTEST_F() local
79 push[0] = 10; in HWTEST_F()
80 push[1] = 100; in HWTEST_F()
81 push[2] = 1000; in HWTEST_F()
109 auto push = sOthers.get(); in HWTEST_F() local
110 push[ in HWTEST_F()
[all...]
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs69 self.parts.push(part); in part()
140 states.push(MultiPartState::bytes(
143 states.push(MultiPartState::bytes(
148 states.push(MultiPartState::bytes(
154 states.push(MultiPartState::bytes(
159 states.push(MultiPartState::bytes(b"\r\n".to_vec()));
162 states.push(MultiPartState::bytes(
167 states.push(MultiPartState::bytes(b"\r\n".to_vec()));
170 states.push(body);
173 states.push(MultiPartStat
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Ddisable_warning_4201_heading.h22 #pragma warning(push)
25 #pragma clang diagnostic push
28 #pragma GCC diagnostic push
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_db.rs74 extends.push(vb); in batch_insert()
142 records.push(ipc_conn::ValueBucket(extend_data)); in batch_delete()
152 results.push(value_bucket.into()); in batch_delete()
174 fields.push(field.col_name.clone()); in batch_query()
265 extend_ids.push(gid.clone()); in upload()
291 asset_keys.push(key.to_string()); in upload()
298 values_records.push(ipc_conn::ValueBucket(record_data)); in upload()
299 extends_records.push(ipc_conn::ValueBucket(extend_data)); in upload()
310 results.push(value_bucket.into()); in upload()
317 result_ids.push(i in upload()
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstorePredicatesJoinJsunit.test.js84 objects.push(user.userId);
85 objects.push(user.firstName);
86 objects.push(user.lastName);
87 objects.push(user.age);
88 objects.push(user.balance);
107 objects.push(book.id);
108 objects.push(book.name);
109 objects.push(book.userId);
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJoinJsunit.test.js80 objects.push(user.userId);
81 objects.push(user.firstName);
82 objects.push(user.lastName);
83 objects.push(user.age);
84 objects.push(user.balance);
103 objects.push(book.id);
104 objects.push(book.name);
105 objects.push(book.userId);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp43 nodeBucket_.push({ptr}); in NodeDestructorInner()
46 nodeBucket_.push({ptr}); in NodeDestructorInner()
112 drawableBucket_.push({ptr}); in DrawableDestructorInner()
115 drawableBucket_.push({ptr}); in DrawableDestructorInner()
165 offTreeBucket_.push({node}); in AddToOffTreeNodeBucket()
168 offTreeBucket_.push({node}); in AddToOffTreeNodeBucket()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h79 streamTypeCount_.push(transferedInfo.modeInfo[i].streamTypeCount); in getModeInfo()
94 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()
207 streamTypeCount_.push(transferedInfo.modeInfo[i].streamTypeCount); in getModeInfo()
222 streamStartIndex_.push(modeStartIndex in getStreamCount()
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/enviroment/
H A Dheap_memory_thread.cpp57 memoryList.push(memory); in HeapMemoryLoop()
58 memoryList.push(buffer); in HeapMemoryLoop()
59 memoryList.push(format); in HeapMemoryLoop()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dutils.js17 push(observer) {
18 this.stack.push(observer);
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js92 idList.push(componentMap.get(`${val[0]}_${val[1]}`), val[2]);
94 idList.push(val[2]);
111 values.push(subItem.path);
143 result.push(projectMap[projectName]);
154 projectMap[projectName].value.push(componentEntry);
156 componentEntry.value.push({
173 arrayData.push(e);
181 list.push(val);
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp179 syncCenter->returnInt64Queue_.push(Plugins::HST_TIME_NONE); in HWTEST_F()
194 syncCenter->returnInt64Queue_.push(1000); in HWTEST_F()
195 syncCenter->returnInt64Queue_.push(2000); in HWTEST_F()
211 syncCenter->returnInt64Queue_.push(1000); in HWTEST_F()
212 syncCenter->returnInt64Queue_.push(2000); in HWTEST_F()
228 syncCenter->returnInt64Queue_.push(1000); in HWTEST_F()
229 syncCenter->returnInt64Queue_.push(2000); in HWTEST_F()
272 syncCenter->returnInt64Queue_.push(987654321); in HWTEST_F()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.cpp113 signal_->inQueue_.push(0); in Stop()
123 signal_->outQueue_.push(0); in Stop()
272 signal_->inQueue_.push(index); in OnInputBufferAvailable()
273 signal_->inBufferQueue_.push(buffer); in OnInputBufferAvailable()
284 signal_->outQueue_.push(index); in OnOutputBufferAvailable()
285 signal_->infoQueue_.push(info); in OnOutputBufferAvailable()
286 signal_->flagQueue_.push(flag); in OnOutputBufferAvailable()
287 signal_->outBufferQueue_.push(buffer); in OnOutputBufferAvailable()
H A Davcodec_audio_encoder_inner_demo.cpp108 signal_->inQueue_.push(0); in Stop()
118 signal_->outQueue_.push(0); in Stop()
239 signal_->inQueue_.push(index); in OnInputBufferAvailable()
240 signal_->inBufferQueue_.push(buffer); in OnInputBufferAvailable()
251 signal_->outQueue_.push(index); in OnOutputBufferAvailable()
252 signal_->sizeQueue_.push(info); in OnOutputBufferAvailable()
253 signal_->outBufferQueue_.push(buffer); in OnOutputBufferAvailable()
/foundation/multimedia/media_foundation/engine/scene/common/
H A Ddata_stream_impl.cpp28 emptyBuffers_.push(buffer); in DataStreamImpl()
47 emptyBuffers_.push(buffer); in QueueEmptyBuffer()
57 emptyBuffers_.push(allBuffers_[i]); in QueueEmptyBuffer()
80 dataBuffers_.push(buffer); in QueueDataBuffer()
/foundation/multimodalinput/input/service/event_dump/test/
H A Devent_statistic_test.cpp94 eventStatistic.eventQueue_.push("event1"); in HWTEST_F()
95 eventStatistic.eventQueue_.push("event2"); in HWTEST_F()
96 eventStatistic.eventQueue_.push("event3"); in HWTEST_F()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx5/
H A Dindex.js35 pointss.push([200, 250, 1]);
37 pointss.push([200, 250, 0]);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs172 vec.push(*ptr);
176 vec.push(*ptr);
180 vec.push(str);
187 vec.push(val);
196 vec.push(vb);
203 vec.push(db);
210 vec.push(val);
217 vec.push(fd);
226 vec.push(val);
234 vec.push(cloud_asse
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_transaction_callback_info.h44 callbackStack_.push(callback); in Push()
85 callbackStack_.push(callback); in Push()

Completed in 8 milliseconds

12345678910>>...26