Searched refs:build (Results 1 – 7 of 7) sorted by relevance
/toolchain/pgo-profiles/scripts/ |
D | android_build_client.py | 50 self.client = apiclient.discovery.build( 57 def get_invocation_id(self, build, test_tag): argument 59 buildId=build, target=ANDROID_PGO_BUILD, attemptId='latest') 68 .format(test_tag, build, len(testResultWithTag), response)) 74 def get_test_artifact_name(self, build, test_tag, invocation_id): argument 77 buildId=build, 91 .format(invocation_id, test_tag, build, len(profile_zip), 97 def download_test_artifact(self, build, invocation_id, artifact_name, argument 101 buildId=build, 118 .format(artifact_name, invocation_id, build)) [all …]
|
D | update_profiles.py | 106 def extract_profiles(build, test_tag, build_client, output_dir): argument 107 pgo_zip = build_client.download_pgo_zip(build, test_tag, output_dir) 186 branch_name = 'update-profiles-' + args.build 201 extract_profiles(args.build, benchmark.apct_test_tag(), build_client, 220 'The profiles are from build {}.'.format(args.build), ''
|
/toolchain/pgo-profiles/ |
D | README.md | 35 - `BUILD_ID`: The build id from which to extract the PGO profiles. You should 37 - `YYYY-MM-DD`: The date of the build that the profiles come from (to keep it
|
/toolchain/benchmark/ |
D | synthmark.diff | 6 -# This file is intentionally empty, to prevent a platform build from descending further
|
D | Skia_flags_internal.diff | 4 # Since we are using mma to build and copy resources manually to device,
|
D | env_setting | 25 # Product_combo and product is the type of image you want to build.
|
D | panorama.diff | 3969 + build( 0, size-1, &lefte, &righte, rows ); 3975 +void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) 3995 + build( low, split, &ldo, &ldi, lowrows ); 3996 + build( split+1, high, &rdi, &rdo, (rows-lowrows) ); 4603 + void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows); 6584 + // Expand and subtract (build Laplacian)
|