Home
last modified time | relevance | path

Searched defs:source_dir (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_deps_test_piglit.ps17 $source_dir = Join-Path -Path "$PWD" -ChildPath "src" variable
47 New-Item -ItemType Directory -Path "$source_dir\glext\GL" | Out-Null variable
48 …b.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glext.h' -OutFile "$source_dir\glext\GL\glext.h… variable
72 -DGLEXT_INCLUDE_DIR="$source_dir\glext" && ` variable
92 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue -Path "$source_dir" | Out-Null variable
Dmesa_deps_test_deqp.ps17 $source_dir = Join-Path -Path "$PWD" -ChildPath "src" variable
78 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue -Path "$source_dir" | Out-Null variable
/third_party/gn/src/gn/
Dmetadata.h45 const SourceDir& source_dir() const { return source_dir_; } in source_dir() function
46 SourceDir& source_dir() { return source_dir_; } in source_dir() function
Dfilesystem_utils.cc179 const SourceDir& source_dir, in AppendFixedAbsolutePathSuffix()
1059 const SourceDir& source_dir, in GetSubBuildDirAsSourceDir()
1066 const SourceDir& source_dir, in GetSubBuildDirAsOutputFile()
Dxcode_writer.cc304 SourceDir source_dir, in AddXCTestFilesToTestModuleTarget()
500 const SourceDir source_dir("//"); in AddToProject() local
839 const SourceDir source_dir("//"); in AddCXTestSourceFilesForTestModuleTargets() local
Druntime_deps_unittest.cc309 const SourceDir source_dir("//"); in TEST_F() local
Dcommand_format.cc1357 SourceDir source_dir = in RunFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dminddata_analyzer.py44 def __init__(self, source_dir, device_id, output_path='./', pretty=False): argument
283 def _get_pipeline_path_filename(self, source_dir): argument
312 def _get_cpu_utilization_path_filename(self, source_dir): argument
340 def _get_device_trace_path_filename(self, source_dir): argument
Dminddata_pipeline_parser.py51 def __init__(self, source_dir, device_id, output_path='./'): argument
92 def _get_pipeline_path(self, source_dir): argument
Dhccl_parser.py72 def __init__(self, source_dir, device_id, rank_id, output_path): argument
249 def _get_step_trace_info(self, source_dir): argument
/third_party/backends/
Dinstall.py24 def apply_patch(source_dir): argument
/third_party/skia/m133/tools/skp/
Dwebpages_playback.py494 def upload_dir_contents(self, source_dir, dest_dir): argument
525 def upload_dir_contents(self, source_dir, dest_dir): argument
543 def upload_dir_contents(self, source_dir, dest_dir): argument
544 def copytree(source_dir, dest_dir): argument
/third_party/skia/tools/skp/
Dwebpages_playback.py493 def upload_dir_contents(self, source_dir, dest_dir): argument
524 def upload_dir_contents(self, source_dir, dest_dir): argument
542 def upload_dir_contents(self, source_dir, dest_dir): argument
543 def copytree(source_dir, dest_dir): argument
/third_party/jsoncpp/
Dinstall.py59 def do_copy(source_dir, target_dir): argument
/third_party/json/tools/amalgamate/
Damalgamate.py53 def find_included_file(self, file_path, source_dir): argument
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dpath.rs8 pub(crate) source_dir: PathBuf, field
Dprepare.rs112 pub(crate) const fn source_dir(&self) -> RelPath { in source_dir() method
Dutils.rs64 pub(crate) fn source_dir(&self, dirs: &Dirs) -> PathBuf { in source_dir() method