Lines Matching refs:android_branch
104 def download_build(host, build_number, android_branch, download_dir): argument
106 return download_file(host, build_number, android_branch, filename, download_dir)
109 def download_manifest(host, build_number, android_branch, download_dir): argument
111 return download_file(host, build_number, android_branch, filename, download_dir)
114 def download_file(host, build_number, android_branch, pkg_name, download_dir): argument
117 build_branch=android_branch,
140 def update_renderscript(host, build_number, android_branch, use_current_branch, download_dir, bug): argument
149 package = download_build(host, build_number, android_branch, download_dir)
150 manifest = download_manifest(host, build_number, android_branch, download_dir)
166 build_branch=android_branch,
187 update_renderscript(host, args.build_number, args.android_branch,