| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| H A D | oh_yara_driver.py | 95 self.result = os.path.join( 97 '.'.join((request.get_module_name(), "xml"))) 198 vul_version = ".".join(vul_version_list) 220 local_path = os.path.join(request.config.report_path, OHYaraConfig.AFFECTED_FILES.value, 226 affected_file = os.path.join(local_path, os.path.basename(affected_file)) 259 local_path = os.path.join(request.config.report_path, OHYaraConfig.AFFECTED_FILES.value, 397 yara_report = os.path.join(request.config.report_path, "vul_info_{}.csv" 422 result_message = "".join(message_list)
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | openharmony.py | 63 runner.add_arg(para_name, ",".join(para_values)) 65 runner.add_arg(para_name, ",".join(para_values)) 239 self.result = os.path.join(result_save_path, "%s.xml" % request.get_module_name()) 273 xml_path = os.path.join( 275 '.'.join((request.get_module_name(), "xml"))) 401 self.runner.add_arg("class", ",".join(tests)) 422 self.runner.add_arg("class", ",".join(tests)) 469 self.runner.add_arg("class", ",".join(case_list))
|
| /third_party/googletest/googletest/scripts/ |
| H A D | gen_gtest_pred_impl.py | 59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h') 62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc') 193 the join of n strings, each formatted with the format string on an 203 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 325 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 530 tests += ''.join([""" 691 tests += ''.join([GenTest(use_format, use_assert, expect_failure, 714 + ''.join([TestsForArity(i) for i in OneTo(n)])
|
| /third_party/jinja2/ |
| H A D | loaders.py | 51 from os.path import join, exists, getmtime 59 path = join(self.path, template) 199 filename = posixpath.join(searchpath, *pieces) 227 os.path.join(dirpath, filename)[len(searchpath) :] 303 template_root = os.path.join(pkgdir, package_path).rstrip(os.path.sep) 316 root = os.path.join(root, package_path) 337 posixpath.join(self._template_root, *split_template_path(template)) 378 os.path.join(dirpath, name).replace(os.path.sep, "/")
|
| /third_party/node/tools/doc/ |
| H A D | html.mjs | 140 node.value || node.children.map(recursiveTextContent).join(''); 204 return parts.join('`'); 333 added.description = `<span>Added in: ${added.version.join(', ')}</span>`; 339 `<span>Deprecated since: ${deprecated.version.join(', ')}</span>`; 344 removed.description = `<span>Removed in: ${removed.version.join(', ')}</span>`; 366 const version = common.arrify(change.version).join(', '); 378 result += `<span>N-API version: ${meta.napiVersion.join(', ')}</span>\n`; 526 const list = versions.filter(isDocInVersion).map(wrapInListItem).join('\n');
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | utils.py | 23 '|'.join(map(re.escape, ('(', '<', '<'))), 24 '|'.join(map(re.escape, ('.', ',', ')', '>', '\n', '>'))) 39 concat = u''.join 139 module = '.'.join(items[:-1]) 235 return u''.join(words) 275 p = u' '.join(p) 283 return u'\n\n'.join(result) 284 return Markup(u'\n'.join(u'<p>%s</p>' % escape(x) for x in result))
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | MSVSVersion.py | 16 return os.path.normpath(os.path.join(*args)) 80 return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) 171 cmd = [os.path.join(os.environ.get("WINDIR", ""), sysdir, "reg.exe"), "query", key] 482 full_path = os.path.join(path, "devenv.exe") 483 express_path = os.path.join(path, "*express.exe") 488 version_to_year[version], os.path.join(path, "..", "..") 496 version_to_year[version] + "e", os.path.join(path, "..", "..") 519 os.path.join(path, ".."),
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | MSVSVersion.py | 16 return os.path.normpath(os.path.join(*args)) 80 return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) 171 cmd = [os.path.join(os.environ.get("WINDIR", ""), sysdir, "reg.exe"), "query", key] 482 full_path = os.path.join(path, "devenv.exe") 483 express_path = os.path.join(path, "*express.exe") 488 version_to_year[version], os.path.join(path, "..", "..") 496 version_to_year[version] + "e", os.path.join(path, "..", "..") 519 os.path.join(path, ".."),
|
| /third_party/python/Lib/msilib/ |
| H A D | __init__.py | 80 fields = ", ".join(fields) 81 keys = ", ".join(keys) 181 str = "".join([c if c in identifier_chars else "_" for c in str]) 254 self.absolute = os.path.join(basedir.absolute, physical) 293 file = ''.join(c for c in file if not c in r' "/\[]:;=,') 296 prefix = "".join(parts[:-1]).upper() 343 absolute = os.path.join(self.absolute, src) 404 return 'msilib.Binary(os.path.join(dirname,"%s"))' % self.name
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| H A D | restricted_trace_gold_tests.py | 36 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'testing')) 37 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'testing', 'scripts')) 41 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'testing')) 42 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'testing', 'scripts')) 213 str = ''.join(filter.get()) 276 png_file_name = os.path.join(screenshot_dir, prefix + image_name + '.png') 332 return '--gtest_filter=%s' % ':'.join(expanded) 484 json_name = os.path.join(ANGLE_SRC_DIR, 'src', 'tests', 'restricted_traces',
|
| /third_party/python/Lib/test/ |
| H A D | test_faulthandler.py | 113 regex = '\n'.join(regex) 121 output = '\n'.join(output) 361 stderr = '\n'.join(stderr) 377 stderr = '\n'.join(stderr) 567 waiter.join() 571 output = '\n'.join(output) 647 trace = '\n'.join(trace) 750 trace = '\n'.join(trace)
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| H A D | android.py | 103 with self.m.context(cwd=self.m.path['start_dir'].join('skia')): 352 return self.m.vars.workdir.join( 450 app_path = self.host_dirs.bin_dir.join(self.app_name) 481 local = os.path.join(out, os.path.basename(path)) 513 self.m.run.writefile(self.m.vars.tmp_dir.join(sh), 519 'push', self.m.vars.tmp_dir.join(sh), self.device_dirs.bin_dir) 577 print(' '.join(cmd)) 583 print(' '.join(cmd))
|
| /third_party/vk-gl-cts/scripts/ |
| H A D | mustpass.py | 75 self.key = ",".join(filenames) 92 return os.path.join(mustpass.project.path, mustpass.version, "src") 102 return os.path.join(mustpass.project.path, mustpass.version) 264 readPatternList(os.path.join(getSrcDir(mustpass), filename), patternList) 291 mainDstFilePath = os.path.join(mainDstFileDir, mainDstFileName) 381 filePath = os.path.join(mainDstFileDir, mainGroupSubDir, groupName + ".txt") 403 specFilename = os.path.join(mustpass.project.path, mustpass.version, "mustpass.xml") 411 androidTestFilename = os.path.join(mustpass.project.path, "AndroidTest.xml")
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | roll_chromium_deps.py | 30 return os.path.dirname(os.path.abspath(os.path.join(__file__, '..'))) 120 CLANG_UPDATE_SCRIPT_LOCAL_PATH = os.path.join(CHECKOUT_SRC_DIR, 'tools', 'clang', 'scripts', 135 sys.path.append(os.path.join(CHECKOUT_SRC_DIR, 'build')) 188 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir) 208 'stderr:\n%s\n', ' '.join(command), std_output, err_output) 498 return '\n'.join(commit_msg) 537 local_dep_dir = os.path.join(CHECKOUT_ROOT_DIR, dep.path) 732 deps_filename = os.path.join(CHECKOUT_SRC_DIR, 'DEPS')
|
| /third_party/vk-gl-cts/external/openglcts/scripts/ |
| H A D | build_mustpass.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 57 CTS_AOSP_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles", "aosp_mustpass") 61 CTS_MP_INC_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "modules", "runner") 65 CTS_KHR_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles", "khronos_mustpass") 73 CTS_AOSP_MP_EGL_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "egl", "aosp_mustpass") 77 CTS_KHR_MP_NOCTX_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles", "khronos_mustpass_noctx") 83 CTS_KHR_MP_SINGLE_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gles", "khronos_mustpass_single") 1059 GL_CTS_MP_INC_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "modules", "runner") 1061 GL_CTS_KHR_MP_DATA_DIR = os.path.join(DEQP_DIR, "external", "openglcts", "data", "mustpass", "gl", "khronos_mustpass") 1067 GL_CTS_KHR_MP_NOCTX_DATA_DIR = os.path.join(DEQP_DI [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | test_shaders.py | 601 reference_dir = os.path.join(split_paths[0], 'reference/' + ('opt/' if opt else '')) 602 reference_dir = os.path.join(reference_dir, split_paths[1]) 603 return os.path.join(reference_dir, relpath) 607 joined_path = os.path.join(shader[0], shader[1]) 644 joined_path = os.path.join(shader[0], shader[1]) 711 joined_path = os.path.join(shader[0], shader[1]) 747 print(','.join(a), file = stats) 750 joined_path = os.path.join(shader[0], shader[1]) 777 joined_path = os.path.join(shader[0], shader[1]) 786 joined_path = os.path.join(shade [all...] |
| /applications/standard/app_samples/code/Project/HapBuild/ci/src/hap-build/utils/ |
| H A D | editLinuxContains.ts | 46 const target = targetPath.split('/').join('_'); 49 const updatedConfigContent = Object.entries(config).map(([key, value]) => `${key} = ${value}`).join('\n');
|
| /base/hiviewdfx/faultloggerd/tools/panic_maker/ |
| H A D | main.rs | 56 }).join(); in panic_child() 70 handle.join().unwrap(); in get_trace_in_multi_thread()
|
| /base/update/updater/test/benchmarktest/ |
| H A D | updater_benchmark_test.cpp | 65 consumer.join(); in TestRingBuffer() 66 producer.join(); in TestRingBuffer()
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/ |
| H A D | hdi_compile_opt_test_03.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0")
|
| /foundation/arkui/ace_engine/build/ |
| H A D | search.py | 34 if not os.path.isdir(os.path.join(base_dir, item)): 37 file_path = os.path.join(base_dir, item, "build", "platform.gni")
|
| /foundation/arkui/ace_engine/test/component_test/tools/middle_ground/ |
| H A D | index.js | 26 app.use(express.static(path.join(__dirname, 'public'))); 31 res.sendFile(__dirname + path.join('/pages/index.html'));
|
| /foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
| H A D | deadline.h | 64 @brief current task or thread join an interval, only allow FIXED number of threads to join a interval
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
| H A D | switches_meta_data.cpp | 40 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey() 45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
|
| /third_party/ffmpeg/tools/ |
| H A D | loudnorm.rb | 28 stats = JSON.parse(stderr.read.lines[-12, 12].join) 56 puts stderr.read.lines[-12, 12].join
|