Home
last modified time | relevance | path

Searched refs:base_dir (Results 1 – 25 of 3170) sorted by relevance

12345678910>>...127

/dports/devel/gllvm/gllvm-1.3.0/examples/linux-kernel/
H A Dbuilt-in-parsing.py17 def write_script(excluded_paths, depth, base_dir): argument
18 builtin = open (base_dir+"arbi","w")
21 builtin = open(base_dir+"arbi","r")
22 out.writelines("mkdir -p $build_home/built-ins/"+base_dir+" \n")
39 print base_dir+direc
43 if base_dir+direc in excluded_dirs:
45 …out.writelines("cp "+ base_dir +direc+"/built-in.o.new $build_home/built-ins/"+base_dir+direc+"bi.…
55 out.writelines("get-bc -b "+base_dir+direc+"\n")
57 … out.writelines("cp "+ base_dir+direc+".bc $build_home/built-ins/"+base_dir+"objects \n")
66 path = base_dir + direc +"/built-in.o"
[all …]
/dports/databases/p5-DBIx-Class-Migration/DBIx-Class-Migration-0.075/lib/DBIx/Class/Migration/
H A DPostgresqlSandbox.pm21 my $base_dir = shift;
22 if(-d $base_dir) {
38 base_dir => $base_dir,
58 my $base_dir = (my $self = shift)->test_postgresql->base_dir;
59 mkpath(my $bin = catdir($base_dir, 'bin'));
65 my $data = catdir($base_dir, 'data');
80 my $base_dir = (my $self = shift)->test_postgresql->base_dir;
81 mkpath(my $bin = catdir($base_dir, 'bin'));
101 my $base_dir = (my $self = shift)->test_postgresql->base_dir;
124 my $base_dir = (my $self = shift)->test_postgresql->base_dir;
[all …]
H A DMySQLSandbox.pm40 if( -d $base_dir) {
56 base_dir => $base_dir,
61 my $base_dir = (my $self = shift)->test_mysqld->base_dir;
62 mkpath(my $bin = catdir($base_dir, 'bin'));
67 my $my_cnf = catfile($base_dir, 'etc', 'my.cnf');
80 my $base_dir = (my $self = shift)->test_mysqld->base_dir;
81 mkpath(my $bin = catdir($base_dir, 'bin'));
98 my $base_dir = (my $self = shift)->test_mysqld->base_dir;
99 mkpath(my $bin = catdir($base_dir, 'bin'));
120 my $base_dir = $self->_generate_sandbox_dir;
[all …]
/dports/databases/p5-Test-postgresql/Test-postgresql-0.09/lib/Test/
H A Dpostgresql.pm29 base_dir => undef,
54 if (defined $self->base_dir) {
55 $self->base_dir(cwd . '/' . $self->base_dir)
56 if $self->base_dir !~ m|^/|;
58 $self->base_dir(
143 chdir $self->base_dir
196 mkdir $self->base_dir;
197 chmod 0755, $self->base_dir
203 if (mkdir $self->base_dir . '/tmp') {
210 if (! -d $self->base_dir . '/data') {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/page/
H A Dpage_unittest.py21 None, base_dir='basedir', name='test')
26 None, base_dir='basedir', name='test')
31 None, base_dir='basedir', name='test')
36 None, base_dir='basedir', name='test')
42 None, base_dir='basedir', name='test')
48 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
61 base_dir = os.path.dirname(__file__)
63 os.path.dirname(base_dir), 'otherdir', 'file.html')
64 story_set = story.StorySet(base_dir=base_dir,
68 story_set.base_dir, name='test'))
[all …]
/dports/graphics/blender/blender-2.91.0/build_files/buildbot/codesign/
H A Dabsolute_and_relative_filename.py39 base_dir: Path
48 def __init__(self, base_dir: Path, filepath: Path):
49 self.base_dir = base_dir
52 self.base_dir)
59 base_dir = path.parent
60 return AbsoluteAndRelativeFileName(base_dir, path)
63 def recursively_from_directory(cls, base_dir: Path) \
71 assert base_dir.is_absolute()
72 assert base_dir.is_dir()
74 base_dir = base_dir.resolve()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/po/
H A Dcheck_for_tutorial_problems.sh16 base_dir="$(pwd)/.."
28 base_dir=$1
42 echo $base_dir
43 if [ ! -e "$base_dir/po" ]
45 echo "$base_dir is not a valid inkscape base"
55 else PO_FILE_LIST=`ls -1 "$base_dir/po/" | grep "\.po$" | sort`
71 if [ ! -e "$base_dir/share/tutorials/$TUTORIAL_FILENAME_TRANSLATION" ]; then
83 TUTORIAL_FILE_LIST=`ls -1 "$base_dir/share/tutorials/" | grep "^tutorial-[^.]*\...\.svg$" | sort`
88 if [ -e "$base_dir/po/$LANGUAGE_CODE.po" ]; then
106 cat "$base_dir/share/tutorials/Makefile.am" | grep -q "^ $TUTORIAL_DIRECTORY_FILENAME "
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dupdate_depot_tools34 base_dir="${0%/*}"
36 base_dir=$(dirname "$0")
37 if [ -L "$base_dir" ]; then
38 base_dir=`cd "$base_dir" && pwd -P`
42 if [ -e "$base_dir/.disable_auto_update" ]; then
64 if [ -e "$base_dir/git.bat" -a $MINGW = 0 ]; then
65 GIT="cmd.exe //c \"$base_dir\\git.bat\""
121 if [ -e "$base_dir/.git" ]; then
122 cd "$base_dir"
128 source "$base_dir/cipd_bin_setup.sh"
[all …]
H A Densure_bootstrap23 base_dir="${0%/*}"
25 base_dir=$(dirname "${BASH_SOURCE[0]}")
26 if [ -L "$base_dir" ]; then
27 base_dir=`cd "$base_dir" && pwd -P`
33 source "$base_dir/bootstrap_python3"
39 source "$base_dir/cipd_bin_setup.sh"
43 python "$base_dir/gsutil.py" -- version 1> /dev/null
46 for script in "$base_dir"/pylint-[0-9].[0-9]; do
53 find "$base_dir" -iname "*.pyc" -delete || true
/dports/emulators/tiemu3/tiemu-3.03/src/misc/
H A Dpaths.c57 inst_paths.base_dir = in init_linux_paths()
64 g_strconcat(inst_paths.base_dir, "help/", NULL); in init_linux_paths()
66 g_strconcat(inst_paths.base_dir, "", NULL); in init_linux_paths()
68 g_strconcat(inst_paths.base_dir, "skins/", NULL); in init_linux_paths()
70 g_strconcat(inst_paths.base_dir, "glade/", NULL); in init_linux_paths()
76 g_strconcat(inst_paths.base_dir, "pedrom/", NULL); in init_linux_paths()
78 g_strconcat(inst_paths.base_dir, "misc/", NULL); in init_linux_paths()
153 g_strconcat(inst_paths.base_dir, "", NULL); in init_win32_paths()
159 g_strconcat(inst_paths.base_dir, "", NULL); in init_win32_paths()
163 g_strconcat(inst_paths.base_dir, "pedrom\\", NULL); in init_win32_paths()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/tests/
H A Dtest_orbicularis_oris.cxx43 std::string base_dir = vul_file::dirname(geometry_file); in test_orbicularis_oris_doformation() local
54 std::string init_axis_wrl = base_dir + "/initial_axis.wrl"; in test_orbicularis_oris_doformation()
55 std::string init_pts_wrl = base_dir + "/initial_pts.wrl"; in test_orbicularis_oris_doformation()
56 std::string init_cross_wrl = base_dir + "/initial_cross.wrl"; in test_orbicularis_oris_doformation()
57 std::string init_axis_file = base_dir + "/initial_axis.txt"; in test_orbicularis_oris_doformation()
58 std::string init_pts_file = base_dir + "/initial_pts.txt"; in test_orbicularis_oris_doformation()
81 std::string large_pts_wrl = base_dir + "/enlarge_pts.wrl"; in test_orbicularis_oris_doformation()
83 std::string large_pts_file = base_dir + "/enlarge_pts.txt"; in test_orbicularis_oris_doformation()
102 std::string shrink_pts_wrl = base_dir + "/shrink_pts.wrl"; in test_orbicularis_oris_doformation()
165 std::string out_pts_vrml = base_dir + "/pucker_pts.wrl"; in test_orbicularis_oris_doformation()
[all …]
/dports/databases/p5-Test-mysqld/Test-mysqld-0.17/lib/Test/
H A Dmysqld.pm22 base_dir => undef,
43 if (defined $self->base_dir) {
44 $self->base_dir(cwd . '/' . $self->base_dir)
45 if $self->base_dir !~ m|^/|;
47 $self->base_dir(
54 $self->my_cnf->{datadir} ||= $self->base_dir . "/var";
56 $self->my_cnf->{tmpdir} ||= $self->base_dir . "/tmp";
153 mkdir $self->base_dir;
155 mkdir $self->base_dir . "/$subdir";
166 open my $fh, '>', $self->base_dir . '/etc/my.cnf'
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Dhdfs_test.cc116 void TestGetFileInfo(const std::string& base_dir) { in TestGetFileInfo() argument
119 ASSERT_OK(fs_->CreateDir(base_dir + "AB")); in TestGetFileInfo()
120 ASSERT_OK(fs_->CreateDir(base_dir + "AB/CD")); in TestGetFileInfo()
121 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF")); in TestGetFileInfo()
122 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH")); in TestGetFileInfo()
123 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH/IJ")); in TestGetFileInfo()
124 CreateFile(fs_.get(), base_dir + "AB/data", "some data"); in TestGetFileInfo()
129 AssertFileInfo(info, base_dir + "AB", FileType::Directory); in TestGetFileInfo()
135 selector.base_dir = base_dir + "AB"; in TestGetFileInfo()
168 selector.base_dir = base_dir + "XYZ"; in TestGetFileInfo()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Dhdfs_test.cc108 void TestGetFileInfo(const std::string& base_dir) { in TestGetFileInfo() argument
111 ASSERT_OK(fs_->CreateDir(base_dir + "AB")); in TestGetFileInfo()
112 ASSERT_OK(fs_->CreateDir(base_dir + "AB/CD")); in TestGetFileInfo()
113 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF")); in TestGetFileInfo()
114 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH")); in TestGetFileInfo()
115 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH/IJ")); in TestGetFileInfo()
116 CreateFile(fs_.get(), base_dir + "AB/data", "some data"); in TestGetFileInfo()
121 AssertFileInfo(info, base_dir + "AB", FileType::Directory); in TestGetFileInfo()
127 selector.base_dir = base_dir + "AB"; in TestGetFileInfo()
160 selector.base_dir = base_dir + "XYZ"; in TestGetFileInfo()
[all …]
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_paths.c57 inst_paths.base_dir = in init_linux_paths()
60 g_strconcat(inst_paths.base_dir, "pixmaps/", NULL); in init_linux_paths()
62 g_strconcat(inst_paths.base_dir, "icons/", NULL); in init_linux_paths()
64 g_strconcat(inst_paths.base_dir, "help/", NULL); in init_linux_paths()
66 g_strconcat(inst_paths.base_dir, "", NULL); in init_linux_paths()
68 g_strconcat(inst_paths.base_dir, "glade/", NULL); in init_linux_paths()
70 g_strconcat(inst_paths.base_dir, "builder/", NULL); in init_linux_paths()
120 g_strconcat(inst_paths.base_dir, "icons\\", NULL); in init_win32_paths()
122 g_strconcat(inst_paths.base_dir, "help\\", NULL); in init_win32_paths()
124 g_strconcat(inst_paths.base_dir, "", NULL); in init_win32_paths()
[all …]
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/acceptance/
H A Dcli_test.py46 def start_process(base_dir, options): argument
51 cwd=base_dir)
125 if self.base_dir:
171 self.base_dir = None
177 self.base_dir = None
210 self.base_dir = 'tests/fixtures/v2-full'
220 self.base_dir = None
2713 self.base_dir,
2723 self.base_dir,
2780 get_project(self.base_dir, [])
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-rest/src/test/
H A DzkServer.sh27 if [ "x${base_dir}" == "x" ]
31 rm -rf ${base_dir}/build/tmp
43 if [ -r "${base_dir}/build/tmp/zk.pid" ]
45 pid=`cat ${base_dir}/build/tmp/zk.pid`
47 rm -f ${base_dir}/build/tmp/zk.pid
50 if [ "x${base_dir}" == "x" ]
54 zk_base="${base_dir}"
72 if [ "x${base_dir}" == "x" ]
78 mkdir -p ${base_dir}/build/tmp/zkdata
79 …org.apache.zookeeper.server.ZooKeeperServerMain 22182 ${base_dir}/build/tmp/zkdata &> ${base_dir}/…
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Dhdfs_test.cc128 void TestGetFileInfo(const std::string& base_dir) { in TestGetFileInfo() argument
131 ASSERT_OK(fs_->CreateDir(base_dir + "AB")); in TestGetFileInfo()
132 ASSERT_OK(fs_->CreateDir(base_dir + "AB/CD")); in TestGetFileInfo()
133 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF")); in TestGetFileInfo()
134 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH")); in TestGetFileInfo()
135 ASSERT_OK(fs_->CreateDir(base_dir + "AB/EF/GH/IJ")); in TestGetFileInfo()
136 CreateFile(fs_.get(), base_dir + "AB/data", "some data"); in TestGetFileInfo()
141 AssertFileInfo(info, base_dir + "AB", FileType::Directory); in TestGetFileInfo()
147 selector.base_dir = base_dir + "AB"; in TestGetFileInfo()
180 selector.base_dir = base_dir + "XYZ"; in TestGetFileInfo()
[all …]
/dports/devel/py-medikit/medikit-0.7.5/medikit/feature/
H A Dnodejs.py25 self.base_dir = None
27 def setup(self, *, base_dir=None): argument
28 if base_dir:
29 self.base_dir = base_dir
85 base_dir = event.config["nodejs"].base_dir or "."
88 …os.path.join(base_dir, "package.json"), json.dumps(package, sort_keys=True, indent=4), override=Tr…
93 base_dir = event.config["nodejs"].base_dir or "."
94 os.system("cd {base_dir}; yarn install".format(base_dir=base_dir))
95 os.system("cd {base_dir}; git add yarn.lock".format(base_dir=base_dir))
/dports/textproc/p5-Petal/Petal-2.26/t/
H A D054_Opt_cache.t19 my $template = new Petal (file => $file, base_dir => $data_dir);
26 $template = new Petal (file => $file, base_dir => $data_dir, disk_cache => 0);
34 $template = new Petal (file => $file, base_dir => $data_dir);
41 $template = new Petal (file => $file, base_dir => $data_dir, disk_cache => 1);
49 $template = new Petal (file => $file, base_dir => $data_dir);
56 $template = new Petal (file => $file, base_dir => $data_dir, memory_cache => 0);
64 $template = new Petal (file => $file, base_dir => $data_dir);
79 $template = new Petal (file => $file, base_dir => $data_dir);
86 $template = new Petal (file => $file, base_dir => $data_dir, cache_only => 1);
94 $template = new Petal (file => $file, base_dir => $data_dir);
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyvc/src/
H A Dvc_git.c38 gchar *base_dir = get_base_dir(filename); in git_commit() local
39 gint len = strlen(base_dir); in git_commit()
45 g_return_val_if_fail(base_dir, -1); in git_commit()
52 ret = execute_custom_command(base_dir, argv, NULL, NULL, std_err, base_dir, commit, message); in git_commit()
54 g_free(base_dir); in git_commit()
65 gint len = strlen(base_dir); in git_show()
69 g_return_val_if_fail(base_dir, -1); in git_show()
73 ret = execute_custom_command(base_dir, argv, GIT_ENV_SHOW, std_out, std_err, base_dir, list, in git_show()
75 g_free(base_dir); in git_show()
260 g_return_val_if_fail(base_dir, NULL); in get_commit_files_git()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyvc/src/
H A Dvc_git.c38 gchar *base_dir = get_base_dir(filename); in git_commit() local
39 gint len = strlen(base_dir); in git_commit()
45 g_return_val_if_fail(base_dir, -1); in git_commit()
52 ret = execute_custom_command(base_dir, argv, NULL, NULL, std_err, base_dir, commit, message); in git_commit()
54 g_free(base_dir); in git_commit()
65 gint len = strlen(base_dir); in git_show()
69 g_return_val_if_fail(base_dir, -1); in git_show()
73 ret = execute_custom_command(base_dir, argv, GIT_ENV_SHOW, std_out, std_err, base_dir, list, in git_show()
75 g_free(base_dir); in git_show()
260 g_return_val_if_fail(base_dir, NULL); in get_commit_files_git()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyvc/src/
H A Dvc_git.c38 gchar *base_dir = get_base_dir(filename); in git_commit() local
39 gint len = strlen(base_dir); in git_commit()
45 g_return_val_if_fail(base_dir, -1); in git_commit()
52 ret = execute_custom_command(base_dir, argv, NULL, NULL, std_err, base_dir, commit, message); in git_commit()
54 g_free(base_dir); in git_commit()
65 gint len = strlen(base_dir); in git_show()
69 g_return_val_if_fail(base_dir, -1); in git_show()
73 ret = execute_custom_command(base_dir, argv, GIT_ENV_SHOW, std_out, std_err, base_dir, list, in git_show()
75 g_free(base_dir); in git_show()
260 g_return_val_if_fail(base_dir, NULL); in get_commit_files_git()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanyvc/src/
H A Dvc_git.c38 gchar *base_dir = get_base_dir(filename); in git_commit() local
39 gint len = strlen(base_dir); in git_commit()
45 g_return_val_if_fail(base_dir, -1); in git_commit()
52 ret = execute_custom_command(base_dir, argv, NULL, NULL, std_err, base_dir, commit, message); in git_commit()
54 g_free(base_dir); in git_commit()
65 gint len = strlen(base_dir); in git_show()
69 g_return_val_if_fail(base_dir, -1); in git_show()
73 ret = execute_custom_command(base_dir, argv, GIT_ENV_SHOW, std_out, std_err, base_dir, list, in git_show()
75 g_free(base_dir); in git_show()
260 g_return_val_if_fail(base_dir, NULL); in get_commit_files_git()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyvc/src/
H A Dvc_git.c38 gchar *base_dir = get_base_dir(filename); in git_commit() local
39 gint len = strlen(base_dir); in git_commit()
45 g_return_val_if_fail(base_dir, -1); in git_commit()
52 ret = execute_custom_command(base_dir, argv, NULL, NULL, std_err, base_dir, commit, message); in git_commit()
54 g_free(base_dir); in git_commit()
65 gint len = strlen(base_dir); in git_show()
69 g_return_val_if_fail(base_dir, -1); in git_show()
73 ret = execute_custom_command(base_dir, argv, GIT_ENV_SHOW, std_out, std_err, base_dir, list, in git_show()
75 g_free(base_dir); in git_show()
260 g_return_val_if_fail(base_dir, NULL); in get_commit_files_git()
[all …]

12345678910>>...127