Home
last modified time | relevance | path

Searched defs:header_path (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/
H A Dbuild.rs39 let header_path = header_dir.join("crossystem.h"); in generate_crossystem_bindings() localVariable
63 let header_path = header_dir.join("vboot_host.h"); in generate_vboot_host_binding() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_instance.py356 header_path = sys.argv[1] variable
360 header_path = path.abspath(header_path) variable
H A Dzink_device_info.py806 header_path = sys.argv[1] variable
810 header_path = path.abspath(header_path) variable
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp67 DiskBuilder& DiskBuilder::HeaderPath(std::string header_path) & { in HeaderPath()
71 DiskBuilder DiskBuilder::HeaderPath(std::string header_path) && { in HeaderPath()
/aosp_15_r20/external/executorch/backends/cadence/utils/
H A Dgen_header.py16 def gen_header(model_path, header_path=None): argument
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/
H A Dcheck_orphan_headers.py74 def IsHeaderInBuildGn(header_path, build_gn_path): argument
/aosp_15_r20/external/minijail/rust/minijail-sys/
H A Dbuild.rs84 let header_path = header_dir.join("libminijail.h"); in bindings_generation() localVariable
/aosp_15_r20/external/angle/include/platform/
H A Dgen_features.py138 def header_path(class_name): function
/aosp_15_r20/system/tools/aidl/
Dgenerate_cpp_unittest.cpp100 const string header_path = in TEST_F() local
/aosp_15_r20/external/cronet/build/toolchain/ios/
H A Dswiftc.py279 def fix_generated_header(header_path, output_path, src_dir, gen_dir): argument
/aosp_15_r20/external/angle/build/toolchain/apple/
H A Dswiftc.py279 def fix_generated_header(header_path, output_path, src_dir, gen_dir): argument
/aosp_15_r20/external/google-styleguide/cpplint/
H A Dcpplint.py769 def SetLastHeader(self, header_path): argument
772 def CanonicalizeAlphabeticalOrder(self, header_path): argument
787 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
/aosp_15_r20/external/libaom/tools/
H A Dcpplint.py769 def SetLastHeader(self, header_path): argument
772 def CanonicalizeAlphabeticalOrder(self, header_path): argument
787 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
/aosp_15_r20/external/libvpx/tools/
H A Dcpplint.py769 def SetLastHeader(self, header_path): argument
772 def CanonicalizeAlphabeticalOrder(self, header_path): argument
787 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
/aosp_15_r20/tools/repohooks/tools/
H A Dcpplint.py1147 def SetLastHeader(self, header_path): argument
1150 def CanonicalizeAlphabeticalOrder(self, header_path): argument
1165 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py467 def CanonicalizeAlphabeticalOrder(self, header_path): argument
482 def IsInAlphabeticalOrder(self, header_path): argument
/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py144 def prepend_header_to_file(file_path, header_path): argument
/aosp_15_r20/external/crosvm/src/
H A Dmain.rs406 let header_path = format!("{}.header", composite_image_path); in create_composite() localVariable
/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs734 let header_path = header_path in create_composite_disk() localVariable