Lines Matching refs:bench
65 def set_flags(bench, cflags, ldflags): argument
78 add_flags = config.bench_flags_dict[bench]
134 def set_compiler_env(bench, compiler, build_os, llvm_prebuilts_version, cflags, argument
147 set_flags(bench, cflags, ldflags)
166 def restore_makefile(bench): argument
167 pwd = os.path.join(config.android_home, config.bench_dict[bench])
175 def build_bench(bench, source_dir): argument
188 log_head = 'Log for building benchmark: %s\n' % (bench)
196 restore_makefile(bench)
200 bench, log_file)
207 bench = arguments.bench
215 source_dir = config.bench_dict[bench]
221 set_compiler_env(bench, compiler, build_os, llvm_version, cflags, ldflags)
223 build_bench(bench, source_dir)
227 restore_makefile(bench)