Home
last modified time | relevance | path

Searched refs:allowlist_function (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/android/
Dbuild.rs40 .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()
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/
H A Dbuild.rs43 .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()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/patches/
Dandroid_dir.patch73 + .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")
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/
Dbuild.rs68 .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()
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/
H A Dbuild.rs41 .allowlist_function("av_.*") in main()
42 .allowlist_function("avcodec_.*") in main()
43 .allowlist_function("sws_.*") in main()
44 .allowlist_function("av_image_.*") in main()
/aosp_15_r20/external/crosvm/media/ffmpeg/
H A Dbuild.rs41 .allowlist_function("av_.*") in main()
42 .allowlist_function("avcodec_.*") in main()
43 .allowlist_function("sws_.*") in main()
44 .allowlist_function("av_image_.*") in main()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dbuild_cmake.rs96 .allowlist_function(r"\bgrpc_.*") in bindgen_grpc()
97 .allowlist_function(r"\bgpr_.*") in bindgen_grpc()
98 .allowlist_function(r"\bgrpcwrap_.*") in bindgen_grpc()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/
Dbuild.rs60 .allowlist_function("(bt_|bthh_|btgatt_|btsdp|osi_property_get).*") in main()
61 .allowlist_function("hal_util_.*") in main()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dbuild.rs451 .allowlist_function(r"\bgrpc_.*") in bindgen_grpc()
452 .allowlist_function(r"\bgpr_.*") in bindgen_grpc()
453 .allowlist_function(r"\bgrpcwrap_.*") in bindgen_grpc()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs298 allowlist_function: Vec<String>, field
523 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()
/aosp_15_r20/external/rust/cros-libva/lib/
Dbindgen_gen.rs16 .allowlist_function("va.*") in vaapi_gen_builder()
/aosp_15_r20/external/flashrom/bindings/rust/libflashrom-sys/
H A Dbuild.rs9 .allowlist_function("flashrom_.*") in main()
/aosp_15_r20/frameworks/native/libs/binder/rust/sys/
H A Dbuild.rs53 .allowlist_function(".*") in main()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs1324 .allowlist_function("safe_function"); in commandline_flag_unit_test_function()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs321 pub fn allowlist_function<T: AsRef<str>>(mut self, arg: T) -> Builder {
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch111 + .allowlist_function(r"\bgrpc_.*")
112 + .allowlist_function(r"\bgpr_.*")
113 + .allowlist_function(r"\bgrpcwrap_.*")