Home
last modified time | relevance | path

Searched full:join (Results 501 - 525 of 8037) sorted by relevance

1...<<21222324252627282930>>...322

/third_party/python/Lib/test/
H A Dtest_code_module.py55 if 'antioch' in ''.join(call[1]):
64 if 'NameError' in ''.join(call[1]):
123 output = ''.join(''.join(call[1]) for call in self.stderr.method_calls)
139 output = ''.join(''.join(call[1]) for call in self.stderr.method_calls)
H A Dtest_sysconfig.py45 self.join = os.path.join
68 os.path.join = self.join
149 libpath = os.path.join('lib',
154 binpath = os.path.join(sys.prefix, binpath)
155 incpath = os.path.join(sys.prefix, incpath)
156 libpath = os.path.join(sys.prefix, libpath)
171 libpath = os.path.join('Lib', 'site-packages')
174 binpath = os.path.join(sy
[all...]
/third_party/skia/infra/bots/recipes/
H A Dupload_dm_results.py33 results_dir = api.path['start_dir'].join('test')
47 api.gsutil.cp('%s images' % ext, results_dir.join('*%s' % ext),
52 summary_dest_path = '/'.join([
64 summary_dest_path = '/'.join(('trybot', summary_dest_path,
71 json_file = results_dir.join(DM_JSON)
72 log_file = results_dir.join(VERBOSE_LOG)
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.hpp64 static FilePath join (const FilePath& a, const FilePath& b);
65 FilePath& join (const FilePath& b);
71 static FilePath join (const std::vector<std::string>& components);
107 inline FilePath& FilePath::join (const FilePath& b) in join() function in de::FilePath
116 inline FilePath FilePath::join (const FilePath& a, const FilePath& b) in join() function in de::FilePath
118 return FilePath(a).join(b); in join()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py139 str_cmd=' '.join(cmd_list)
157 str_cmd=' '.join(cmd_list)
280 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
290 second_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_2.pem')
302 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
303 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
325 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
326 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
348 first_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_1.pem')
349 second_key_dir = os.path.join(alg_dir_pat
[all...]
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py176 join_result: join error and out
294 file_path = os.path.join(path, alt_dir, _input)
298 file_path = os.path.join(path, _input)
328 inner_dir = os.path.abspath(os.path.join(Variables.exec_dir,
330 top_inner_dir = os.path.abspath(os.path.join(Variables.top_dir,
332 res_dir = os.path.abspath(os.path.join(Variables.exec_dir, resource_dir))
333 top_res_dir = os.path.abspath(os.path.join(Variables.top_dir,
369 lines.append("".join([key, "=", value, '\n']))
382 lines[index] = "".join([key, "=", new_props[key], '\n'])
386 device.execute_shell_command(" ".join(["chmo
[all...]
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js168 return new Address6(groups.join(':'));
272 address = parts.join('');
458 .join('.');
510 let correct = groups.join(':');
540 throw new address_error_1.AddressError("IPv4 addresses can't have leading zeroes.", address.replace(constants4.RE_ADDRESS, this.address4.parsedAddress.map(spanLeadingZeroes4).join('.')));
545 address = groups.join(':');
554 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Bad character%s detected in address: %s', badCharacters.length > 1 ? 's' : '', badCharacters.join('')), address.replace(constants6.RE_BAD_CHARACTERS, '<span class="parse-error">$1</span>'));
558 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Address failed regex: %s', badAddress.join('')), address.replace(constants6.RE_BAD_ADDRESS, '<span class="parse-error">$1</span>'));
604 return this.parsedAddress.map(paddedHex).join(':');
613 return this.parsedAddress.map((n) => (0, sprintf_js_1.sprintf)('%05d', parseInt(n, 16))).join('
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
H A Dreaddir-scoped.js2 const { join } = require('path')
9 for (const scopedItem of await readdir(join(dir, item))) {
10 results.push(join(item, scopedItem))
/third_party/typescript/tests/cases/fourslash/
H A DrefactorConvertImport_namedToNamespace7.ts3 /////*a*/import { join } from "path";
6 ////join('a', 'b');
17 path.join('a', 'b');`,
H A DrefactorConvertImport_namedToNamespace6.ts3 /////*a*/import { join } from "path";
6 ////fs.readFileSync(join('a', 'b'));
17 fs.readFileSync(path.join('a', 'b'));`,
/base/update/packaging_tools/
H A Dutils.py47 SO_PATH = os.path.join(operation_path, 'lib/libpackage.so')
48 SO_PATH_L1 = os.path.join(operation_path, 'lib/libpackageL1.so')
49 DIFF_EXE_PATH = os.path.join(operation_path, 'lib/diff')
50 E2FSDROID_PATH = os.path.join(operation_path, 'lib/e2fsdroid')
237 os.mkdir(os.path.join(tmp_dir, name))
239 ext_filename = os.path.join(
251 unzip_dir = os.path.join(tmp_dir, tmp_dir_list[0])
283 mbn_path = os.path.join(mbn_dir, soft_version_file)
341 tem_path = os.path.join(OPTIONS_MANAGER.target_package_dir, component.get("#text", None))
398 os.path.join(OPTIONS_MANAGE
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py201 if os.path.exists(os.path.join(self.nfs_dir, case_name)):
202 os.remove(os.path.join(self.nfs_dir, case_name))
204 result_file = os.path.join(self.nfs_dir, result_name)
207 shutil.copyfile(test_case, os.path.join(self.nfs_dir, case_name))
247 test_result = os.path.join(report_path, "result")
257 subsystem_dir = os.path.join(test_result, sub_system)
260 module_dir = os.path.join(subsystem_dir, module_name)
266 test_result = os.path.join(test_result, sub_system_module)
270 result_file = os.path.join(self.nfs_dir, result_name)
279 final_result = os.path.join(test_resul
[all...]
/third_party/node/deps/v8/tools/dev/
H A Dgm.py100 """ % {"arches": " ".join(ARCHES),
101 "modes": " ".join(MODES),
102 "targets": ", ".join(TARGETS)}
125 if os.path.exists(os.path.join(path, cmd)):
126 return os.path.join(path, cmd)
138 cipd_bin = os.path.join(os.path.dirname(goma), ".cipd_bin")
238 return p.returncode, "".join(output)
256 return os.path.join(OUTDIR, subdir)
340 return template % "\n".join(arch_specific)
344 args_gn = os.path.join(pat
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py122 all_files = [os.path.join(status.directory, f) for f in all_files]
252 os.path.join(status.directory, object_filename))
267 os.path.join(status.directory, object_filename), 0x10300)
282 os.path.join(status.directory, object_filename), 0x10500)
300 obj_file = str(os.path.join(status.directory, object_filename))
333 os.path.join(status.directory, object_filename))
345 target_filename = os.path.join(status.directory, self.target_filename)
358 diff='\n'.join(
385 os.path.join(status.directory, assembly_filename))
405 os.path.join(statu
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py122 all_files = [os.path.join(status.directory, f) for f in all_files]
252 os.path.join(status.directory, object_filename))
267 os.path.join(status.directory, object_filename), 0x10300)
282 os.path.join(status.directory, object_filename), 0x10500)
300 obj_file = str(os.path.join(status.directory, object_filename))
333 os.path.join(status.directory, object_filename))
345 target_filename = os.path.join(status.directory, self.target_filename)
358 diff='\n'.join(
385 os.path.join(status.directory, assembly_filename))
405 os.path.join(statu
[all...]
/third_party/skia/include/core/
H A DSkPaint.h337 /** \enum SkPaint::Join
338 Join specifies how corners are drawn when a shape is stroked. Join
342 Choose miter join to draw sharp corners. Choose round join to draw a circle with a
343 radius equal to the stroke width on top of the corner. Choose bevel join to minimally
346 The fill path constructed to describe the stroked path respects the join setting but may
347 not contain the actual join. For instance, a fill path constructed with round joins does
350 enum Join : uint8_t {
354 kLast_Join = kBevel_Join, //!< equivalent to the largest value for Join
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
H A DPerf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
322 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
H A DPerf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
289 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
H A DPerf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
305 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
H A DTest-Android-Clang-Pixel3a-GPU-Adreno615-arm64-Debug-All-Android_Vulkan.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
347 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
H A DTest-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
347 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
H A DTest-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
305 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
/third_party/skia/infra/bots/recipes/perf.expected/
H A DPerf-Android-Clang-Nexus7-CPU-Tegra3-arm-Debug-All-Android.json235 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
255 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
261 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
279 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
299 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
305 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@",
480 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py244 self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir))
254 self.build_to_base = os.path.join(build_to_top, base_dir)
257 self.base_to_build = os.path.join(base_to_top, build_dir)
282 INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir)
318 return os.path.normpath(os.path.join(self.build_to_base, path))
355 os.path.join(obj, self.base_dir, path_dir, path_basename)
420 os.path.join(
561 path = os.path.join(outdir, path)
845 os.path.join(to_copy["destination"], basename), env
949 os.path.join(sel
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py244 self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir))
254 self.build_to_base = os.path.join(build_to_top, base_dir)
257 self.base_to_build = os.path.join(base_to_top, build_dir)
282 INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir)
318 return os.path.normpath(os.path.join(self.build_to_base, path))
355 os.path.join(obj, self.base_dir, path_dir, path_basename)
420 os.path.join(
561 path = os.path.join(outdir, path)
845 os.path.join(to_copy["destination"], basename), env
949 os.path.join(sel
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...322