Home
last modified time | relevance | path

Searched refs:push (Results 3601 - 3625 of 4692) sorted by relevance

1...<<141142143144145146147148149150>>...188

/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h197 #pragma GCC diagnostic push
/third_party/protobuf/objectivec/
H A DGPBDescriptor_PackagePrivate.h308 #pragma clang diagnostic push
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.h25 #pragma clang diagnostic push
/third_party/rust/crates/bindgen/bindgen/ir/
H A Denum_ty.rs136 variants.push(EnumVariant::new( in from_ty()
/third_party/skia/experimental/sorttoy/
H A DFake.h104 void push() { in push() function in FakeStateTracker
H A DFake.cpp109 fTracker.push(); in save()
/third_party/rust/crates/nom/tests/
H A Djson.rs86 string.push(c); in string()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs46 vec.push(err); in get()
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs215 /// Helper function to push a slice onto the `iov` array.
217 self.iov.push(libc::iovec { in push_slice()
221 self.is_owned.push(is_owned);
224 /// Helper function to push a pointer and its length onto the `iov` array.
231 self.iov.push(libc::iovec { in push_pointer_and_length()
235 self.is_owned.push(is_owned); in push_pointer_and_length()
238 /// Helper function to push a `nix` path as owned.
388 self.iov.push(libc::iovec { in nmount()
/third_party/rust/crates/nom/benchmarks/benches/
H A Djson.rs91 string.push(c); in string()
/third_party/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.cpp229 funcs_to_process.push(inst.GetSingleWordInOperand(0)); in FindFuncsCalledFromContinue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.h21 #pragma pack(push, 1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.h21 #pragma pack(push, 1)
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c335 struct nvif_push *push = drm->channel->chan.push; in nouveau_accel_gr_init() local
336 ret = PUSH_WAIT(push, 0x2); in nouveau_accel_gr_init()
338 PUSH_NVSQ(push, NV_SW, 0x0000, drm->channel->nvsw.handle); in nouveau_accel_gr_init()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_exportfs.c476 #pragma GCC diagnostic push in dhd_show()
502 #pragma GCC diagnostic push in dhd_store()
1286 #pragma GCC diagnostic push in dhd_cntl_show()
1312 #pragma GCC diagnostic push in dhd_cntl_store()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js730 b7.push({ name: d7.name, value: d7.value });
740 x6.push({
756 s6.push(new UploadFileTaskState(v6 ? v6 : u6.path, u6.responseCode, u6.message));
945 n4.data && this.messageDataList.push(n4.data);
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_test.cpp343 pattern_->inputOperations_.push(InputOperation::CURSOR_UP); in HWTEST_F()
374 pattern_->inputOperations_.push(InputOperation::CURSOR_DOWN); in HWTEST_F()
406 pattern_->inputOperations_.push(InputOperation::CURSOR_LEFT); in HWTEST_F()
437 pattern_->inputOperations_.push(InputOperation::CURSOR_RIGHT); in HWTEST_F()
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js730 b7.push({ name: d7.name, value: d7.value });
740 x6.push({
756 s6.push(new UploadFileTaskState(v6 ? v6 : u6.path, u6.responseCode, u6.message));
945 n4.data && this.messageDataList.push(n4.data);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.cpp498 info->ptInfo_.cmdQue_.push(pkt); in PushPassQueue()
632 info->unInfo_.cmdQue_.push(pkt); in PushUnitQueue()
807 info->vdInfo_.cmdQue_.push(pkt); in PushVendorQueue()
938 info->brInfo_.cmdQue_.push(pkt); in PushBrowseQueue()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp246 videoDecObj->tempList_.push(std::move(temp)); in GetTransData()
277 videoDecObj->tempList_.push(std::move(temp)); in GetTransData()
325 tempList_.push(std::move(val.second)); in BufferToTempFunc()
334 tempList_.push(std::move(val.second)); in MemoryToTempFunc()
543 "Video decoder push input data failed!"); in OH_VideoDecoder_PushInputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp86 signal->inIdxQueue_.push(index); in onEncInputBufferAvailable()
87 signal->inBufferQueue_.push(buffer); in onEncInputBufferAvailable()
95 signal->outIdxQueue_.push(index); in onEncOutputBufferAvailable()
96 signal->outBufferQueue_.push(buffer); in onEncOutputBufferAvailable()
979 cout << "push input after eos should be failed! pushResult:" << pushResult << endl; in CheckResult()
984 cout << "push input data failed, error:" << pushResult << endl; in CheckResult()
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/
H A Daudio_decoder_capi_avbuffer_vivid_unit_test.cpp83 signal->inQueue_.push(index); in OnInputBufferAvailable()
84 signal->inBufferQueue_.push(data); in OnInputBufferAvailable()
93 signal->outQueue_.push(index); in OnOutputBufferAvailable()
94 signal->outBufferQueue_.push(data); in OnOutputBufferAvailable()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp169 signal->inIdxQueue_.push(index); in VdecAPI11InputDataReady()
170 signal->inBufferQueue_.push(data); in VdecAPI11InputDataReady()
197 signal->outIdxQueue_.push(index); in VdecAPI11OutputDataReady()
198 signal->outBufferQueue_.push(data); in VdecAPI11OutputDataReady()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp178 signal->inIdxQueue_.push(index); in VdecAPI11InputDataReady()
179 signal->inBufferQueue_.push(data); in VdecAPI11InputDataReady()
209 signal->outIdxQueue_.push(index); in VdecAPI11OutputDataReady()
210 signal->outBufferQueue_.push(data); in VdecAPI11OutputDataReady()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c377 struct nvif_push *push = drm->channel->chan.push; in nouveau_accel_gr_init() local
378 ret = PUSH_WAIT(push, 2); in nouveau_accel_gr_init()
380 PUSH_NVSQ(push, NV_SW, 0x0000, drm->channel->nvsw.handle); in nouveau_accel_gr_init()

Completed in 30 milliseconds

1...<<141142143144145146147148149150>>...188