Searched refs:allowlist_function (Results 1 – 16 of 16) sorted by relevance
40 .allowlist_function("bpf_.+") in main()41 .allowlist_function("btf_.+") in main()42 .allowlist_function("libbpf_.+") in main()43 .allowlist_function("perf_.+") in main()44 .allowlist_function("ring_buffer_.+") in main()45 .allowlist_function("user_ring_buffer_.+") in main()46 .allowlist_function("vdprintf") in main()
43 .allowlist_function("Vb.*") in generate_crossystem_bindings()70 .allowlist_function("Cgpt.*") in generate_vboot_host_binding()71 .allowlist_function(".*Guid.*") in generate_vboot_host_binding()72 .allowlist_function("FindKernelConfig") in generate_vboot_host_binding()73 .allowlist_function("ExtractVmlinuz") in generate_vboot_host_binding()74 .allowlist_function("vb2_.*") in generate_vboot_host_binding()
73 + .allowlist_function("bpf_.+")74 + .allowlist_function("btf_.+")75 + .allowlist_function("libbpf_.+")76 + .allowlist_function("perf_.+")77 + .allowlist_function("ring_buffer_.+")78 + .allowlist_function("user_ring_buffer_.+")79 + .allowlist_function("vdprintf")
68 .allowlist_function("bpf_.+") in generate_bindings()69 .allowlist_function("btf_.+") in generate_bindings()70 .allowlist_function("libbpf_.+") in generate_bindings()71 .allowlist_function("perf_.+") in generate_bindings()72 .allowlist_function("ring_buffer_.+") in generate_bindings()73 .allowlist_function("user_ring_buffer_.+") in generate_bindings()74 .allowlist_function("vdprintf") in generate_bindings()
41 .allowlist_function("av_.*") in main()42 .allowlist_function("avcodec_.*") in main()43 .allowlist_function("sws_.*") in main()44 .allowlist_function("av_image_.*") in main()
96 .allowlist_function(r"\bgrpc_.*") in bindgen_grpc()97 .allowlist_function(r"\bgpr_.*") in bindgen_grpc()98 .allowlist_function(r"\bgrpcwrap_.*") in bindgen_grpc()
60 .allowlist_function("(bt_|bthh_|btgatt_|btsdp|osi_property_get).*") in main()61 .allowlist_function("hal_util_.*") in main()
451 .allowlist_function(r"\bgrpc_.*") in bindgen_grpc()452 .allowlist_function(r"\bgpr_.*") in bindgen_grpc()453 .allowlist_function(r"\bgrpcwrap_.*") in bindgen_grpc()
298 allowlist_function: Vec<String>, field523 allowlist_function, in builder_from_flags()875 for regex in allowlist_function { in builder_from_flags()876 builder = builder.allowlist_function(regex); in builder_from_flags()
16 .allowlist_function("va.*") in vaapi_gen_builder()
9 .allowlist_function("flashrom_.*") in main()
53 .allowlist_function(".*") in main()
1324 .allowlist_function("safe_function"); in commandline_flag_unit_test_function()
321 pub fn allowlist_function<T: AsRef<str>>(mut self, arg: T) -> Builder {
111 + .allowlist_function(r"\bgrpc_.*")112 + .allowlist_function(r"\bgpr_.*")113 + .allowlist_function(r"\bgrpcwrap_.*")