/third_party/grpc/test/cpp/naming/ |
D | resolver_component_tests_runner_invoker.cc | 174 std::string const bin_dir = in main() local 181 bin_dir + "/resolver_component_tests_runner", in main() 182 bin_dir + "/" + FLAGS_test_bin_name, bin_dir + "/utils/dns_server", in main() 183 bin_dir + "/resolver_test_record_groups.yaml", in main() 184 bin_dir + "/utils/dns_resolver", bin_dir + "/utils/tcp_connect"); in main() 189 std::string const bin_dir = my_bin.substr(0, my_bin.rfind('/')); in main() local 193 bin_dir + "/" + FLAGS_test_bin_name, in main()
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | chromecast.py | 26 bin_dir = '/cache/skia/bin', 58 self._adb('mkdir ' + self.device_dirs.bin_dir, 59 'shell', 'mkdir', '-p', self.device_dirs.bin_dir) 109 self._ssh('Delete executables', 'rm', '-r', self.device_dirs.bin_dir, 130 args=[self.host_dirs.bin_dir], 150 app = self.host_dirs.bin_dir.join(cmd[0]) 153 'push', app, self.device_dirs.bin_dir) 155 cmd[0] = '%s/%s' % (self.device_dirs.bin_dir, cmd[0])
|
D | win_ssh.py | 26 bin_dir = self.device_path_join(self.remote_homedir, 'bin'), 61 self.create_clean_device_dir(self.device_dirs.bin_dir) 118 self.copy_directory_contents_to_device(self.host_dirs.bin_dir, 119 self.device_dirs.bin_dir) 120 device_bin = self.device_path_join(self.device_dirs.bin_dir, cmd[0]) 124 device_ps = self.device_path_join(self.device_dirs.bin_dir, ps)
|
D | android.py | 29 bin_dir = '/data/local/tmp/', 471 args=[self.host_dirs.bin_dir], 498 app = self.host_dirs.bin_dir.join(cmd[0]) 500 'push', app, self.device_dirs.bin_dir) 505 self.device_dirs.bin_dir, subprocess.list2cmdline(map(str, cmd)), 506 self.device_dirs.bin_dir)) 508 'push', self.m.vars.tmp_dir.join(sh), self.device_dirs.bin_dir) 524 args=[self.device_dirs.bin_dir, sh])
|
D | default.py | 17 bin_dir, argument 27 self._bin_dir = bin_dir 39 def bin_dir(self): member in DeviceDirs 93 bin_dir=self.m.vars.build_dir, 174 app = self.device_dirs.bin_dir.join(cmd[0]) 213 ld_library_path.append(self.host_dirs.bin_dir.join('swiftshader_out'))
|
D | ssh.py | 47 self.create_clean_device_dir(self.device_dirs.bin_dir) 80 host_path = self.host_dirs.bin_dir.join(cmd[0]) 81 cmd[0] = self.device_path_join(self.device_dirs.bin_dir, cmd[0])
|
D | ios.py | 19 bin_dir='[unused]', 36 app_package = self.host_dirs.bin_dir.join('%s.app' % app_name)
|
D | valgrind.py | 26 path_to_app = self.host_dirs.bin_dir.join(cmd[0])
|
D | chromebook.py | 21 bin_dir = self.chromeos_homedir + 'bin',
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | android.py | 30 bin_dir = '/data/local/tmp/', 362 self._adb('cp libGLES_mali.so to ' + self.device_dirs.bin_dir, 365 self.device_dirs.bin_dir + 'libvulkan.so') 450 app_path = self.host_dirs.bin_dir.join(self.app_name) 452 'push', app_path, self.device_dirs.bin_dir) 490 args=[self.host_dirs.bin_dir], 515 self.device_dirs.bin_dir, 516 self.device_dirs.bin_dir, subprocess.list2cmdline(map(str, cmd)), 517 self.device_dirs.bin_dir)) 519 'push', self.m.vars.tmp_dir.join(sh), self.device_dirs.bin_dir) [all …]
|
D | ssh.py | 48 self.create_clean_device_dir(self.device_dirs.bin_dir) 49 host_path = self.host_dirs.bin_dir.join(self.app_name) 50 device_path = self.device_path_join(self.device_dirs.bin_dir, self.app_name) 85 cmd[0] = self.device_path_join(self.device_dirs.bin_dir, cmd[0])
|
D | default.py | 42 bin_dir=self.m.vars.build_dir, 124 app = self.device_dirs.bin_dir.join(cmd[0]) 157 ld_library_path.append(self.host_dirs.bin_dir.join('swiftshader_out'))
|
D | ios.py | 16 bin_dir='[unused]', 99 app_package = self.host_dirs.bin_dir.join('%s.app' % self.app_name)
|
D | valgrind.py | 26 path_to_app = self.host_dirs.bin_dir.join(cmd[0])
|
D | chromebook.py | 21 bin_dir = self.chromeos_homedir + 'bin',
|
D | docker.py | 62 app = self._map_host_path_to_docker(self.device_dirs.bin_dir.join(cmd[0]))
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | compute_buildstats.py | 29 bin_dir = api.vars.build_dir 34 with api.context(cwd=bin_dir): 37 bin_dir, 46 bin_dir, 55 bin_dir, 64 bin_dir, 73 bin_dir, 82 bin_dir,
|
D | skpbench.py | 48 _adb(api, 'push skpbench', 'push', app, api.flavor.device_dirs.bin_dir) 59 api.path.join(api.flavor.device_dirs.bin_dir, 'skpbench'),
|
/third_party/skia/infra/bots/recipes/ |
D | compute_buildstats.py | 43 bin_dir = api.vars.build_dir 48 with api.context(cwd=bin_dir): 51 bin_dir, 60 bin_dir, 69 bin_dir, 78 bin_dir, 87 bin_dir, 96 bin_dir, 105 bin_dir,
|
D | skpbench.py | 58 _adb(api, 'push skpbench', 'push', app, api.flavor.device_dirs.bin_dir) 81 skpbench_invocation = api.path.join(api.flavor.device_dirs.bin_dir, 'skpbench')
|
/third_party/toybox/ |
D | install.py | 20 bin_dir = os.path.join(out_dir, 'bin') 21 if not os.path.exists(bin_dir): 22 os.makedirs(bin_dir)
|
/third_party/grpc/test/cpp/qps/ |
D | json_run_localhost.cc | 85 std::string bin_dir = my_bin.substr(0, my_bin.rfind('/')); in main() local 95 std::vector<std::string> args = {bin_dir + "/qps_worker", "-driver_port", in main() 105 std::vector<std::string> args = {bin_dir + "/qps_json_driver"}; in main()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_utils.cc | 342 bool KernelMeta::ReadIndex(const std::string &bin_dir) { in ReadIndex() argument 343 DIR *dir = opendir(bin_dir.c_str()); in ReadIndex() 345 auto ret = mkdir(bin_dir.c_str(), S_IRWXG | S_IRWXU); in ReadIndex() 347 MS_LOG(INFO) << "kernel dir: " << bin_dir << "not exist"; in ReadIndex() 350 dir = opendir(bin_dir.c_str()); in ReadIndex() 355 string bin_dir_tmp = bin_dir; in ReadIndex()
|
D | tbe_utils.h | 96 bool ReadIndex(const std::string &bin_dir);
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | cache_test.dart | 227 <String>['bin_dir', 'unused_url_path'], 234 … .singleWhere((Directory directory) => directory.basename == 'bin_dir', orElse: () => null); 236 expect(dir.path, artifactDir.childDirectory('bin_dir').path);
|