HomeSort by relevance Sort by last modified time
    Searched refs:githash (Results 1 - 7 of 7) sorted by null

  /external/toolchain-utils/
test_toolchains.py 27 def __init__(self, githash):
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/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 15 -- Adds githash and total_size to the JSON data.
21 "githash": 123abc,
48 "gitHash": "123abc",
295 def GetBenchDict(githash, tree_root):
296 dic = {'gitHash': githash,
329 'githash': ha,
745 parser.add_option('--githash', default='latest',
811 DumpCompactTree(symbols, symbol_path_origin_dir, opts.githash,
  /external/skia/tools/calmbench/
calmbench.py 113 parser.add_argument('--githash', type=str, help=BHELP)
198 if args.githash:
199 command += ['--githash', args.githash]
ab.py 83 parser.add_argument('--githash', type=str, default="", help=BHELP)
328 if args.githash:
329 output["gitHash"] = args.githash
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 15 -- Adds githash and total_size to the JSON data.
21 "githash": 123abc,
48 "gitHash": "123abc",
295 def GetBenchDict(githash, tree_root):
296 dic = {'gitHash': githash,
329 'githash': ha,
745 parser.add_option('--githash', default='latest',
811 DumpCompactTree(symbols, symbol_path_origin_dir, opts.githash,
  /external/skqp/tools/calmbench/
calmbench.py 113 parser.add_argument('--githash', type=str, help=BHELP)
198 if args.githash:
199 command += ['--githash', args.githash]
ab.py 83 parser.add_argument('--githash', type=str, default="", help=BHELP)
328 if args.githash:
329 output["gitHash"] = args.githash

Completed in 193 milliseconds