/third_party/boost/tools/build/src/tools/ |
D | intel-linux.jam | 62 local default_path ; 68 { default_path = /opt/intel/bin ; } 71 { default_path = /opt/intel_cce_11.1.064.x86_64/bin ; } 74 { default_path = /opt/intel_cce_11.0.074.x86_64/bin ; } 77 { default_path = /opt/intel_cce_10.1.013_x64/bin ; } 80 { default_path = /opt/intel_cc_91/bin ; } 83 { default_path = /opt/intel_cc_90/bin ; } 86 { default_path = /opt/intel_cc_81/bin ; } 90 { default_path = /opt/intel_cc_80/bin ; } 94 ECHO "notice: default search path for intel-linux is" $(default_path) ; [all …]
|
D | msvc.py | 623 register_configuration(i,default_path(i)) 957 def default_path(version): function 990 path = default_path(version) 995 path = default_path(i)
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | test-suite | 7 default_path=".." 13 if [ ! -x "$default_path/sparse-llvm" ]; then 16 if [ ! -x "$default_path/scheck" ]; then 390 eval $pre_cmd $default_path/$base_cmd $default_args "$@" \ 578 cmd=`eval echo $default_path/$fcmd`
|
/third_party/googletest/googletest/test/ |
D | googletest-filepath-test.cc | 456 FilePath default_path; in TEST() local 458 non_default_path = default_path; in TEST() 460 EXPECT_EQ("", default_path.string()); // RHS var is unchanged. in TEST() 465 FilePath default_path; in TEST() local 466 default_path = non_default_path; in TEST() 467 EXPECT_EQ("path", default_path.string()); in TEST()
|
/third_party/mbedtls/scripts/ |
D | config.py | 325 default_path = [_path_in_tree, variable in ConfigFile 335 for candidate in self.default_path: 341 self.default_path) 438 """.format(ConfigFile.default_path))
|
/third_party/cef/libcef/browser/extensions/api/file_system/ |
D | cef_file_system_delegate.cc | 40 const base::FilePath& default_path, in ShowSelectFileDialog() argument 70 params.default_file_name = default_path; in ShowSelectFileDialog()
|
D | cef_file_system_delegate.h | 42 const base::FilePath& default_path,
|
/third_party/python/Tools/scripts/ |
D | stable_abi.py | 187 def generator(var_name, default_path): argument 192 func.default_path = default_path 585 filename = base_path / gen.default_path
|
/third_party/toybox/toys/pending/ |
D | diff.c | 455 static char *concat_file_path(char *path, char *default_path) in concat_file_path() argument 460 while (*default_path == '/') ++default_path; in concat_file_path() 461 final_path = xmprintf("%s%s", path, default_path); in concat_file_path() 463 else if (*default_path != '/') in concat_file_path() 464 final_path = xmprintf("%s/%s", path, default_path); in concat_file_path() 465 else final_path = xmprintf("%s%s", path, default_path); in concat_file_path()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | common.cc | 64 bool Common::CommonFuncForConfigPath(const std::string &default_path, const std::string &env_path, … in CommonFuncForConfigPath() argument 86 *value = default_path; in CommonFuncForConfigPath()
|
D | common.h | 45 …static bool CommonFuncForConfigPath(const std::string &default_path, const std::string &env_path, …
|
/third_party/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 369 default_path = sys.path 382 sys.path = default_path
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 369 default_path = sys.path 382 sys.path = default_path
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | spirv_test_framework.py | 369 default_path = sys.path 382 sys.path = default_path
|
/third_party/cef/patch/patches/ |
D | chrome_browser_net_export.patch | 65 void ShowSelectFileDialog(const base::FilePath& default_path);
|
D | print_preview_123.patch | 215 base::BindOnce(&SelectSaveDirectory, path, default_path),
|
/third_party/python/Lib/test/ |
D | test_pydoc.py | 395 default_path = path or [os.path.dirname(__file__)] 397 return walk_packages(path or default_path, prefix, onerror)
|