Searched refs:build (Results 1 – 5 of 5) sorted by relevance
/toolchain/pgo-profiles/scripts/ |
D | update_profiles.py | 105 def extract_profiles(benchmark, branch, build, output_dir): argument 111 profile_base = os.path.join(benchmark.x20_profile_location(), branch, build, 200 branch_name = 'update-profiles-' + args.build 213 extract_profiles(benchmark, args.branch, args.build, extract_dir) 227 'The profiles are from build {}.'.format(args.build), ''
|
/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)
|