Home
last modified time | relevance | path

Searched defs:src_file (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/build-android/
Dbuild.py48 def _install_symlink(src_file, dst_file): argument
56 def _install_file(src_file, dst_file): argument
/external/libxcam/tests/
Dtest-binary-kernel.cpp56 FileHandle src_file, bin_file; in main() local
/external/autotest/client/common_lib/cros/
Davahi_utils.py25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake312 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h505 unsigned src_file, in tgsi_transform_kill_inst()
531 unsigned src_file, in tgsi_transform_tex_inst()
/external/libjpeg-turbo/
Dwrjpgcom.c546 FILE *src_file; in main() local
/external/u-boot/include/
Dqfw.h125 char src_file[BIOS_LINKER_LOADER_FILESZ]; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c313 rc_register_file src_file, in rc_src_reads_dst_mask()
/external/tensorflow/tensorflow/core/platform/
Denv.cc439 std::unique_ptr<RandomAccessFile> src_file; in FileSystemCopyFile() local
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1034 enum brw_reg_file src_file = brw_inst_src0_reg_file(devinfo, &inst); in precompact() local
/external/bcc/src/python/bcc/
D__init__.py267 def __init__(self, src_file=b"", hdr_file=b"", text=None, debug=0, argument