Home
last modified time | relevance | path

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

/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go138 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
/external/cronet/build/skia_gold_common/
Dskia_gold_properties.py94 def patchset(self) -> Optional[int]: member in SkiaGoldProperties
/external/angle/build/skia_gold_common/
Dskia_gold_properties.py94 def patchset(self) -> Optional[int]: member in SkiaGoldProperties
/external/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
/external/skia/tools/testrunners/benchmark/
DBazelBenchmarkTestRunner.cpp229 void addChangelistInfo(std::string issue, std::string patchset) { in addChangelistInfo()
/external/rust/crates/rusqlite/src/
Dsession.rs137 pub fn patchset(&mut self) -> Result<Changeset> { in patchset() method