Searched refs:compiler (Results 1 – 7 of 7) sorted by relevance
/toolchain/benchmark/ |
D | build_bench.py | 103 def set_compiler(compiler): argument 107 if compiler: 109 if not os.path.isdir(compiler): 111 'Directory %s does not exist!', compiler) 112 raise OSError('Directory %s not exist.' % compiler) 118 compiler_content = os.path.join(compiler, '.') 131 logging.info('Prebuilt Compiler set as %s.', os.path.abspath(compiler)) 134 def set_compiler_env(bench, compiler, build_os, llvm_prebuilts_version, cflags, argument 141 if not compiler: 145 set_compiler(compiler) [all …]
|
D | run.py | 221 def check_count(compiler, llvm_version, build_os, cflags, ldflags): argument 225 count = max(len(compiler), len(llvm_version)) 248 def build_bench(setting_no, bench, compiler, llvm_version, build_os, cflags, argument 252 if compiler: 253 build_cmd.append('-c=' + compiler[setting_no]) 401 compiler = arguments.compiler_dir 435 compiler = [test_config.get(section, 'compiler')] 449 build_bench(0, bench, compiler, llvm_version, 468 setting_count = check_count(compiler, llvm_version, build_os, 475 build_bench(setting_no, bench, compiler, llvm_version,
|
D | test_config | 7 compiler = 16 compiler = 25 compiler = 34 compiler = 43 compiler = 52 compiler =
|
D | Dex2oat_flags_aosp.diff | 1 diff --git a/compiler/Android.bp b/compiler/Android.bp 3 --- a/compiler/Android.bp 4 +++ b/compiler/Android.bp
|
D | Dex2oat_flags_internal.diff | 1 diff --git a/compiler/Android.bp b/compiler/Android.bp 3 --- a/compiler/Android.bp 4 +++ b/compiler/Android.bp
|
D | autotest.diff | 144 + bench_dir = os.path.join(out_dir, 'system/lib/libart-compiler.so') 145 + bench_dir_DUT = '/system/lib/libart-compiler.so' 146 + bench64_dir = os.path.join(out_dir, 'system/lib64/libart-compiler.so') 147 + bench64_dir_DUT = '/system/lib64/libart-compiler.so' 149 + # Push libart-compiler.so to the device
|
D | panorama.diff | 541 +# are normally passed to the compiler using the -I flag. 1304 +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 1305 +# the HTML help compiler on the generated index.hhp. 21010 +# are normally passed to the compiler using the -I flag. 21773 +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 21774 +# the HTML help compiler on the generated index.hhp.
|