/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.h | 197 #pragma GCC diagnostic push
|
/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor_PackagePrivate.h | 308 #pragma clang diagnostic push
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.h | 25 #pragma clang diagnostic push
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | enum_ty.rs | 136 variants.push(EnumVariant::new( in from_ty()
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.h | 104 void push() { in push() function in FakeStateTracker
|
H A D | Fake.cpp | 109 fTracker.push(); in save()
|
/third_party/rust/crates/nom/tests/ |
H A D | json.rs | 86 string.push(c); in string()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 46 vec.push(err); in get()
|
/third_party/rust/crates/nix/src/mount/ |
H A D | bsd.rs | 215 /// 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 D | json.rs | 91 string.push(c); in string()
|
/third_party/spirv-tools/source/opt/ |
H A D | struct_cfg_analysis.cpp | 229 funcs_to_process.push(inst.GetSingleWordInOperand(0)); in FindFuncsCalledFromContinue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.h | 21 #pragma pack(push, 1)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.h | 21 #pragma pack(push, 1)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 335 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 D | dhd_linux_exportfs.c | 476 #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 D | atomicserviceweb.js | 730 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 D | text_area_test.cpp | 343 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 D | atomicserviceweb.js | 730 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 D | avrcp_ct_connection.cpp | 498 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 D | native_video_decoder.cpp | 246 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 D | videoenc_api11_sample.cpp | 86 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 D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 83 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 D | videodec_api11_sample.cpp | 169 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 D | videodec_api11_sample.cpp | 178 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 D | nouveau_drm.c | 377 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()
|