Searched refs:githash (Results 1 – 7 of 7) sorted by relevance
/external/toolchain-utils/ |
D | test_toolchains.py | 27 def __init__(self, githash): argument 28 self.githash = githash 150 'GCC_GITHASH': config.gcc_config.githash, 288 label = self._BuildLabelName(config.gcc_config.githash) 352 for githash in options.githashes.split(','): 353 gcc_config = GCCConfig(githash=githash)
|
/external/skqp/tools/calmbench/ |
D | calmbench.py | 198 if args.githash: 199 command += ['--githash', args.githash]
|
D | ab.py | 328 if args.githash: 329 output["gitHash"] = args.githash
|
/external/skia/tools/calmbench/ |
D | calmbench.py | 198 if args.githash: 199 command += ['--githash', args.githash]
|
D | ab.py | 328 if args.githash: 329 output["gitHash"] = args.githash
|
/external/skqp/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 295 def GetBenchDict(githash, tree_root): argument 296 dic = {'gitHash': githash, 811 DumpCompactTree(symbols, symbol_path_origin_dir, opts.githash,
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 295 def GetBenchDict(githash, tree_root): argument 296 dic = {'gitHash': githash, 811 DumpCompactTree(symbols, symbol_path_origin_dir, opts.githash,
|