Home
last modified time | relevance | path

Searched defs:opts (Results 301 - 325 of 418) sorted by relevance

1...<<11121314151617

/third_party/toybox/toys/pending/
H A Dmodprobe.c51 char *cmdname, *name, *depent, *opts; member
73 static char *add_opts(char *opts, char *toadd) in add_opts() argument
[all...]
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp400 bool ApplyStroke(SkPath& path, StrokeOpts opts) { in ApplyStroke() argument
/third_party/rust/crates/regex/src/
H A Dexec.rs149 let mut opts = RegexOptions::default(); in new_many() variables
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp1031 static void GetOpts(string& opts, struct option(&longOptions)[OPT_ENTRY_CNT]) in GetOpts() argument
1078 string opts; in HilogEntry() local
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp355 OHOS::Media::InitializationOptions opts; in CreatePixelMap() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp77 OHOS::Media::SourceOptions opts; in CreateImageSource() local
84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOptions &opts, in CreateImageSource() argument
90 OHOS::Media::SourceOptions opts; in CreateImageSource() local
97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() argument
103 std::unique_ptr<ImageSource> ImageSource::CreateIncrementalImageSource(const IncrementalSourceOptions &opts, in CreateIncrementalImageSource() argument
112 std::unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint32_ argument
65 CreateImageSource(std::unique_ptr<std::istream> is, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
71 CreateImageSource(const uint8_t *data, uint32_t size, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
122 CreatePixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreatePixelMap() argument
127 CreateIncrementalPixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreateIncrementalPixelMap() argument
133 PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, ImageDecodingState &state, uint8_t &decodeProgress) PromoteDecoding() argument
210 ImageSource(std::unique_ptr<SourceStream> &&stream, const SourceOptions &opts) ImageSource() argument
264 SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo) SetDecodeOptions() argument
270 UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo, PixelMap &pixelMap) UpdatePixelMapInfo() argument
276 CopyOptionsToPlugin(const DecodeOptions &opts, PixelDecodeOptions &plOpts) CopyOptionsToPlugin() argument
279 CopyOptionsToProcOpts(const DecodeOptions &opts, DecodeOptions &procOpts, PixelMap &pixelMap) CopyOptionsToProcOpts() argument
292 DoIncrementalDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, IncrementalDecodingContext &recordContext) DoIncrementalDecoding() argument
327 GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool hasNinePatch) GetFinalOutputStep() argument
332 HasDensityChange(const DecodeOptions &opts, ImageInfo &srcImageInfo, bool hasNinePatch) HasDensityChange() argument
[all...]
H A Dmock_pixel_map.cpp63 std::unique_ptr<PixelMap> PixelMap::Create(const InitializationOptions &opts) in Create() argument
72 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create() argument
77 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts) in Create() argument
94 void PixelMap::InitDstImageInfo(const InitializationOptions &opts, const ImageInfo &srcImageInfo, in InitDstImageInfo() argument
45 Create(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) Create() argument
51 Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) Create() argument
57 CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) CheckParams() argument
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-usbdp.c779 static int rockchip_dp_phy_configure(struct phy *phy, union phy_configure_opts *opts) in rockchip_dp_phy_configure() argument
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c826 rockchip_dp_phy_configure(struct phy *phy, union phy_configure_opts *opts) rockchip_dp_phy_configure() argument
/third_party/ffmpeg/fftools/
H A Dopt_common.c1063 static const AVOption opts[] = { in opt_cpucount() local
1328 static int print_device_sources(const AVInputFormat *fmt, AVDictionary *opts) in print_device_sources() argument
1349 static int print_device_sinks(const AVOutputFormat *fmt, AVDictionary *opts) in print_device_sinks() argument
1370 static int show_sinks_sources_parse_arg(const char *arg, char **dev, AVDictionary **opts) in show_sinks_sources_parse_arg() argument
1396 AVDictionary *opts = NULL; show_sources() local
1434 AVDictionary *opts = NULL; show_sinks() local
[all...]
H A Dcmdutils.c894 AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id, in filter_codec_opts() argument
956 AVDictionary **opts; setup_find_stream_info_opts() local
[all...]
/third_party/exfatprogs/fsck/
H A Dfsck.c50 static struct option opts[] = { variable
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c72 static struct option opts[] = { variable
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c476 const char *opts; in query_formats() local
H A Dvf_scale.c110 AVDictionary *opts; member
271 static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts) in init_dict() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c1620 vaapi_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) vaapi_device_create() argument
1775 vaapi_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) vaapi_device_derive() argument
H A Dhwcontext_qsv.c1567 qsv_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *child_device_ctx, AVDictionary *opts, int flags) qsv_device_derive() argument
1577 qsv_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) qsv_device_create() argument
H A Dtx_template.c524 ff_tx_fft_sr_codelet_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_sr_codelet_init() argument
654 ff_tx_fft_sr_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_sr_init() argument
781 ff_tx_fft_pfa_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_pfa_init() argument
854 ff_tx_mdct_naive_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_naive_init() argument
943 ff_tx_mdct_sr_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_sr_init() argument
1065 ff_tx_mdct_inv_full_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_inv_full_init() argument
1117 ff_tx_mdct_pfa_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_pfa_init() argument
1280 ff_tx_rdft_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_rdft_init() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dftp.c567 AVDictionary *opts = NULL; in ftp_connect_control_connection() local
616 AVDictionary *opts = NULL; in ftp_connect_data_connection() local
/third_party/backends/backend/escl/
H A Descl.h191 ESCL_SCANOPTS opts; member
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.c160 int fuac_opts_set(struct uac_opts *opts) in fuac_opts_set() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java1375 public TestOptionsItem(String loc, String skel, String expectedPat, int opts) { in TestOptionsItem() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java1378 public TestOptionsItem(String loc, String skel, String expectedPat, int opts) { in TestOptionsItem() argument
/third_party/libbpf/src/
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts; in bpf_gen__finish() local
H A Dbpf.c165 bpf_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, const struct bpf_map_create_opts *opts) bpf_map_create() argument
230 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) bpf_prog_load() argument
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
544 bpf_map_delete_batch(int fd, const void *keys, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_delete_batch() argument
551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
568 bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_update_batch() argument
575 bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) bpf_obj_pin_opts() argument
604 bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) bpf_obj_get_opts() argument
632 bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_attach_opts *opts) bpf_prog_attach_opts() argument
670 bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_detach_opts *opts) bpf_prog_detach_opts() argument
717 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument
882 bpf_link_update(int link_fd, int new_prog_fd, const struct bpf_link_update_opts *opts) bpf_link_update() argument
921 bpf_prog_query_opts(int target, enum bpf_attach_type type, struct bpf_prog_query_opts *opts) bpf_prog_query_opts() argument
969 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) bpf_prog_test_run_opts() argument
1040 bpf_prog_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_prog_get_fd_by_id_opts() argument
1063 bpf_map_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_map_get_fd_by_id_opts() argument
1086 bpf_btf_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_btf_get_fd_by_id_opts() argument
1109 bpf_link_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_link_get_fd_by_id_opts() argument
1183 bpf_btf_load(const void *btf_data, size_t btf_size, struct bpf_btf_load_opts *opts) bpf_btf_load() argument
1272 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument
[all...]

Completed in 51 milliseconds

1...<<11121314151617