/third_party/skia/infra/bots/task_drivers/recreate_skps/ |
D | recreate_skps.go | 72 specPath := filepath.Join(checkoutRoot, ".gclient") 77 …botUpdateScript := filepath.Join(depotToolsDir, "recipes", "recipe_modules", "bot_update", "resour… 82 outputJson := filepath.Join(tmp, "bot_update.json") 83 revMapFile := filepath.Join(tmp, "revmap") 88 cleanupDir := filepath.Join(tmp, "cleanup") 115 …if _, err := exec.RunCwd(ctx, checkoutRoot, "vpython", "-u", filepath.Join(depotToolsDir, "gclient… 160 skiaDir := filepath.Join(cwd, "skia") 163 gitCacheDir = filepath.Join(cwd, *gitCacheDirFlag) 167 checkoutRoot = filepath.Join(cwd, *checkoutRootFlag) 172 dmPath := filepath.Join(cwd, *dmPathFlag) [all …]
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames_test.go | 45 fi, err := os.Stat(filepath.Join(benchmarkPath, "out")) 55 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777)) 82 "--input_lottie", filepath.Join(lotties, "animation_1", "data.json"), 83 "--assets", filepath.Join(lotties, "animation_1", "images"), 96 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777)) 123 "--input_lottie", filepath.Join(lotties, "animation_1", "data.json"), 124 "--assets", filepath.Join(lotties, "animation_1", "images"), 141 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ 160 outputFile := filepath.Join(output, "perf-taskid1352.json") 240 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ [all …]
|
D | perf_puppeteer_skottie_frames.go | 92 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 129 if err := os.MkdirAll(filepath.Join(benchmarkPath, "out"), 0777); err != nil { 196 args := []string{filepath.Join(nodeBinPath, "node"), 199 "--canvaskit_js", filepath.Join(canvaskitBinPath, "canvaskit.js"), 200 "--canvaskit_wasm", filepath.Join(canvaskitBinPath, "canvaskit.wasm"), 201 "--input_lottie", filepath.Join(lottie, "data.json"), 202 "--assets", filepath.Join(lottie, "images"), 203 "--output", filepath.Join(benchmarkPath, "out", name+".json"), 241 perfJSONPath := filepath.Join(benchmarkPath, "out")
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps_test.go | 50 fi, err := os.Stat(filepath.Join(benchmarkPath, "out")) 60 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 077… 88 "--input_skp", filepath.Join(skps, "first_skp"), 101 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "desk_carsvg.skp"), []byte("doesnt matter"… 134 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 077… 162 "--input_skp", filepath.Join(skps, "first_skp"), 176 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 077… 205 "--input_skp", filepath.Join(skps, "first_skp"), 219 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ 239 outputFile := filepath.Join(output, "perf-taskid1352.json") [all …]
|
D | perf_puppeteer_render_skps.go | 92 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 137 if err := os.MkdirAll(filepath.Join(benchmarkPath, "out"), 0777); err != nil { 196 args := []string{filepath.Join(nodeBinPath, "node"), 199 "--canvaskit_js", filepath.Join(canvaskitBinPath, "canvaskit.js"), 200 "--canvaskit_wasm", filepath.Join(canvaskitBinPath, "canvaskit.wasm"), 203 "--output", filepath.Join(benchmarkPath, "out", name+".json"), 240 perfJSONPath := filepath.Join(benchmarkPath, "out")
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | lock_test.cc | 94 PlatformThread::Join(handle); in BasicLockTest() 136 PlatformThread::Join(handle); in TryLockTest() 150 PlatformThread::Join(handle); in TryLockTest() 200 PlatformThread::Join(handle); in MutexTwoThreads() 223 PlatformThread::Join(handle1); in MutexFourThreads() 224 PlatformThread::Join(handle2); in MutexFourThreads() 225 PlatformThread::Join(handle3); in MutexFourThreads()
|
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 66 goldctlWorkPath := filepath.Join(workAbsPath, "goldctl") 70 testsWorkPath := filepath.Join(workAbsPath, "tests") 181 return os_steps.WriteFile(ctx, filepath.Join(workPath, "hashes.txt"), data, 0666) 188 …if _, err := exec.RunCwd(ctx, testHarnessPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != ni… 199 args := []string{filepath.Join(nodeBinPath, "node"), 201 "--js_file", filepath.Join(builtPath, "wasm_gm_tests.js"), 202 "--wasm_file", filepath.Join(builtPath, "wasm_gm_tests.wasm"), 203 "--known_hashes", filepath.Join(workPath, "hashes.txt"), 233 resultFile := filepath.Join(testOutputPath, "gold_results.json") 255 potentialPNGFile := filepath.Join(testOutputPath, result.MD5Hash+".png")
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 151 path := filepath.Join(cacheRoot, "llvm") 166 tarFile := filepath.Join(cacheRoot, "llvm.tar.xz") 173 target := filepath.Join(cacheRoot, "llvm-tmp") 182 files, err := filepath.Glob(filepath.Join(target, "*")) 443 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) { 449 file, err := os.Open(path.Join(checkoutDir, deqpConfigRelPath)) 470 cacheDir := path.Join(r.cacheRoot, "deqp", hash) 471 buildDir := path.Join(cacheDir, "build") 510 fullPath := path.Join(checkoutDir, patch) 695 ExePath: filepath.Join(test.buildDir, "libvk_swiftshader.so"), [all …]
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
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")
|
D | perf_puppeteer_canvas_test.go | 45 fi, err := os.Stat(filepath.Join(benchmarkPath, "out")) 128 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ 147 outputFile := filepath.Join(output, "perf-taskid1352.json") 213 if err := ioutil.WriteFile(filepath.Join(path, name), []byte(content), 0666); err != nil {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
D | llvm.go | 133 return filepath.Join(thisDir, path) 181 if t := toolchain(filepath.Join(path, "bin")); t != nil { 212 return filepath.Join(t.BinDir, "clang"+exeExt()) 217 return filepath.Join(t.BinDir, "clang++"+exeExt()) 222 return filepath.Join(t.BinDir, "llvm-cov"+exeExt()) 227 return filepath.Join(t.BinDir, "llvm-profdata"+exeExt())
|
/third_party/skia/include/core/ |
D | SkStrokeRec.h | 40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() 60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() 117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
|
D | SkPaint.h | 350 enum Join : uint8_t { enum 375 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() 381 void setStrokeJoin(Join join);
|
/third_party/skia/src/core/ |
D | SkStroke.h | 38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() 39 void setJoin(SkPaint::Join);
|
D | SkStrokeRec.cpp | 112 stroker.setJoin((SkPaint::Join)fJoin); in applyToPath() 135 paint->setStrokeJoin((SkPaint::Join)fJoin); in applyToPaint() 139 return GetInflationRadius((SkPaint::Join)fJoin, fMiterLimit, (SkPaint::Cap)fCap, fWidth); in getInflationRadius() 149 SkScalar SkStrokeRec::GetInflationRadius(SkPaint::Join join, SkScalar miterLimit, SkPaint::Cap cap, in GetInflationRadius()
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/ |
D | make_lotties_with_assets.go | 41 subDir := filepath.Join(*outputDir, newName) 47 outFile, err := os.Create(filepath.Join(subDir, "data.json")) 53 inputBytes, err := os.ReadFile(filepath.Join(*inputDir, inputJSON))
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_reflection_class.cc | 216 printer->Print("new pb::Extension[] { $extensions$ }, ", "extensions", Join(extensions, ", ")); in WriteDescriptor() 268 printer->Print("new[]{ \"$fields$\" }, ", "fields", Join(fields, "\", \"")); in WriteGeneratedCodeInfo() 281 printer->Print("new[]{ \"$oneofs$\" }, ", "oneofs", Join(oneofs, "\", \"")); in WriteGeneratedCodeInfo() 294 printer->Print("new[]{ typeof($enums$) }, ", "enums", Join(enums, "), typeof(")); in WriteGeneratedCodeInfo() 306 printer->Print("new pb::Extension[] { $extensions$ }, ", "extensions", Join(extensions, ", ")); in WriteGeneratedCodeInfo()
|
/third_party/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 176 content += strings.Join(blocks, " else ") 266 p := filepath.Join(parent, file) 328 …check = fmt.Sprintf("(%s && (%s%s))", std.StandardCheck, lineBreak, strings.Join(expr, " ||"+lineB… 332 content += fmt.Sprintf("if (%s) {\n", strings.Join(standardChecks, " ||\n"+SPACER+" ")) 376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent) 386 `, indent, strings.Join(checks, " ||\n"+indent+" "), indent, SPACER, indent)
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Paint.java | 70 public enum Join { enum in Paint 75 private Join(int nativeInt) { in Join() method in Paint.Join 80 public Paint setStrokeJoin(Join join) { in setStrokeJoin()
|
/third_party/skia/src/gpu/ops/ |
D | AALinearizingConvexPathRenderer.cpp | 93 SkPaint::Join join, in Make() 108 SkPaint::Join join, in AAFlatteningConvexPathOp() 327 SkPaint::Join fJoin; 375 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath() 404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath() 429 SkPaint::Join join = SkPaint::kMiter_Join; in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ |
D | main.go | 63 defPath := filepath.Join(projectRoot, defProjectRelPath) 96 tmplPath := filepath.Join(projectRoot, relTmplPath) 112 abspath := filepath.Join(filepath.Dir(tmplPath), relpath)
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveConditionalCrash3.ts | 40 type Join<K, P> = K extends string | number ? alias 51 T | Join<T, SplitWithAllPossibleCombinations<U, D>> 68 ? `${K}` | Join<`${K}`, KeysCanBeExpanded_<T[K], N, [1, ...Depth]>>
|
/third_party/skia/gm/ |
D | strokerect.cpp | 26 SkPaint::Join join, int doFill) { in draw_path() 77 constexpr SkPaint::Join gJoins[] = { in onDraw() 100 SkPaint::Join join = gJoins[i]; in onDraw()
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 53 type Join<T extends unknown[], D extends string> = alias 56 T extends [string | number | boolean | bigint, ...infer U] ? `${T[0]}${D}${Join<U, D>}` : 59 type TJ1 = Join<[1, 2, 3, 4], '.'> 60 type TJ2 = Join<['foo', 'bar', 'baz'], '-'>; 61 type TJ3 = Join<[], '.'>
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveConditionalCrash3.js | 41 type Join<K, P> = K extends string | number ? 52 T | Join<T, SplitWithAllPossibleCombinations<U, D>> 69 ? `${K}` | Join<`${K}`, KeysCanBeExpanded_<T[K], N, [1, ...Depth]>>
|