Searched refs:branch (Results 1 – 13 of 13) sorted by relevance
/development/tools/repo_diff/service/repodiff/repositories/ |
D | source.go | 22 func (s source) getOrCreateURLBranchID(url, branch string) (int16, error) { 24 id, ok := cacheSingleton.Get(cacheKey(url, branch)) 28 val, err := s.getOrCreateURLBranchIDPersistence(url, branch) 32 cacheSingleton.Add(cacheKey(url, branch), val) 36 func (s source) getOrCreateURLBranchIDPersistence(url, branch string) (int16, error) { 37 id, err := s.getIDByURLBranch(url, branch) 41 s.insertIgnoreError(url, branch) 42 return s.getIDByURLBranch(url, branch) 45 func (s source) insertIgnoreError(url, branch string) { 50 branch [all …]
|
D | source_test.go | 36 branch := "p-fs-release" 39 id, err := sourceRepo.getOrCreateURLBranchID(url, branch) 43 idSecondFetch, err := sourceRepo.getOrCreateURLBranchID(url, branch) 51 branch := "p-fs-release" 54 id, _ := sourceRepo.getOrCreateURLBranchID(url, branch) 63 id, _ = sourceRepo.getOrCreateURLBranchID(url, branch) 70 branch := "p-fs-release" 73 id, _ := sourceRepo.getOrCreateURLBranchID(url, branch) 79 assert.Equal(t, branch, fetchedBranch, "Fetched branch should be equal") 86 branch := "p-fs-release" [all …]
|
/development/vndk/snapshot/ |
D | update.py | 42 branch=branch_name, dir=os.getcwd())) 59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument 75 if branch and build: 79 pattern=artifact_pattern, branch=branch, build=build)) 80 utils.fetch_artifact(branch, build, artifact_pattern) 84 file=manifest_pattern, branch=branch, build=build)) 85 utils.fetch_artifact(branch, build, manifest_pattern, 174 def commit(branch, build, version): argument 181 version=version, branch=branch, build=build) 225 if args.build or args.branch: [all …]
|
D | utils.py | 141 def fetch_artifact(branch, build, pattern, destination='.'): argument 152 fetch_artifact_path, '--branch', branch, '--target=vndk', '--bid',
|
D | check_gpl_license.py | 277 file=manifest_pattern, branch=args.branch, build=args.build)) 278 utils.fetch_artifact(args.branch, args.build, manifest_pattern,
|
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_03_26__22_36_44_upgrade.sql | 4 branch VARCHAR(255) NOT NULL, field 6 UNIQUE INDEX (url, branch)
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.lock | 41 branch = "master" 74 branch = "master" 83 branch = "master" 95 branch = "master"
|
D | Gopkg.toml | 15 # branch = "dev"
|
/development/tools/repo_pull/ |
D | README.md | 41 [-b local-topic-branch] \ 63 * `branch:name` 75 * `-b` or `--branch` specifies the local branch name that will be passed to 114 -b my-local-topic-branch 122 -b my-local-topic-branch
|
D | repo_pull.py | 447 if not args.branch and not _confirm( 451 return args.branch
|
/development/tools/repo_diff/ |
D | README.md | 20 --manifest-branch=android-8.0.0_r1 22 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8 28 --manifest-branch=android-8.0.0_r11 30 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8 76 which exist in one branch but not another. It does so by 81 However, there are many instances where a change in one branch 82 can have an equivalent in another branch without being a merge
|
D | repo_diff_android.py | 119 def repo_sync_specific_release(url, branch, tag, workspace, ignore_error): argument 127 repo_init(url, branch, workspace)
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 298 dynamics - n. the branch of mechanics concerned with the forces that cause motions of bodies 925 tactics - n. the branch of military science dealing with detailed maneuvers to achieve objectives s…
|