| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_encoder_capi_unit_test.cpp | 406 inputLoop_->join(); in HWTEST_F() 413 outputLoop_->join(); in HWTEST_F() 572 inputLoop_->join(); in HWTEST_F() 579 outputLoop_->join(); in HWTEST_F() 618 inputLoop_->join(); in HWTEST_F() 626 outputLoop_->join(); in HWTEST_F() 668 inputLoop_->join(); in HWTEST_F() 676 outputLoop_->join(); in HWTEST_F() 717 inputLoop_->join(); in HWTEST_F() 725 outputLoop_->join(); in HWTEST_F() [all...] |
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| H A D | translator.py | 82 dir_path = os.path.join(os.path.join(work_dir, dir_name), 'capi') 96 dir_path = os.path.join(os.path.join(work_dir, dir_name), 'cpptoc') 116 dir_path = os.path.join(os.path.join(work_dir, dir_name), 'ctocpp') 140 include_file_dir = os.path.join(os.path.join(root_dir, dir_name), 'include')
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | abs_rdb_predicates.h | 272 * @brief Obtains the join types in the predicates.
277 * @brief Sets the join types in the predicates. The value can be {@code INNER JOIN}, {@code LEFT OUTER JOIN},
278 * and {@code CROSS JOIN}.
293 * @brief Obtains the join conditions in the predicates.
298 * @brief Sets the join conditions required in the predicates.
303 * @brief Obtains the join clause in the predicates.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| H A D | XCldrStub.java | 243 public static <T> String join(T[] source, String separator) { in join() method in XCldrStub 252 public static <T> String join(Iterable<T> source, String separator) { in join() method in XCldrStub 264 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join() method in XCldrStub.CollectionUtilities 265 return XCldrStub.join(source, separator); in join() 277 public <T> String join(T[] source) { in join() method in XCldrStub.Joiner 278 return XCldrStub.join(source, separator); in join() 280 public <T> String join(Iterable<T> source) { in join() method in XCldrStub.Joiner 281 return XCldrStub.join(source, separator); in join()
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-promises.js | 330 const dir = path.join(tmpDir, nextdir()); 373 const dir = path.join(tmpDir, nextdir()); 381 const dir = path.join(tmpDir, nextdir()); 389 const dir = path.join(tmpDir, nextdir(), nextdir()); 397 const dir = path.join(tmpDir, nextdir(), nextdir()); 413 const file = path.join(tmpDir, nextdir(), nextdir()); 414 const dir = path.join(file, nextdir(), nextdir()); 447 const dir = path.join(tmpDir, nextdir(), nextdir());
|
| H A D | test-snapshot-error.js | 15 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 34 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob'))); 52 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob'))); 72 assert(!fs.existsSync(path.join(tmpdir.path, 'snapshot.blob')));
|
| /third_party/node/deps/v8/tools/release/ |
| H A D | roll_merge.py | 94 % ", ".join(port_revision_list)): 105 self["revision_list"] = ", ".join(self["full_revision_list"]) 114 "\n".join(action_text % s for s in self["full_revision_list"]), 127 bug_aggregate = ",".join(sorted(filter(lambda s: s and s != "none", bugs))) 131 self["new_commit_msg"] = "".join(msg_pieces) 165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE)) 169 TextToFile(text, os.path.join(self.default_cwd, VERSION_FILE)) 171 self.Editor(os.path.join(self.default_cwd, VERSION_FILE))
|
| /third_party/node/deps/v8/tools/sanitizers/ |
| H A D | sancov_merger.py | 42 SANCOV_TOOL = os.path.join( 84 with open(os.path.join(coverage_dir, result_file_name), "wb") as f: 88 os.remove(os.path.join(coverage_dir, f)) 169 input_file = os.path.join(swarming_output_dir, f) 170 output_file = os.path.join(coverage_dir, f) 188 if os.path.exists(os.path.join(options.coverage_dir, f)): 193 os.rename(os.path.join(options.swarming_output_dir, f), 194 os.path.join(options.coverage_dir, f))
|
| /third_party/rust/crates/clang-sys/build/ |
| H A D | dynamic.rs | 146 let path = directory.join(&filename); in search_libclang_directories() 168 .join(", "), in search_libclang_directories() 169 invalid.join(", "), in search_libclang_directories() 220 directory.parent().unwrap().join("lib") in link() 223 if lib.join("libclang.lib").exists() { in link() 225 } else if lib.join("libclang.dll.a").exists() { in link() 233 lib.join("libclang.dll.a"), in link() 234 Path::new(&out).join("libclang.lib"), in link()
|
| /third_party/python/Tools/scripts/ |
| H A D | highlight.py | 20 'Join content from a range of lines between start and end' 25 return ''.join(rows), end 73 return ''.join(result) 95 return ''.join(result) 109 return ''.join(result) 142 css_str = '\n'.join(['%s %s' % item for item in css.items()]) 185 macros = '\n'.join(r'\newcommand{\py%s}[1]{%s}' % c for c in commands.items()) 193 return default_latex_document % dict(title=title, macros=macros, body=''.join(result))
|
| H A D | make_ctype.py | 37 print(" %s, /* 0x%x %s */" % ("|".join(flags), i, rc)) 40 print(" %s," % ", ".join(16*["0"])) 67 print(" %s," % ", ".join(values)) 82 print(" %s," % ", ".join(values))
|
| /third_party/python/Lib/test/support/ |
| H A D | script_helper.py | 220 script_name = os.path.join(script_dir, script_filename) 230 zip_name = os.path.join(zip_dir, zip_filename) 245 return zip_name, os.path.join(zip_name, name_in_zip) 265 pkg_names = [os.sep.join([pkg_name]*i) for i in range(1, depth+1)] 266 script_name_in_zip = os.path.join(pkg_names[-1], os.path.basename(script_name)) 268 zip_name = os.path.join(zip_dir, zip_filename) 271 init_name_in_zip = os.path.join(name, init_basename) 280 return zip_name, os.path.join(zip_name, script_name_in_zip)
|
| /third_party/skia/gm/ |
| H A D | cubicpaths.cpp | 127 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 134 paint.setStrokeJoin(join); in drawPath() 165 SkPaint::Join fJoin; 246 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 253 paint.setStrokeJoin(join); in drawPath() 284 SkPaint::Join fJoin; 126 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument 245 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
|
| /third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
| H A D | perf_puppeteer_canvas.go | 87 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 120 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 124 if err := os.MkdirAll(filepath.Join(benchmarkPath, "out"), 0777); err != nil { 137 args := []string{filepath.Join(nodeBinPath, "node"), 140 "--canvaskit_js", filepath.Join(canvaskitBinPath, "canvaskit.js"), 141 "--canvaskit_wasm", filepath.Join(canvaskitBinPath, "canvaskit.wasm"), 143 "--output", filepath.Join(benchmarkPath, "out", "perf.json"), 188 perfJSONPath := filepath.Join(benchmarkPath, "out", "perf.json")
|
| /third_party/python/Lib/test/test_import/ |
| H A D | __init__.py | 460 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'data')) 492 depname = os.path.join( 497 tmp2 = os.path.join(tmp, "DLLs") 500 pyexe = os.path.join(tmp, os.path.basename(sys.executable)) 503 for f in glob.glob(os.path.join(glob.escape(sys.prefix), "vcruntime*.dll")): 514 pyexe, "-Sc", ";".join([ 639 file_name = os.path.join(dir_name, module_name) + os.extsep + "py" 727 with open(os.path.join(self.path, 'test_trailing_slash.py'), 738 with open(os.path.join(self.path, 'test_unc_path.py'), 'w') as f: 821 path = os.path.join(o [all...] |
| /foundation/arkui/ace_engine/test/component_test/tools/middle_ground/ |
| H A D | get_csv_data.js | 35 const projectPath = path.join(casePath, "test", "component_test", "test_cases", "components"); 40 const componentName = await getFolders(path.join(projectPath, 45 const fileNames = await getFolders(path.join(projectPath, projectNames[i], 65 path: path.join(__dirname, '..', 'data.csv'),
|
| /foundation/graphic/graphic_2d/utils/build/ |
| H A D | copy_arkui_adapters.py | 45 if not os.path.isdir(os.path.join(source_dir, item)): 48 file_path = os.path.join(source_dir, item, "build", "platform.gni") 52 dest_dir_build_folder = os.path.join(dest_dir, item, "build") 54 shutil.copytree(os.path.join(source_dir, item, "build"), dest_dir_build_folder, dirs_exist_ok=True)
|
| /foundation/resourceschedule/ffrt/benchmarks/serial_sched_time/ |
| H A D | plot.py | 35 plt.title(''.join( 52 marker='s', linestyle='-.', label=''.join(['base avg:', str(round(base_avg, 2))])) 57 color='r', marker='o', linestyle='-', label=''.join(['current avg:', str(round(current_avg, 2))])) 64 plt.title(''.join(['ffrt serial sched time vs base [Ratio:', str(
|
| /test/testfwk/developer_test/local_coverage/interface_coverage/ |
| H A D | get_innerkits_json.py | 30 sys.localcoverage_path = os.path.join(current_path, "..") 42 output_json_path = os.path.join(output_json_path, "kits_modules_info.json") 72 part_info_path = os.path.join( 75 json_path = os.path.join(
|
| /third_party/harfbuzz/ |
| H A D | install.py | 41 src_file = os.path.join(src_path, file) 42 dst_file = os.path.join(dst_path, file) 74 tar_file_path = os.path.join(args.source_dir, "harfbuzz-2.8.2.tar.xz") 75 target_dir = os.path.join(args.gen_dir, "harfbuzz-2.8.2")
|
| /third_party/node/deps/npm/lib/commands/ |
| H A D | explore.js | 6 const { join, relative } = require('path') 32 const path = join(this.npm.dir, join('/', pkgname)) 49 _explore: args.join(' ').trim() || shell,
|
| /third_party/node/deps/npm/test/lib/utils/ |
| H A D | reify-finish.js | 3 const { join } = require('path') 10 const res = await fs.readFile(join(dir, 'npmrc'), 'utf8').catch(() => '') 86 inventory: new Map([['node_modules/npm', { path: join(other, 'new-npm') }]]), 93 const newFile = await readRc(join(mock.other, 'new-npm'))
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | dedupe.js | 80 '1.0.0': path.join(npm.prefix, 'node_modules', 'test-dep-a', 'node_modules', 'test-sub'), 86 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-sub')), 90 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-a', 'node_modules', 'test-sub')), 94 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-b', 'node_modules', 'test-sub')),
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | thread_cnd_test.cpp | 83 thread1.join(); in HWTEST_F() 84 thread2.join(); in HWTEST_F() 108 thread1.join(); in HWTEST_F() 109 thread2.join(); in HWTEST_F()
|
| /third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
| H A D | step-04-generate-java-literals.py | 71 " private static final String DATA0 = \"", "".join(escape(low0)), "\";\n", 72 " private static final String DATA1 = \"", "".join(escape(low1)), "\";\n", 73 " private static final String SKIP_FLIP = \"", "".join(escape(hi)), "\";\n" 79 source.write("".join(source_code))
|