Home
last modified time | relevance | path

Searched refs:skps (Results 1 – 20 of 20) sorted by relevance

/external/skia/tools/
Dok_srcs.cpp64 std::vector<std::string> skps; member
71 stream.skps.push_back(path.c_str()); in Create()
104 if (skps.empty()) { in next()
109 src.path = skps.back(); in next()
110 skps.pop_back(); in next()
Ddump_record.cpp19 DEFINE_string2(skps, r, "", ".SKPs to dump.");
Dget_images_from_skps.cpp26 DEFINE_string2(skps, s, "skps", "A path to a directory of skps.");
/external/skia/tools/skpbench/
D_os_path.py15 def find_skps(skps): argument
17 for skp in skps:
D_adb_path.py22 def find_skps(skps): argument
24 for x in skps]
Dskpbench.py233 def run_benchmarks(configs, skps, hardware, resultsfile=None): argument
236 for skp in skps
278 skps = _path.find_skps(FLAGS.skps)
301 run_benchmarks(configs, skps, hardware, resultsfile=resultsfile)
303 run_benchmarks(configs, skps, hardware)
/external/skia/tools/skiaserve/tester/
Dtester.py105 skps = []
108 skps.append(skp)
112 for skp_name in skps:
/external/skia/infra/bots/recipe_modules/flavor/
Dapi.py110 self.install(skps=True, images=True, svgs=True, resources=True)
112 def install(self, skps=False, images=False, svgs=False, resources=False): argument
122 if skps:
/external/skia/bin/
Dfetch-skps9 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
/external/skia/tools/flags/
DSkCommonFlags.h27 DECLARE_string(skps);
DSkCommonFlags.cpp50 DEFINE_string(skps, "skps", "Directory to read skps from.");
/external/skia/infra/bots/ct/
Dct_skps.isolate15 '../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/',
/external/skia/site/dev/testing/
Dtesting.md53 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
/external/skia/
D.gitignore31 /skps
Dpublic.bzl579 "~skps",
/external/skia/infra/bots/recipe_modules/skpbench/
Dapi.py85 self.m.flavor.install(skps=True)
/external/skia/site/user/sample/
Dviewer.md13 * Display and manipulate your own pictures - use `--skps <skp-file-path>` to load any `.skp` files …
/external/skia/infra/bots/recipe_modules/perf/
Dapi.py283 self.m.flavor.install(resources=True, skps=True)
/external/skia/site/user/
Dtips.md45 out/Release/dm --src skp --skps /tmp/layer_0.skp -w /tmp \
/external/skia/tools/viewer/
DViewer.cpp143 static DEFINE_string(skps, "/data/local/tmp/skia", "Directory to read skps from.");
146 static DEFINE_string(skps, "skps", "Directory to read skps from.");