Home
last modified time | relevance | path

Searched refs:path_to (Results 1 – 10 of 10) sorted by relevance

/external/angle/scripts/
Dgenerate_entry_points.py2198 def path_to(folder, file): function
2445 path = path_to(lib, "entry_points_{}_autogen.{}".format(annotation.lower(), suffix))
2462 path = path_to(lib_name if not lib_dir else lib_dir, "{}_autogen.cpp".format(lib_name))
2485 path = path_to("libANGLE", "Context_%s_autogen.h" % annotation.lower())
2508 path = path_to("libANGLE", "Context_gles_ext_autogen.h")
2523 path = path_to("libANGLE", "validation%s_autogen.h" % annotation)
2537 path = path_to("libANGLE", "context_private_call_%s_autogen.h" % annotation)
2553 path = path_to("libGLESv2", "%s_context_lock_autogen.h" % annotation.lower())
2579 path = path_to(os.path.join("libANGLE", "capture"), "capture_%s_autogen.h" % annotation)
2597 path = path_to(
[all …]
Dgenerate_loader.py31 header_path = registry_xml.path_to(path, file_name)
75 source_path = registry_xml.path_to(path, file_name)
Dregistry_xml.py451 def path_to(folder, file): function
/external/icu/icu4c/source/tools/tzcode/
Dreadme.txt70 $ cd {path_to}/icu/source/tools/tzcode
94 {path_to}/icu/source/data/misc/zoneinfo64.txt) into SVN.
/external/cronet/third_party/icu/source/tools/tzcode/
Dreadme.txt70 $ cd {path_to}/icu/source/tools/tzcode
94 {path_to}/icu/source/data/misc/zoneinfo64.txt) into SVN.
/external/crosvm/devices/src/pci/
Dpci_device.rs185 pub fn path_to(&self, bus_num: u8) -> Vec<u8> { in path_to() method
191 let mut path = child_bus.lock().path_to(bus_num); in path_to()
Dpci_root.rs181 let path = self.root_bus.lock().path_to(address.bus); in acpi_path()
/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst164 --data cluster0.cpu0="<path_to>/ns_bl1u.bin"@0x0beb8000 [ns_bl1u_base_address]
165 --data cluster0.cpu0="<path_to>/fwu_fip.bin"@0x08400000 [ns_bl2u_base_address]
/external/avb/
DREADME.md577 vbmeta: Successfully verified SHA256_RSA4096 vbmeta struct in /path_to/vbmeta.img
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4381 path_to: *const ::c_char, in shm_rename()