Home
last modified time | relevance | path

Searched defs:dry_run (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_context.cpp35 unsigned sb_context::dry_run = 0; member in r600_sb::sb_context
H A Dsb_core.cpp62 sb_context::dry_run = df & DBG_SB_DRY_RUN; in r600_sb_context_create() member in sb_context
H A Dsb_bc.h686 static unsigned dry_run; member in r600_sb::sb_context
/third_party/eudev/src/udev/
H A Dudevadm-trigger.c39 static int dry_run; variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dcpp_driver.py256 def dry_run(self): member in RemoteCppTestRunner
H A Dcpp_driver_lite.py215 def dry_run(self, request, command, listener=None): member in CppTestDriver
H A Doh_jsunit_driver.py550 def dry_run(self): member in OHJSUnitTestRunner
/third_party/protobuf/benchmarks/python/
H A Dpy_benchmark.py127 def dry_run(self, test_method_args='', setup_method_args=''): member in Benchmark
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dpatch-scs.c131 scs_handle_fde_frame(const struct eh_frame *frame, bool fde_has_augmentation_data, int code_alignment_factor, bool dry_run) scs_handle_fde_frame() argument
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py100 def dry_run(self): member in OHJSUnitTestRunner
/third_party/ninja/src/
H A Dbuild.h170 bool dry_run; member
/third_party/python/Lib/distutils/
H A Dutil.py430 dry_run variable
[all...]
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py485 dry_run = "dry_run" variable in ConfigConst
/third_party/ffmpeg/libavcodec/
H A Dratecontrol.c867 float ff_rate_estimate_qscale(MpegEncContext *s, int dry_run) in ff_rate_estimate_qscale() argument
H A Dmpegvideo_enc.c3429 static int estimate_qp(MpegEncContext *s, int dry_run){ in estimate_qp() argument
/third_party/python/Lib/test/
H A Dtest_bdb.py74 dry_run = 0 variable
578 dry_run = dry_run global() variable in BaseTestCase
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c2410 static bool dry_run; variable
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-inject.c1742 char *dry_run; in parse_vm_time_correlation() local
H A Dbuiltin-record.c3303 static bool dry_run; variable
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py288 dry_run = "dry_run" variable in ConfigConst
/third_party/gn/src/gn/
H A Dcommand_format.cc1302 bool dry_run = in RunFormat() local
/third_party/ffmpeg/libavformat/
H A Ddashdec.c2238 static int dash_seek(AVFormatContext *s, struct representation *pls, int64_t seek_pos_msec, int flags, int dry_run) in dash_seek() argument
/kernel/linux/linux-5.10/drivers/dma/
H A Dpl330.c580 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END() argument
592 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP() argument
608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() argument
626 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP() argument
647 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], in _emit_LP() argument
673 _emit_LPEND(unsigned dry_run, u8 buf[], const struct _arg_LPEND *arg) _emit_LPEND() argument
708 _emit_KILL(unsigned dry_run, u8 buf[]) _emit_KILL() argument
718 _emit_MOV(unsigned dry_run, u8 buf[], enum dmamov_dst dst, u32 val) _emit_MOV() argument
737 _emit_RMB(unsigned dry_run, u8 buf[]) _emit_RMB() argument
749 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) _emit_SEV() argument
765 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) _emit_ST() argument
783 _emit_STP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) _emit_STP() argument
804 _emit_WFP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) _emit_WFP() argument
829 _emit_WMB(unsigned dry_run, u8 buf[]) _emit_WMB() argument
847 _emit_GO(unsigned dry_run, u8 buf[], const struct _arg_GO *arg) _emit_GO() argument
1095 _ldst_memtomem(unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) _ldst_memtomem() argument
1119 _emit_load(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) _emit_load() argument
1152 _emit_store(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) _emit_store() argument
1185 _ldst_peripheral(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc, enum pl330_cond cond) _ldst_peripheral() argument
1209 _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) _bursts() argument
1243 _dregs(struct pl330_dmac *pl330, unsigned int dry_run, u8 buf[], const struct _xfer_spec *pxs, int transfer_length) _dregs() argument
1290 _loop(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], unsigned long *bursts, const struct _xfer_spec *pxs) _loop() argument
1371 _setup_loops(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) _setup_loops() argument
1392 _setup_xfer(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) _setup_xfer() argument
1414 _setup_req(struct pl330_dmac *pl330, unsigned dry_run, struct pl330_thread *thrd, unsigned index, struct _xfer_spec *pxs) _setup_req() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dpl330.c580 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END() argument
592 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP() argument
608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() argument
626 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP() argument
647 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], in _emit_LP() argument
673 _emit_LPEND(unsigned dry_run, u8 buf[], const struct _arg_LPEND *arg) _emit_LPEND() argument
708 _emit_KILL(unsigned dry_run, u8 buf[]) _emit_KILL() argument
718 _emit_MOV(unsigned dry_run, u8 buf[], enum dmamov_dst dst, u32 val) _emit_MOV() argument
737 _emit_RMB(unsigned dry_run, u8 buf[]) _emit_RMB() argument
749 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) _emit_SEV() argument
765 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) _emit_ST() argument
783 _emit_STP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) _emit_STP() argument
804 _emit_WFP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) _emit_WFP() argument
829 _emit_WMB(unsigned dry_run, u8 buf[]) _emit_WMB() argument
847 _emit_GO(unsigned dry_run, u8 buf[], const struct _arg_GO *arg) _emit_GO() argument
1095 _ldst_memtomem(unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) _ldst_memtomem() argument
1119 _emit_load(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) _emit_load() argument
1152 _emit_store(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) _emit_store() argument
1185 _ldst_peripheral(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc, enum pl330_cond cond) _ldst_peripheral() argument
1209 _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) _bursts() argument
1243 _dregs(struct pl330_dmac *pl330, unsigned int dry_run, u8 buf[], const struct _xfer_spec *pxs, int transfer_length) _dregs() argument
1290 _loop(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], unsigned long *bursts, const struct _xfer_spec *pxs) _loop() argument
1371 _setup_loops(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) _setup_loops() argument
1392 _setup_xfer(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) _setup_xfer() argument
1414 _setup_req(struct pl330_dmac *pl330, unsigned dry_run, struct pl330_thread *thrd, unsigned index, struct _xfer_spec *pxs) _setup_req() argument
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h505 int dry_run; member

Completed in 46 milliseconds