HomeSort by relevance Sort by last modified time
    Searched refs:skps (Results 1 - 15 of 15) sorted by null

  /external/skia/bin/
fetch-skps 3 # Copies the latest bot-generated SKP set to ./skps.
9 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
  /external/skia/tools/skpbench/
_os_path.py 15 def find_skps(skps):
17 for skp in skps:
_adb_path.py 22 def find_skps(skps):
24 for x in skps]
  /external/skia/tools/
ok_srcs.cpp 64 std::vector<std::string> skps; member in struct:SKPStream
68 stream.dir = options("dir", "skps");
71 stream.skps.push_back(path.c_str());
104 if (skps.empty()) {
109 src.path = skps.back();
110 skps.pop_back();
dump_record.cpp 19 DEFINE_string2(skps, r, "", ".SKPs to dump.");
get_images_from_skps.cpp 26 DEFINE_string2(skps, s, "skps", "A path to a directory of skps.");
148 "Usage: get_images_from_skps -s <dir of skps> -o <dir for output images> --testDecode "
  /external/skia/tools/flags/
SkCommonFlags.h 27 DECLARE_string(skps); variable
SkCommonFlags.cpp 50 DEFINE_string(skps, "skps", "Directory to read skps from.");
  /external/skia/tools/skiaserve/tester/
tester.py 90 parser.add_argument('--skp_dir', default='skps', type=str)
105 skps = []
108 skps.append(skp)
112 for skp_name in skps:
  /external/skia/infra/bots/recipe_modules/flavor/
api.py 110 self.install(skps=True, images=True, svgs=True, resources=True)
112 def install(self, skps=False, images=False, svgs=False, resources=False):
122 if skps:
181 """Download and copy the SKPs if needed."""
  /external/skia/infra/bots/recipe_modules/skpbench/
api.py 39 api.path.join(api.vars.android_data_dir, 'skps'),
85 self.m.flavor.install(skps=True)
  /external/skia/tools/lua/
bbh_filter.lua 139 "\n-- ================== skps with calling unpopular commands.", 10)
142 "\n-- ================== skps with the most calls.", 50)
  /external/skia/infra/bots/recipe_modules/perf/
api.py 27 args.extend(['--skps', 'ignore_skps'])
190 '--skps', api.flavor.device_dirs.skp_dir,
283 self.m.flavor.install(resources=True, skps=True)
  /external/skia/tools/viewer/
Viewer.cpp 143 static DEFINE_string(skps, "/data/local/tmp/skia", "Directory to read skps from.");
146 static DEFINE_string(skps, "skps", "Directory to read skps from.");
479 // SKPs
    [all...]
  /external/skia/infra/bots/
gen_tasks.go 321 // ctSKPs generates a CT SKPs task. Returns the name of the last task in the
610 // so we do a subset of the skps.
628 // Skpbench only needs skps

Completed in 751 milliseconds