HomeSort by relevance Sort by last modified time
    Searched full:skps (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/infra/bots/recipe_modules/ct/examples/full.expected/
failed_gsutil.json 10 "[START_DIR]/skps/slave0"
25 "[START_DIR]/skps/slave0"
35 "gs://cluster-telemetry/swarming/skps/All/abc123/100/*.skp",
36 "gs://cluster-telemetry/swarming/skps/All/abc123/101/*.skp",
37 "gs://cluster-telemetry/swarming/skps/All/abc123/102/*.skp",
38 "gs://cluster-telemetry/swarming/skps/All/abc123/103/*.skp",
39 "gs://cluster-telemetry/swarming/skps/All/abc123/104/*.skp",
40 "gs://cluster-telemetry/swarming/skps/All/abc123/105/*.skp",
41 "gs://cluster-telemetry/swarming/skps/All/abc123/106/*.skp",
42 "gs://cluster-telemetry/swarming/skps/All/abc123/107/*.skp"
    [all...]
test.json 10 "[START_DIR]/skps/slave0"
25 "[START_DIR]/skps/slave0"
35 "gs://cluster-telemetry/swarming/skps/All/abc123/100/*.skp",
36 "gs://cluster-telemetry/swarming/skps/All/abc123/101/*.skp",
37 "gs://cluster-telemetry/swarming/skps/All/abc123/102/*.skp",
38 "gs://cluster-telemetry/swarming/skps/All/abc123/103/*.skp",
39 "gs://cluster-telemetry/swarming/skps/All/abc123/104/*.skp",
40 "gs://cluster-telemetry/swarming/skps/All/abc123/105/*.skp",
41 "gs://cluster-telemetry/swarming/skps/All/abc123/106/*.skp",
42 "gs://cluster-telemetry/swarming/skps/All/abc123/107/*.skp"
    [all...]
  /external/skqp/infra/bots/recipe_modules/ct/examples/full.expected/
failed_gsutil.json 10 "[START_DIR]/skps/slave0"
25 "[START_DIR]/skps/slave0"
35 "gs://cluster-telemetry/swarming/skps/All/abc123/100/*.skp",
36 "gs://cluster-telemetry/swarming/skps/All/abc123/101/*.skp",
37 "gs://cluster-telemetry/swarming/skps/All/abc123/102/*.skp",
38 "gs://cluster-telemetry/swarming/skps/All/abc123/103/*.skp",
39 "gs://cluster-telemetry/swarming/skps/All/abc123/104/*.skp",
40 "gs://cluster-telemetry/swarming/skps/All/abc123/105/*.skp",
41 "gs://cluster-telemetry/swarming/skps/All/abc123/106/*.skp",
42 "gs://cluster-telemetry/swarming/skps/All/abc123/107/*.skp"
    [all...]
test.json 10 "[START_DIR]/skps/slave0"
25 "[START_DIR]/skps/slave0"
35 "gs://cluster-telemetry/swarming/skps/All/abc123/100/*.skp",
36 "gs://cluster-telemetry/swarming/skps/All/abc123/101/*.skp",
37 "gs://cluster-telemetry/swarming/skps/All/abc123/102/*.skp",
38 "gs://cluster-telemetry/swarming/skps/All/abc123/103/*.skp",
39 "gs://cluster-telemetry/swarming/skps/All/abc123/104/*.skp",
40 "gs://cluster-telemetry/swarming/skps/All/abc123/105/*.skp",
41 "gs://cluster-telemetry/swarming/skps/All/abc123/106/*.skp",
42 "gs://cluster-telemetry/swarming/skps/All/abc123/107/*.skp"
    [all...]
  /external/skia/bin/
fetch-skps 3 # Copies the latest bot-generated SKP set to ./skps.
5 # https://sites.google.com/a/google.com/skia/key-resources/skps
11 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
  /external/skqp/bin/
fetch-skps 3 # Copies the latest bot-generated SKP set to ./skps.
5 # https://sites.google.com/a/google.com/skia/key-resources/skps
11 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
  /external/skia/infra/bots/recipe_modules/ct/
api.py 18 """Downloads SKPs corresponding to the specified page type, slave and build.
20 The SKPs are stored in Google Storage in the following dirs in CT_GS_BUCKET:
21 /swarming/skps/${page_type}/${skps_chromium_build}/{start_range..end_num}/
22 The SKPs are downloaded into subdirectories in the dest_dir.
28 skps_chromium_build: str. The build the SKPs were captured from.
29 dest_dir: path obj. The directory to download SKPs into.
31 num_skps: int. The total number of SKPs to download starting with
35 remote_dir = 'gs://%s/swarming/skps/%s/%s' % (
51 # Some subdirectories might have no SKPs in them.
  /external/skqp/infra/bots/recipe_modules/ct/
api.py 18 """Downloads SKPs corresponding to the specified page type, slave and build.
20 The SKPs are stored in Google Storage in the following dirs in CT_GS_BUCKET:
21 /swarming/skps/${page_type}/${skps_chromium_build}/{start_range..end_num}/
22 The SKPs are downloaded into subdirectories in the dest_dir.
28 skps_chromium_build: str. The build the SKPs were captured from.
29 dest_dir: path obj. The directory to download SKPs into.
31 num_skps: int. The total number of SKPs to download starting with
35 remote_dir = 'gs://%s/swarming/skps/%s/%s' % (
51 # Some subdirectories might have no SKPs in them.
  /external/skia/tools/lua/
paths_agg.lua 24 io.write("Number of SKPs total: ", skpsTotal, "\n")
25 io.write("Number of SKPs that draw paths: ", skpsWithPath, "\n")
26 io.write("Number of SKPs that draw SW paths: ", skpsWithSWPath, "\n")
40 io.write("Percentage of SKPs that draw paths: ", (100*(skpsWithPath / skpsTotal)), "\n")
41 io.write("Percentage of SKPs that draw SW paths: ", (100*(skpsWithSWPath / skpsTotal)), "\n")
  /external/skqp/tools/lua/
paths_agg.lua 24 io.write("Number of SKPs total: ", skpsTotal, "\n")
25 io.write("Number of SKPs that draw paths: ", skpsWithPath, "\n")
26 io.write("Number of SKPs that draw SW paths: ", skpsWithSWPath, "\n")
40 io.write("Percentage of SKPs that draw paths: ", (100*(skpsWithPath / skpsTotal)), "\n")
41 io.write("Percentage of SKPs that draw SW paths: ", (100*(skpsWithSWPath / skpsTotal)), "\n")
  /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/skqp/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/infra/bots/ct/blacklists/
README.md 4 Files in this directory are used by the [ct_skps.py](https://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs should be blacklisted.
  /external/skqp/infra/bots/ct/blacklists/
README.md 4 Files in this directory are used by the [ct_skps.py](https://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs should be blacklisted.
  /external/skia/infra/bots/recipes/
recreate_skps.py 38 'gs://skia-buildbots/artifacts/server/.gitcookies_update-skps')
66 # Capture the SKPs.
76 api.run(api.step, 'Recreate SKPs', cmd=cmd)
78 # Upload the SKPs.
90 api.run(api.step, 'Upload SKPs', cmd=cmd)
125 api.step_data('Upload SKPs', retcode=1)
  /external/skqp/infra/bots/recipes/
recreate_skps.py 38 'gs://skia-buildbots/artifacts/server/.gitcookies_update-skps')
66 # Capture the SKPs.
76 api.run(api.step, 'Recreate SKPs', cmd=cmd)
78 # Upload the SKPs.
90 api.run(api.step, 'Upload SKPs', cmd=cmd)
125 api.step_data('Upload SKPs', retcode=1)
  /external/skia/infra/bots/ct/
ct_skps.isolate 15 '../../../../skps/<(CHROMIUM_BUILD)/<(PAGE_TYPE)/<(NUM_SLAVES)/slave<(SLAVE_NUM)/',
run_ct_skps.py 28 help='The tool to run on the SKPs.')
48 REPOS_BASE_DIR, 'skps', args.chromium_build, args.page_type,
57 '--skps', skps_dir,
76 '--skps', skps_dir,
97 '--skps', skps_dir,
  /external/skia/infra/bots/recipe_modules/ct/examples/
full.py 15 api.path['start_dir'].join('skps'),
  /external/skqp/infra/bots/ct/
ct_skps.isolate 15 '../../../../skps/<(CHROMIUM_BUILD)/<(PAGE_TYPE)/<(NUM_SLAVES)/slave<(SLAVE_NUM)/',
  /external/skqp/infra/bots/recipe_modules/ct/examples/
full.py 15 api.path['start_dir'].join('skps'),
  /external/skia/tools/sk_app/android/
main_android.cpp 29 "--skps",
30 "/data/local/tmp/skps",
  /external/skqp/tools/sk_app/android/
main_android.cpp 29 "--skps",
30 "/data/local/tmp/skps",

Completed in 819 milliseconds

1 2 3 4 5 6 7 8 91011>>