| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.c | 1110 struct nir_to_dxil_options opts = { in clc_spirv_to_dxil() local
|
| /third_party/icu/icu4c/source/test/perf/collationperf/ |
| H A D | collperf.cpp | 150 OptSpec opts[] = { variable 223 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[]) in ProcessOptions() argument
|
| /third_party/libfuse/example/ |
| H A D | passthrough_ll.c | 1185 struct fuse_cmdline_opts opts; in main() local [all...] |
| /third_party/libfuse/util/ |
| H A D | fusermount.c | 685 static int get_mnt_opts(int flags, char *opts, char **mnt_optsp) in get_mnt_opts() argument 177 add_mount(const char *source, const char *mnt, const char *type, const char *opts) add_mount() argument 518 add_mount(const char *source, const char *mnt, const char *type, const char *opts) add_mount() argument 769 do_mount(const char *mnt, const char **typep, mode_t rootmode, int fd, const char *opts, const char *dev, char **sourcep, char **mnt_optsp) do_mount() argument 1128 mount_fuse(const char *mnt, const char *opts, const char **type) mount_fuse() argument 1358 const char *opts = ""; main() local [all...] |
| /third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
| H A D | page-poisoning.c | 112 static struct option opts[] = { variable
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_compiler.cpp | 143 struct nir_to_dxil_options opts = {}; in compile_nir() local [all...] |
| /third_party/mksh/ |
| H A D | var.c | 1873 const char *opts; in c_typeset() local
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline.h | 52 void SetShaderOptimizations(const std::vector<std::string>& opts) { in SetShaderOptimizations() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkJpegCodec.cpp | 471 readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options& opts) readRows() argument
|
| /third_party/skia/third_party/externals/freetype/src/bdf/ |
| H A D | bdflib.c | 269 bdf_options_t* opts; member 976 _bdf_set_default_spacing( bdf_font_t* font, bdf_options_t* opts, unsigned long lineno ) _bdf_set_default_spacing() argument [all...] |
| /third_party/skia/third_party/externals/tint/samples/ |
| H A D | main.cc | 367 bool ParseArgs(const std::vector<std::string>& args, Options* opts) { in ParseArgs() argument [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | avc.c | 228 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument
|
| H A D | label_file.c | 713 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned n) in init() argument 778 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() argument 1349 selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) selabel_file_init() argument [all...] |
| /base/theme/wallpaper_mgr/services/src/ |
| H A D | wallpaper_service.cpp | 623 OHOS::Media::SourceOptions opts; in SaveColor() local
|
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
| H A D | ImageNdk.cpp | 95 Image_ErrorCode accessInitializationOptions(OH_Pixelmap_InitializationOptions *opts, uint32_t width, uint32_t height, in accessInitializationOptions() argument 188 OH_Pixelmap_InitializationOptions *opts in TestInitializationOptions() local 392 OH_PackingOptions *opts = nullptr; TestSavePixelmap() local 1820 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); PackToDataFromImageSource() local 1864 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); PackToDataFromPixelMap() local 1912 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); PackToFileFromImageSource() local 1945 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); PackToFileFromPixelMap() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | aviobuf.c | 1025 const char *opts[] = { in ffio_copy_url_options() local
|
| H A D | demux.c | 2780 AVDictionary *opts = NULL; in avformat_find_stream_info() local
|
| H A D | rtsp.c | 129 AVDictionary *opts = NULL; in map_to_opts() local 1519 AVDictionary *opts = map_to_opts(rt); in ff_rtsp_make_setup_request() local 1663 AVDictionary *opts = map_to_opts(rt); in ff_rtsp_make_setup_request() local 2421 AVDictionary *opts = map_to_opts(rt); sdp_read_header() local 2520 AVDictionary *opts = NULL; rtp_read_header() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1586 int av_set_options_string(void *ctx, const char *opts, in av_set_options_string() argument 1625 const char *opts = *ropts; in get_key() local 1651 const char *opts = *ropts; av_opt_get_key_value() local 1666 av_opt_set_from_string(void *ctx, const char *opts, const char *const *shorthand, const char *key_val_sep, const char *pairs_sep) av_opt_set_from_string() argument [all...] |
| H A D | hwcontext_opencl.c | 333 AVDictionary *opts = context; in opencl_filter_platform() local 408 AVDictionary *opts = context; in opencl_filter_device() local 626 opencl_device_create(AVHWDeviceContext *hwdev, const char *device, AVDictionary *opts, int flags) opencl_device_create() argument 1202 opencl_device_derive(AVHWDeviceContext *hwdev, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) opencl_device_derive() argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ShaderLang.cpp | 2103 bool TProgram::buildReflection(int opts) in buildReflection() argument
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 2146 _snd_pcm_direct_new(snd_pcm_t **pcmp, snd_pcm_direct_t **_dmix, int type, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_pcm_stream_t stream, int mode) global() argument
|
| /third_party/libwebsockets/lib/core/ |
| H A D | libwebsockets.c | 1388 enum opts { enum
|
| /third_party/mbedtls/tests/src/test_helpers/ |
| H A D | ssl_helpers.c | 42 mbedtls_test_init_handshake_options( mbedtls_test_handshake_test_options *opts) mbedtls_test_init_handshake_options() argument 83 mbedtls_test_free_handshake_options( mbedtls_test_handshake_test_options *opts) mbedtls_test_free_handshake_options() argument [all...] |
| /third_party/libabigail/tools/ |
| H A D | abipkgdiff.cc | 655 load_elf_file_paths(options& opts) in load_elf_file_paths() argument 753 const options& opts; global() member 927 extract_rpm(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_rpm() argument 972 extract_deb(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_deb() argument 1015 extract_tar(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_tar() argument 1064 erase_created_temporary_directories(const package& first_package, const package& second_package, const options &opts) erase_created_temporary_directories() argument 1075 erase_created_temporary_directories_parent(const options &opts) erase_created_temporary_directories_parent() argument 1102 extract_package(const package& package, const options &opts) extract_package() argument 1177 maybe_check_suppression_files(const options& opts) maybe_check_suppression_files() argument 1201 set_diff_context_from_opts(diff_context_sptr ctxt, const options& opts) set_diff_context_from_opts() argument 1242 set_generic_options(abigail::elf_based_reader& rdr, const options& opts) set_generic_options() argument 1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument 1586 compare_to_self(const elf_file& elf, const string& debug_dir, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare_to_self() argument 1785 create_private_types_suppressions(const package& pkg, const options &opts) create_private_types_suppressions() argument 1831 maybe_create_public_dso_sonames_set(package& pkg, const options &opts) maybe_create_public_dso_sonames_set() argument 1849 must_compare_public_dso_only(package& pkg, options& opts) must_compare_public_dso_only() argument 1936 maybe_handle_kabi_whitelist_pkg(const package& pkg, options &opts) maybe_handle_kabi_whitelist_pkg() argument 1993 const options &opts; global() member in pkg_extraction_task 2034 options &opts; global() member in pkg_prepare_task 2229 maybe_update_package_content(const FTSENT *entry, options &opts, const string& file_name_to_look_for, unordered_set<string>& paths) maybe_update_package_content() argument 2273 get_interesting_files_under_dir(const string dir, const string& file_name_to_look_for, options& opts, vector<string>& interesting_files) get_interesting_files_under_dir() argument 2320 create_maps_of_package_content(package& package, options& opts) create_maps_of_package_content() argument 2493 extract_package_and_map_its_content(const package_sptr &pkg, options &opts) extract_package_and_map_its_content() argument 2569 prepare_packages(package_sptr &first_package, package_sptr &second_package, options &opts) prepare_packages() argument 2605 prepare_package(package_sptr& pkg, options &opts) prepare_package() argument 2695 maybe_erase_temp_dirs(package& first_package, package& second_package, options& opts) maybe_erase_temp_dirs() argument 2725 compare_prepared_userspace_packages(package& first_package, package& second_package, abi_diff& diff, options& opts) compare_prepared_userspace_packages() argument 2896 self_compare_prepared_userspace_package(package& pkg, abi_diff& diff, options& opts) self_compare_prepared_userspace_package() argument 3009 compare_prepared_linux_kernel_packages(package& first_package, package& second_package, options& opts) compare_prepared_linux_kernel_packages() argument 3115 compare_prepared_package(package& first_package, package& second_package, abi_diff& diff, options& opts) compare_prepared_package() argument 3148 self_compare_prepared_package(package& pkg, abi_diff& diff, options& opts) self_compare_prepared_package() argument 3175 compare(package_sptr& first_package, package_sptr& second_package, abi_diff& diff, options& opts) compare() argument 3200 compare_to_self(package_sptr& pkg, options& opts) compare_to_self() argument 3219 compare(package_sptr& first_package, package_sptr& second_package, options& opts) compare() argument 3238 parse_command_line(int argc, char* argv[], options& opts) parse_command_line() argument [all...] |