/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps_test.go | 56 skps, err := ioutil.TempDir("", "skps") 58 defer testutils.RemoveAll(t, skps) 60 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 077… 75 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath) 88 "--input_skp", filepath.Join(skps, "first_skp"), 97 skps, err := ioutil.TempDir("", "skps") 99 defer testutils.RemoveAll(t, skps) 101 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "desk_carsvg.skp"), []byte("doesnt matter"… 116 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath) 130 skps, err := ioutil.TempDir("", "skps") [all …]
|
/third_party/skia/infra/bots/recipes/ |
D | perf.py | 36 skps = api.properties.get('skps') == 'true' 42 skps=skps, 73 if skps:
|
D | test.py | 37 skps = api.properties.get('skps') == 'true' 44 skps=skps, 123 if skps:
|
/third_party/flutter/skia/tools/skpbench/ |
D | _os_path.py | 15 def find_skps(skps): argument 17 for skp in skps:
|
D | _adb_path.py | 22 def find_skps(skps): argument 26 for x in skps]
|
/third_party/skia/tools/skpbench/ |
D | _adb_path.py | 22 def find_skps(skps): argument 26 for x in skps]
|
D | _os_path.py | 15 def find_skps(skps): argument 17 for skpglob in skps:
|
/third_party/flutter/skia/tools/skiaserve/tester/ |
D | tester.py | 105 skps = [] 108 skps.append(skp) 112 for skp_name in skps:
|
/third_party/skia/tools/skiaserve/tester/ |
D | tester.py | 105 skps = [] 108 skps.append(skp) 112 for skp_name in skps:
|
/third_party/skia/infra/bots/task_drivers/fm_driver/ |
D | fm_driver.go | 38 skps = flag.String("skps", "", "Shorthand `directory` contents as 'skps'.") 153 "skp": walk(*skps, map[string]bool{"skp": true}), 442 skps := shorthands["skps"] 472 run(skps, F{"clipW": "1000", "clipH": "1000"})
|
/third_party/flutter/skia/bin/ |
D | fetch-skps | 11 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
|
/third_party/skia/bin/ |
D | fetch-skps | 17 ${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps
|
/third_party/flutter/skia/site/user/sample/ |
D | viewer.md | 23 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory for display within… 58 `/data/local/tmp/resources`; to load SKPs place them in `/data/local/tmp/skps`. 70 `skps` directory if also placed in the Skia directory.
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 60 api.flavor.install(skps=True, images=True, svgs=True, 63 api.flavor.install(skps=True, images=True, lotties=False,
|
/third_party/skia/site/docs/user/sample/ |
D | viewer.md | 28 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory 78 `/data/local/tmp/resources`; to load SKPs place them in `/data/local/tmp/skps`. 99 and will bundle an `skps` directory if also placed in the Skia directory.
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | perf_all_skps.sh | 19 for f in $HOME/skps/*.skp;
|
D | Makefile | 25 --input_skp ~/Downloads/skps/desk_nytimes.skp \
|
D | README.md | 12 sk asset download skps ~/Downloads/skps
|
/third_party/skia/site/docs/dev/testing/ |
D | testing.md | 58 Don't worry about the "skps: Couldn't read skps." messages either, you won't 71 (from `--skps`, which defaults to "skps"). You can control the types of sources
|
/third_party/flutter/skia/site/dev/testing/ |
D | testing.md | 53 Don't worry about the "skps: Couldn't read skps." messages either, you won't 65 files (from `--skps`, which defaults to "skps"). You can control the types of
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 118 def install(self, skps=False, images=False, lotties=False, svgs=False, argument 128 if skps:
|
/third_party/flutter/skia/ |
D | .gitigonre | 32 /skps
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | calmbench.py | 27 api.flavor.install(skps=True, svgs=True)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 108 def install(self, skps=False, images=False, lotties=False, svgs=False, argument 120 if skps:
|
/third_party/flutter/skia/tools/ |
D | dump_record.cpp | 20 static DEFINE_string2(skps, r, "", ".SKPs to dump.");
|