Home
last modified time | relevance | path

Searched defs:link_template (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dgen_extensions.py368 def format_md_link(ext_info, link_template): argument
372 def format_md_ext(ext_info, gpu_json_data, link_template): argument
377 def format_md_exts(ext_infos, gpu_json_data, link_template): argument
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/pci/
H A Dacpi_prt.c33 char link_template[] = "\\_SB.INTX"; in acpigen_write_PRT_PIC() local
/aosp_15_r20/external/libcxx/utils/libcxx/android/
H A Dcompiler.py11 def __init__(self, cxx_under_test, cxx_template, link_template): argument