Searched refs:Downstream (Results 1 – 12 of 12) sorted by relevance
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | project.csv | 1 Date,Downstream Project,Upstream Project,Diff Status,Files Changed,Line Insertions,Line Deletions,L… 3 2018/03/02,device/google/cuttlefish_common,,Downstream Only Projects,0,0,0,0,0 5 2018/03/02,platform/system/libfmq,,Downstream Only Projects,0,0,0,0,0 13 2018/03/02,platform/packages/apps/StorageManager,,Downstream Only Projects,0,0,0,0,0 16 2018/03/02,platform/packages/apps/Car/LatinIME,,Downstream Only Projects,0,0,0,0,0 18 2018/03/02,platform/external/webview_support_interfaces,,Downstream Only Projects,0,0,0,0,0 20 2018/03/02,platform/system/iot/attestation,,Downstream Only Projects,0,0,0,0,0 24 2018/03/02,platform/packages/services/NetworkRecommendation,,Downstream Only Projects,0,0,0,0,0 31 2018/03/02,platform/external/lisa,,Downstream Only Projects,0,0,0,0,0 34 2018/03/02,platform/external/jline,,Downstream Only Projects,0,0,0,0,0 [all …]
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | common.go | 14 Downstream: e.Project{ 15 URL: protocolStrippedURL(target.Downstream.URL), 16 Branch: target.Downstream.Branch,
|
D | source.go | 115 target.Downstream.URL, 116 target.Downstream.Branch,
|
D | source_test.go | 112 Downstream: e.Project{
|
D | denormalizer_test.go | 22 Downstream: e.Project{
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | reporter.go | 26 …t report for (upstream) %s vs (downstream) %s\n", target.Upstream.Branch, target.Downstream.Branch) 68 target.Downstream.Branch,
|
D | differential.go | 41 …fmt.Printf("Processing differential from %s to %s\n", target.Upstream.Branch, target.Downstream.Br… 104 target.Downstream.URL, 106 target.Downstream.Branch, 195 Downstream: downstream,
|
/development/tools/repo_diff/service/repodiff/controllers/testdata/ |
D | commit.csv | 1 Date,Commit,Downstream Project,Author,Subject
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 14 Downstream Project `json:"downstream"` member 128 Downstream ManifestFile member
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | manifest_test.go | 23 Downstream: downstream,
|
D | manifest.go | 12 extractProjectNames(manifests.Downstream),
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 290 target.Downstream.URL, 291 target.Downstream.Branch,
|