/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, 184 def commit(branch, build, version): argument 191 version=version, branch=branch, build=build) 195 def run(vndk_version, branch, build_id, local, use_current_branch, remote, argument [all …]
|
D | multi_update.py | 37 branch = VNDK_SNAPSHOT_SOURCE_BRANCHES[version] 38 bid = utils.get_latest_vndk_bid(branch) 40 update.run(version, branch, bid, None, args.use_current_branch,
|
D | utils.py | 157 def fetch_artifact(branch, build, pattern, destination='.'): argument 168 fetch_artifact_path, '--branch', branch, '--target=vndk', '--bid', 174 def get_latest_vndk_bid(branch): argument 186 ab_tool_path, 'lkgb', '--branch', branch, '--target', 'vndk'
|
D | check_gpl_license.py | 292 file=manifest_pattern, branch=args.branch, build=args.build)) 293 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/multitree/ |
D | find_build_id.py | 29 … def __init__(self, branch="aosp-master", target="aosp_cf_x86_64_phone-userdebug", batch_size=100): argument 36 self.branch = branch 63 self.branch, self.batch_size) 102 bif = BuildIdFinder(branch=sys.argv[1], target=sys.argv[2]) 119 (best_bids, bif.target, bif.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/gsi/build_with_kernel/ |
D | download_kernels_prebults.sh | 29 local branch=$1 34 local bid_file="${WD}/prebuilts/build-artifacts3/aosp_kernel-common-${branch}/${target}/bid"
|
D | fetch_kernel.sh | 29 ${FETCH} --branch aosp_kernel-common-${version} --target ${target} --latest
|
/development/tools/repo_pull/ |
D | README.md | 43 [-b local-topic-branch] \ 65 * `branch:name` 76 * `-b` or `--branch` specifies the local branch name that will be passed to 115 -b my-local-topic-branch 123 -b my-local-topic-branch
|
D | repo_pull.py | 93 self.branch = change_list['branch'] 294 change.project, change.branch, change.project) 316 cwd = project_dirs.find_directory(change.project, change.branch) 435 if not args.branch and not args.current_branch and not _confirm( 439 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 | 128 def repo_sync_specific_release(url, branch, tag, workspace, ignore_error): argument 136 repo_init(url, branch, workspace)
|
/development/vendor_snapshot/ |
D | update.py | 779 def fetch_artifact(branch, build, target, pattern, destination): argument 791 fetch_artifact_path, '--branch', branch, '--target', target, '--bid', 796 def install_artifacts(image, branch, build, target, local_dir, symlink, argument 824 if branch and build and target: 830 branch=branch, 833 fetch_artifact(branch, build, target, artifact_pattern, tmpdir) 966 if args.build or args.branch or args.target: 975 if not (args.build and args.branch and args.target): 1008 branch=args.branch,
|
/development/vndk/tools/header-checker/ |
D | README.md | 227 `_ZTI3bar` in `libfoo`. If the API level of this branch has been finalized
|
/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…
|