| /base/startup/init/services/etc/appender/ |
| H A D | file_appender.py | 47 value = [':'.join(passwd_gid_value), arr[3]] 56 source_dict[key][1] = ','.join(user_value) 68 value = [':'.join(passwd_gid_value), arr[3]] 70 value = [':'.join(passwd_gid_value), " "] 83 value = [':'.join(passwd_gid_value), arr[3]] 85 value = [':'.join(passwd_gid_value), " "] 106 target_f.write(f"{item}:{':'.join(source_dict[item])}\n") 126 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
|
| /base/update/packaging_tools/ |
| H A D | build_module_img.py | 39 print(" ".join(["pid ", str(res[0]), " ret ", str(res[1]), "\n", 49 run_cmd(" ".join(["img2simg ", device, " ", tmp_device])) 56 size += sum([roundup(os.path.getsize(os.path.join(root, name)), BLOCK_SIZE) for name in files]) 65 run_cmd(" ".join(["resize2fs", "-M", device])) 89 run_cmd(" ".join([hvb_tools, "make_hashtree_footer", "--image", device, 106 env_path = ':'.join(args.build_image_tools_path) 129 mk_configs = " ".join([src_dir, device, MOUNT_POINT, str(fs_size), fs_type_config, 131 res = run_cmd(" ".join([mkfs_tools, mk_configs]))
|
| /foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
| H A D | gitee_rest_api.js | 91 const outputPath = path.join(outputDir, fileName); 94 fs.mkdirSync(path.join(outputDir, fileName), { recursive: true }); 135 path.join(downloadPath, "ohos-sdk.zip")).then((res, rej) => { 156 let etsPath = path.join(sdkPath, "ets\\api"); 176 await extractLargeZip(path.join(downloadPath, "ohos-sdk.zip"), downloadPath); 179 ohosSdkPath = path.join(downloadPath, 'windows'); 181 ohosSdkPath = path.join(downloadPath, 'linux'); 195 let etsFile = path.join(etsPath, "@ohos.arkui.componentTest.d.ts");
|
| /foundation/resourceschedule/ffrt/benchmarks/ |
| H A D | plot.py | 33 avg_base = base['_'.join([label, 'base', thread])].mean() 36 data_base = [float(base['_'.join([label, 'base', thread])][i]) 38 ax.plot(stall, data_base, 's-', label='_'.join([label, 'base'])) 41 ax.set_title(''.join([title, '[R:', ratio, ']'])) 49 base = pandas.read_csv(os.path.join(path, 'base.csv')) 50 t1 = pandas.read_csv(os.path.join(path, 'perf_thread1.csv')) 51 t8 = pandas.read_csv(os.path.join(path, 'perf_thread8.csv')) 103 fig.savefig(os.path.join(path, out))
|
| /third_party/astc-encoder/Test/ |
| H A D | astc_test_image_dl.py | 32 TEST_IMAGE_DIR = os.path.join("Test", "Images") 111 im = Image.open(os.path.join(imageDir, src)) 135 dst = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB", fle) 144 pattern = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB", fle) 149 dst = os.path.join(TEST_IMAGE_DIR, "KodakSim", "LDR-RGBA", fle) 157 dst = os.path.join(TEST_IMAGE_DIR, "KodakSim", "LDR-RGBA", fle) 161 srcDir = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB") 163 dst = os.path.join(TEST_IMAGE_DIR, "KodakMnt", "LDR-RGB", fle)
|
| /third_party/mbedtls/scripts/ |
| H A D | generate_driver_wrappers.py | 59 os.path.join(template_dir, template_file_name) 63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]), 116 'transparent': os.path.join(project_root, 121 'opaque': os.path.join(project_root, 142 with open(file=os.path.join(json_directory, jsondriver_list), 148 driver_file=os.path.join(json_directory, driver_file_name)) 187 os.path.join(project_root, 192 os.path.join(project_root,
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| H A D | workbench.py | 34 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output') 35 FUZZ_ONE = os.path.join(BASE_PATH, 'tools', 'fuzz_one.py') 36 RUN_ONE = os.path.join(BASE_PATH, 'tools', 'run_one.py') 60 test_dir = os.path.join(TEST_CASES, 'dir-%d' % n) 61 with open(os.path.join(test_dir, 'stats.json')) as f: 63 with open(os.path.join(test_dir, 'failures.json')) as f: 117 with open(os.path.join(TEST_CASES, 'stats.json'), 'w') as f: 119 with open(os.path.join(TEST_CASES, 'failures.json'), 'w') as f:
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-write-buffer.js | 34 const filename = path.join(tmpdir.path, 'write1.txt'); 50 const filename = path.join(tmpdir.path, 'write2.txt'); 66 const filename = path.join(tmpdir.path, 'write3.txt'); 82 const filename = path.join(tmpdir.path, 'write4.txt'); 98 const filename = path.join(tmpdir.path, 'write5.txt'); 114 const filename = path.join(tmpdir.path, 'write6.txt'); 130 const filename = path.join(tmpdir.path, 'write7.txt'); 152 const filename = path.join(tmpdir.path, 'write8.txt');
|
| H A D | test-watch-mode-files_watcher.mjs | 47 const file = path.join(tmpdir.path, 'file1'); 55 const file = path.join(tmpdir.path, 'file2'); 77 writeFileSync(path.join(tmpdir.path, 'file3'), '1'); 83 const file = path.join(tmpdir.path, 'file4'); 103 const file = path.join(tmpdir.path, 'file5'); 127 watcher.watchPath(path.join(tmpdir.path, 'subdirectory')); 134 const subdirectory = path.join(tmpdir.path, 'subdirectory'); 156 let expected = [file, path.join(tmpdir.path, 'file')];
|
| /third_party/node/test/sequential/ |
| H A D | test-fs-readdir-recursive.js | 70 fs.writeFileSync(pathModule.join(path, fileOrDir), ''); 72 const dirPath = pathModule.join(path, fileOrDir[0]); 83 const symlinksRootPath = pathModule.join(readdirDir, 'symlinks'); 84 const symlinkTargetFile = pathModule.join(symlinksRootPath, 'symlink-target-file'); 85 const symlinkTargetDir = pathModule.join(symlinksRootPath, 'symlink-target-dir'); 89 fs.symlinkSync(symlinkTargetFile, pathModule.join(symlinksRootPath, 'symlink-src-file')); 90 fs.symlinkSync(symlinkTargetDir, pathModule.join(symlinksRootPath, 'symlink-src-dir')); 130 return pathModule.relative(readdirDir, pathModule.join(dirent.path, dirent.name));
|
| /third_party/node/deps/v8/tools/ |
| H A D | run-wasm-api-tests.py | 36 WASM_PATH = os.path.join(CHECKOUT_PATH, "third_party", "wasm-api") 37 CLANG_PATH = os.path.join(CHECKOUT_PATH, "third_party", "llvm-build", 46 "c": os.path.join(CLANG_PATH, "clang"), 47 "cc": os.path.join(CLANG_PATH, "clang++"), 71 cmd = " ".join(cmd_list) 80 self.src_file_basename = os.path.join(WASM_PATH, "example", name) 81 self.dst_file_basename = os.path.join(tempdir, name) 82 self.lib_file = os.path.join(outdir, "obj", "libwee8.a")
|
| /third_party/node/deps/npm/lib/commands/ |
| H A D | hook.js | 45 this.npm.output(Object.keys(hook).join('\t')) 46 this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) 57 this.npm.output(Object.keys(hooks[0]).join('\t')) 59 this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) 98 this.npm.output(Object.keys(hook).join('\t')) 99 this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) 110 this.npm.output(Object.keys(hook).join('\t')) 111 this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t'))
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | TrailingPathOptimizerTest.java | 38 // Expect the common trailing "xx" to be factored out at some new join point. in testSimple() 40 Node join = expected.addPath(INITIAL, "12"); in testSimple() 41 expected.addPath(INITIAL, join, "34xx"); in testSimple() 42 expected.addPath(join, TERMINAL, "xx"); in testSimple() 57 // Expect the common trailing "xx" to be factored out at some new join point. in testTrailingOptionalGroup() 59 Node join = expected.addPath(INITIAL, "12"); in testTrailingOptionalGroup() 62 expected.addOptionalPath(optStart, join, "xx"); in testTrailingOptionalGroup() 64 expected.addPath(join, TERMINAL, "xx"); in testTrailingOptionalGroup()
|
| /third_party/python/Lib/ctypes/macholib/ |
| H A D | dyld.py | 85 yield os.path.join(path, framework['name']) 90 yield os.path.join(path, os.path.basename(name)) 97 yield os.path.join(executable_path, name[len('@executable_path/'):]) 107 yield os.path.join(path, framework['name']) 111 yield os.path.join(path, os.path.basename(name)) 115 yield os.path.join(path, framework['name']) 119 yield os.path.join(path, os.path.basename(name)) 159 fn = os.path.join(fn, os.path.basename(fn[:fmwk_index]))
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | gen_packed_gl_enums.py | 130 value_declarations='\n'.join(value_declarations), 134 content=''.join(content), 223 from_glenum_cases='\n'.join(from_glenum_cases), 225 to_glenum_cases='\n'.join(to_glenum_cases), 227 ostream_cases='\n'.join(ostream_cases))) 230 content=''.join(content), 256 print ','.join(inputs) 258 print ','.join(outputs)
|
| /third_party/vk-gl-cts/external/amber/src/tools/ |
| H A D | update_vk_wrappers.py | 54 param_val = "".join(param.itertext()) 83 signature = ', '.join(str(x) for x in param_vals) 84 arguments = ', '.join(str(x) for x in param_names) 152 ', '.join(str(x) for x in param_vals), method) 193 vkfile = os.path.join(srcdir, 'third_party', 'vulkan-headers', 'registry', 'vk.xml') 194 incfile = os.path.join(srcdir, 'src', 'vulkan', 'vk-funcs-%s.inc' % vulkan_version) 208 outfile = os.path.join(outdir, 'vk-wrappers-%s.inc' % vulkan_version) 216 hdrfile = os.path.join(outdir, 'vk-wrappers-%s.h' % vulkan_version)
|
| /third_party/typescript/tests/cases/compiler/ |
| H A D | declFileMethods.ts | 18 return a + rests.join("");
38 return a + rests.join("");
57 return a + rests.join("");
76 return a + rests.join("");
112 return a + rests.join("");
132 return a + rests.join("");
151 return a + rests.join("");
170 return a + rests.join("");
|
| /third_party/skia/third_party/externals/abseil-cpp/ |
| H A D | roll_abseil.py | 67 params = ['rsync', '-aP', abseil_dir, os.path.join(chromium_dir, 'third_party'), '--delete'] 75 for patch in os.listdir(os.path.join(abseil_in_chromium_dir, 'patches')): 76 subprocess.check_call(['patch', '--strip', '1', '-i', os.path.join(abseil_in_chromium_dir, 'patches', patch)]) 78 os.remove(os.path.join(abseil_in_chromium_dir, 'absl', 'base', 'internal', 'thread_annotations.h')) 79 os.remove(os.path.join(abseil_in_chromium_dir, 'absl', 'base', 'internal', 'dynamic_annotations.h')) 101 abseil_in_chromium_dir = os.path.join(chromium_dir, 'third_party', 'abseil-cpp') 110 abseil_dir = os.path.join(abseil_root, 'abseil-cpp') 112 hash_diff = _UpdateChromiumReadme(os.path.join(abseil_in_chromium_dir, 'README.chromium'),
|
| /third_party/skia/infra/bots/recipes/ |
| H A D | perf_pathkit.py | 38 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 41 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 51 'src': base_dir.join('pathkit.js'), 52 'dst': copy_dest.join('pathkit.js'), 55 'src': base_dir.join(bundle_name), 56 'dst': copy_dest.join(bundle_name), 59 recursive_read = [checkout_root.join('skia')] 88 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
| H A D | test_pathkit.py | 38 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 41 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 55 'src': base_dir.join('pathkit.js'), 56 'dst': copy_dest.join('pathkit.js'), 60 'src': base_dir.join(bundle_name), 61 'dst': copy_dest.join(bundle_name), 63 recursive_read = [checkout_root.join('skia')] 90 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | build_spirv_binaries.py | 31 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 45 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}") 47 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt") 57 binFiles = [f for f in os.listdir(dstPath) if os.path.isfile(os.path.join(dstPath, f)) and fnmatch.fnmatch(f, "*.spv")] 60 print("Removing %s" % os.path.join(dstPath, binFile)) 61 os.remove(os.path.join(dstPath, binFile)) 65 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName) 70 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
|
| /third_party/weex-loader/deps/weex-scripter/test/ |
| H A D | require-parse.js | 15 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js') 28 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js') 41 var absolutePath = path.join(__dirname, '../lib/fix.js') 54 var absolutePath = path.join(__dirname, '../lib/fix.js') 67 var absolutePath = path.join(__dirname, '../test/fix.js') 80 var absolutePath = path.join(__dirname, '../test/fix.js') 113 var absolutePathA = path.join(__dirname, '../node_modules/md5/md5.js') 115 var absolutePathB = path.join(__dirname, '../test/fix.js')
|
| /test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/ohosTest/ets/test/ |
| H A D | initNdk.test.ets | 41 let bufferstr = arr.join('');
69 let bufferstr = arr.join('');
92 let bufferstr = arr.join('');
119 let bufferstr = arr.join('');
142 let bufferstr = arr.join('');
169 let bufferstr = arr.join('');
193 let bufferstr = arr.join('');
222 let bufferstr = arr.join('');
246 let bufferstr = arr.join('');
274 let bufferstr = arr.join('');
[all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_entry_points.py | 1297 params=", ".join(params), 1382 print(" ".join(param)) 1544 ", ".join(params), 1546 ", ".join(internal_params), 1550 "".join(packed_gl_enum_conversions), 1552 ", ".join(pass_params), 1556 ", ".join(["context"] + internal_params), 1558 ", ".join(["context"] + [entry_point_name] + internal_params), 1560 ", ".join(format_params), 1610 params_just_name = ", ".join( [all...] |
| /third_party/benchmark/tools/gbench/ |
| H A D | report.py | 400 testInputs = os.path.join( 404 testOutput = os.path.join(testInputs, 'test3_run0.json') 419 print("\n".join(output_lines)) 430 testInputs = os.path.join( 434 testOutput1 = os.path.join(testInputs, 'test1_run1.json') 435 testOutput2 = os.path.join(testInputs, 'test1_run2.json') 469 print("\n".join(output_lines_with_header)) 621 testInputs = os.path.join( 625 testOutput = os.path.join(testInputs, 'test2_run.json') 647 print("\n".join(output_lines_with_heade [all...] |