Home
last modified time | relevance | path

Searched defs:patchset (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/m133/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/third_party/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/third_party/skia/m133/infra/wasm-common/gold/
Dwasm_gold_aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/third_party/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/third_party/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go130 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
/third_party/skia/m133/infra/bots/task_drivers/g3_canary/
Dg3_canary.go138 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
/third_party/skia/m133/infra/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
/third_party/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
/third_party/googletest/googletest/scripts/
Dupload.py676 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, argument
1196 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): argument
/third_party/skia/m133/tools/testrunners/benchmark/
DBazelBenchmarkTestRunner.cpp229 void addChangelistInfo(std::string issue, std::string patchset) { in addChangelistInfo()