Home
last modified time | relevance | path

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

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