| /third_party/python/Modules/ |
| H A D | _ssl.c | 3625 long new_opts, opts, set, clear; in set_options() local
|
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_cil_resolve_ast.c | 53 struct cil_args_resolve *gen_resolve_args(struct cil_db *db, enum cil_pass pass, uint32_t *changed, struct cil_tree_node *calls, struct cil_tree_node *opts, struct cil_tree_node *macro) in gen_resolve_args() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | frame_node.cpp | 920 auto&& opts = layoutProperty_->GetSafeAreaExpandOpts(); in DumpSimplifySafeAreaInfo() local 4175 auto&& opts = GetLayoutProperty()->GetSafeAreaExpandOpts(); in SelfExpansive() local 4181 auto && opts in SelfExpansiveToKeyboard() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | overlay_manager.cpp | 892 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_KEYBOARD }; in CloseDialogAnimation() local 977 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_KEYBOARD }; in CloseDialogMatchTransition() local 6943 const auto& opts = layoutProp->GetSafeAreaExpandOpts(); in IsRootExpansive() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_common_modifier.cpp | 3174 NG::SafeAreaExpandOpts opts; in ResetExpandSafeArea() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_pattern.cpp | 4835 OHOS::Media::SourceOptions opts; in CreatePixelMapFromString() local 6503 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaIsExpand() local 6517 auto &&opts = layoutProperty->GetSafeAreaExpandOpts(); in CheckSafeAreaKeyBoard() local [all...] |
| /third_party/backends/backend/ |
| H A D | microtek2.h | 737 Config_Options opts; /* options belonging to this device name */ member 1006 Config_Options opts; /* options from the config file */ member
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 449 const struct nir_to_dxil_options *opts; member 5376 emit_module(struct ntd_context *ctx, const struct nir_to_dxil_options *opts) emit_module() argument 5573 const struct nir_to_dxil_options *opts = (const struct nir_to_dxil_options*)data; lower_bit_size_callback() local 5587 optimize_nir(struct nir_shader *s, const struct nir_to_dxil_options *opts) optimize_nir() argument 5799 nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts, struct blob *blob) nir_to_dxil() argument [all...] |
| /third_party/toybox/generated/ |
| H A D | globals.h | 106 char *opts; member
|
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 2771 bpf_object__init_maps(struct bpf_object *obj, const struct bpf_object_open_opts *opts) global() argument 7267 libbpf_prepare_prog_load(struct bpf_program *prog, struct bpf_prog_load_opts *opts, long cookie) global() argument 7786 bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) global() argument 7819 bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, const struct bpf_object_open_opts *opts) global() argument 7911 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) global() argument 7927 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, const struct bpf_object_open_opts *opts) global() argument 8949 bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts) global() argument 9325 libbpf_register_prog_handler(const char *sec, enum bpf_prog_type prog_type, enum bpf_attach_type exp_attach_type, const struct libbpf_prog_handler_opts *opts) global() argument 10564 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, const struct bpf_perf_event_opts *opts) global() argument 10965 bpf_program__attach_kprobe_opts(const struct bpf_program *prog, const char *func_name, const struct bpf_kprobe_opts *opts) global() argument 11071 bpf_program__attach_ksyscall(const struct bpf_program *prog, const char *syscall_name, const struct bpf_ksyscall_opts *opts) global() argument 11286 bpf_program__attach_kprobe_multi_opts(const struct bpf_program *prog, const char *pattern, const struct bpf_kprobe_multi_opts *opts) global() argument 11719 bpf_program__attach_uprobe_multi(const struct bpf_program *prog, pid_t pid, const char *path, const char *func_pattern, const struct bpf_uprobe_multi_opts *opts) global() argument 11833 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, const char *binary_path, size_t func_offset, const struct bpf_uprobe_opts *opts) global() argument 12044 bpf_program__attach_usdt(const struct bpf_program *prog, pid_t pid, const char *binary_path, const char *usdt_provider, const char *usdt_name, const struct bpf_usdt_opts *opts) global() argument 12180 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, const char *tp_category, const char *tp_name, const struct bpf_tracepoint_opts *opts) global() argument 12325 bpf_program__attach_btf_id(const struct bpf_program *prog, const struct bpf_trace_opts *opts) global() argument 12366 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts) global() argument 12390 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) global() argument 12443 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, const struct bpf_tcx_opts *opts) global() argument 12478 bpf_program__attach_netkit(const struct bpf_program *prog, int ifindex, const struct bpf_netkit_opts *opts) global() argument 12549 bpf_program__attach_iter(const struct bpf_program *prog, const struct bpf_iter_attach_opts *opts) global() argument 12594 bpf_program__attach_netfilter(const struct bpf_program *prog, const struct bpf_netfilter_opts *opts) global() argument 12943 perf_buffer__new(int map_fd, size_t page_cnt, perf_buffer_sample_fn sample_cb, perf_buffer_lost_fn lost_cb, void *ctx, const struct perf_buffer_opts *opts) global() argument 12977 perf_buffer__new_raw(int map_fd, size_t page_cnt, struct perf_event_attr *attr, perf_buffer_event_fn event_cb, void *ctx, const struct perf_buffer_raw_opts *opts) global() argument 13509 bpf_object__open_skeleton(struct bpf_object_skeleton *s, const struct bpf_object_open_opts *opts) global() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |