Home
last modified time | relevance | path

Searched refs:tp_path (Results 1 – 25 of 38) sorted by relevance

12

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dcreate_test_profile.php57 $tp_path = PTS_TEST_PROFILE_PATH . $tp_identifier;
58 echo 'Creating test profile: ' . $tp_identifier . ' @ ' . $tp_path . PHP_EOL;
59 pts_file_io::mkdir($tp_path);
66 $writer->saveXMLFile($tp_path . '/test-definition.xml');
67 echo 'Generated: ' . $tp_path . '/test-definition.xml' . PHP_EOL;
76 $writer->saveXMLFile($tp_path . '/downloads.xml');
77 echo 'Generated: ' . $tp_path . '/downloads.xml' . PHP_EOL;
87 pts_validation::generate_test_profile_file_templates($tp_identifier, $tp_path);
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/tbmv3/
H A Dtrace_processor_unittest.py19 self.tp_path = os.path.join(self.temp_dir, 'trace_processor_shell')
20 with open(self.tp_path, 'w'):
33 self.tp_path, '/path/to/proto', '/path/to/json')
57 self.tp_path, '/path/to/proto', 'dummy_metric')
98 self.tp_path, '/path/to/proto', 'dummy_metric')
131 self.tp_path, '/path/to/proto', 'dummy_metric')
155 self.tp_path, '/path/to/proto', 'dummy_metric')
165 self.tp_path, '/path/to/proto', 'dummy_metric')
175 self.tp_path, '/path/to/proto', 'dummy_metric')
187 self.tp_path, '/path/to/proto', 'dummy_metric',
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dbravotv.py52 account_pid, tp_path = mobj.groups()
53 release_pid = tp_path.strip('/').split('/')[-1]
56 tp_path = release_pid = tve['release_pid']
71 tp_path = release_pid = metadata.get('release_pid')
74 tp_path = 'media/guid/2140479951/' + release_pid
86 'http://link.theplatform.com/s/%s/%s' % (account_pid, tp_path),
H A Dcbs.py66 tp_path = 'dJ5BDC/media/guid/%d/%s' % (mpx_acc, content_id)
67 tp_release_url = 'http://link.theplatform.com/s/' + tp_path
99 info = self._extract_theplatform_metadata(tp_path, content_id)
H A Damcnetworks.py75 tp_path = 'M_UwQC/media/' + properties['videoPid']
76 media_url = 'https://link.theplatform.com/s/' + tp_path
77 theplatform_metadata = self._download_theplatform_metadata(tp_path, display_id)
H A Dmediaset.py132 tp_path = 'PR1GhC/media/guid/2702976343/' + guid
133 info = self._extract_theplatform_metadata(tp_path, guid)
143 … update_url_query('http://link.theplatform.%s/s/%s' % (self._TP_TLD, tp_path), {
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_create_test.php47 …$tp_path = PTS_TEST_PROFILE_PATH . $tp->get_identifier(false) . '-' . $tp->get_test_profile_versio…
48 pts_file_io::mkdir($tp_path);
57 file_put_contents($tp_path . '/' . $permitted_file, $fc);
78 $tp_path = PTS_TEST_PROFILE_PATH . $tp_identifier . '-' . $tp->get_test_profile_version();
79 pts_file_io::mkdir($tp_path);
80 $writer->saveXMLFile($tp_path . '/test-definition.xml');
85 $writer->saveXMLFile($tp_path . '/downloads.xml');
89 pts_validation::generate_test_profile_file_templates($tp_identifier, $tp_path);
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dbravotv.py60 account_pid, tp_path = mobj.groups()
61 release_pid = tp_path.strip('/').split('/')[-1]
64 tp_path = release_pid = tve['release_pid']
79 tp_path = release_pid = metadata.get('release_pid')
82 tp_path = 'media/guid/2140479951/' + release_pid
91 tp_url = 'http://link.theplatform.com/s/%s/%s' % (account_pid, tp_path)
H A Damcnetworks.py82 tp_path = 'M_UwQC/' + releasePid
83 media_url = 'https://link.theplatform.com/s/' + tp_path
94 tp_path = 'M_UwQC/media/' + properties['videoPid']
95 media_url = 'https://link.theplatform.com/s/' + tp_path
97 theplatform_metadata = self._download_theplatform_metadata(tp_path, display_id)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_validation.php819 public static function generate_test_profile_file_templates($tp_identifier, $tp_path) argument
829 if(!is_file($tp_path . '/install.sh'))
875 file_put_contents($tp_path . '/install.sh', $sample_install_sh);
878 if(!is_file($tp_path . '/results-definition.xml'))
880 file_put_contents($tp_path . '/results-definition.xml', '<?xml version="1.0"?>
888 if(!is_file($tp_path . '/pre.sh'))
890 file_put_contents($tp_path . '/pre.sh', '#!/bin/sh
894 if(!is_file($tp_path . '/interim.sh'))
896 file_put_contents($tp_path . '/interim.sh', '#!/bin/sh
900 if(!is_file($tp_path . '/post.sh'))
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
125 (error= find_plugin(tp_path)) || in main()
1005 static int find_plugin(char *tp_path) in find_plugin() argument
1008 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1009 if (!file_exists(tp_path)) in find_plugin()
1017 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_plugin.c96 static int find_plugin(char *tp_path);
105 char tp_path[FN_REFLEN]; in main() local
132 (error= find_plugin(tp_path)) || in main()
1052 static int find_plugin(char *tp_path) in find_plugin() argument
1055 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1056 if (!file_exists(tp_path)) in find_plugin()
1064 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_plugin.c96 static int find_plugin(char *tp_path);
105 char tp_path[FN_REFLEN]; in main() local
132 (error= find_plugin(tp_path)) || in main()
1052 static int find_plugin(char *tp_path) in find_plugin() argument
1055 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1056 if (!file_exists(tp_path)) in find_plugin()
1064 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_plugin.c100 static int find_plugin(char *tp_path);
109 char tp_path[FN_REFLEN]; in main() local
139 (error= find_plugin(tp_path)) || in main()
1080 static int find_plugin(char *tp_path) in find_plugin() argument
1083 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1084 if (!file_exists(tp_path)) in find_plugin()
1092 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_plugin.c96 static int find_plugin(char *tp_path);
105 char tp_path[FN_REFLEN]; in main() local
132 (error= find_plugin(tp_path)) || in main()
1052 static int find_plugin(char *tp_path) in find_plugin() argument
1055 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1056 if (!file_exists(tp_path)) in find_plugin()
1064 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysql_plugin.c100 static int find_plugin(char *tp_path);
109 char tp_path[FN_REFLEN]; in main() local
139 (error= find_plugin(tp_path)) || in main()
1078 static int find_plugin(char *tp_path) in find_plugin() argument
1081 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1082 if (!file_exists(tp_path)) in find_plugin()
1090 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysql_plugin.c100 static int find_plugin(char *tp_path);
109 char tp_path[FN_REFLEN]; in main() local
139 (error= find_plugin(tp_path)) || in main()
1080 static int find_plugin(char *tp_path) in find_plugin() argument
1083 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1084 if (!file_exists(tp_path)) in find_plugin()
1092 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysql_plugin.c100 static int find_plugin(char *tp_path);
109 char tp_path[FN_REFLEN]; in main() local
139 (error= find_plugin(tp_path)) || in main()
1078 static int find_plugin(char *tp_path) in find_plugin() argument
1081 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1082 if (!file_exists(tp_path)) in find_plugin()
1090 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysql_plugin.c100 static int find_plugin(char *tp_path);
109 char tp_path[FN_REFLEN]; in main() local
139 (error= find_plugin(tp_path)) || in main()
1080 static int find_plugin(char *tp_path) in find_plugin() argument
1083 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1084 if (!file_exists(tp_path)) in find_plugin()
1092 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysql_plugin.c96 static int find_plugin(char *tp_path);
105 char tp_path[FN_REFLEN]; in main() local
132 (error= find_plugin(tp_path)) || in main()
1050 static int find_plugin(char *tp_path) in find_plugin() argument
1053 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1054 if (!file_exists(tp_path)) in find_plugin()
1062 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
126 (error= find_plugin(tp_path)) || in main()
1035 static int find_plugin(char *tp_path) in find_plugin() argument
1038 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1039 if (!file_exists(tp_path)) in find_plugin()
1047 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
126 (error= find_plugin(tp_path)) || in main()
1035 static int find_plugin(char *tp_path) in find_plugin() argument
1038 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1039 if (!file_exists(tp_path)) in find_plugin()
1047 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
126 (error= find_plugin(tp_path)) || in main()
1035 static int find_plugin(char *tp_path) in find_plugin() argument
1038 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1039 if (!file_exists(tp_path)) in find_plugin()
1047 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
126 (error= find_plugin(tp_path)) || in main()
1035 static int find_plugin(char *tp_path) in find_plugin() argument
1038 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1039 if (!file_exists(tp_path)) in find_plugin()
1047 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysql_plugin.c89 static int find_plugin(char *tp_path);
98 char tp_path[FN_REFLEN]; in main() local
126 (error= find_plugin(tp_path)) || in main()
1035 static int find_plugin(char *tp_path) in find_plugin() argument
1038 fn_format(tp_path, plugin_data.so_name, opt_plugin_dir, "", MYF(0)); in find_plugin()
1039 if (!file_exists(tp_path)) in find_plugin()
1047 printf("# Found plugin '%s' as '%s'\n", plugin_data.name, tp_path); in find_plugin()

12