• Home
  • Raw
  • Download

Lines Matching refs:substitutions

108 config.substitutions.append(
120 config.substitutions.append( ('%run_nomprotect',
123 config.substitutions.append( ('%run_nomprotect', '%run') )
139 config.substitutions.append( ('%run', emulator) )
140 config.substitutions.append( ('%env ', "env ") )
144 config.substitutions.append( ('%device_rm', 'echo ') )
185 config.substitutions.append(('%run', run_wrapper))
186 config.substitutions.append(('%env ', env_wrapper + " "))
189 config.substitutions.append(('%device_rm', '{} rm '.format(run_wrapper)))
206 config.substitutions.append( ('%run', "") )
207 config.substitutions.append( ('%env ', "env ") )
209 config.substitutions.append( ('%run', "") )
210 config.substitutions.append( ('%env ', "env ") )
212 config.substitutions.append( ('%device_rm', 'echo ') )
216 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
219 config.substitutions.append( ('%arch', (config.host_arch)))
230 config.substitutions.append( ("%expect_crash ", config.expect_crash) )
270 config.substitutions.append( ('%darwin_min_target_with_tls_support', '%min_macos_deployment_target=…
332 …config.substitutions.append( ('%%min_macos_deployment_target=%s.%s' % vers, '{}={}.{}'.format(flag…
335 config.substitutions.append( ('%%min_macos_deployment_target=%s.%s' % vers, '') )
347 config.substitutions.append( ('%device_rundir', "/data/local/tmp/Output") )
348 …config.substitutions.append( ('%push_to_device', "%s -s '%s' push " % (adb, env['ANDROID_SERIAL'])…
349 …config.substitutions.append( ('%pull_from_device', "%s -s '%s' pull " % (adb, env['ANDROID_SERIAL'…
350 …config.substitutions.append( ('%adb_shell ', "%s -s '%s' shell " % (adb, env['ANDROID_SERIAL']) ) )
351 …config.substitutions.append( ('%device_rm', "%s -s '%s' shell 'rm ' " % (adb, env['ANDROID_SERIAL'…
376 config.substitutions.append( ('%device_rundir', "") )
377 config.substitutions.append( ('%push_to_device', "echo ") )
378 config.substitutions.append( ('%pull_from_device', "echo ") )
379 config.substitutions.append( ('%adb_shell', "echo ") )
399 config.substitutions.append( ("%sancovcc ", sancovcc_path) )
504 …config.substitutions.append( ("%ld_flags_rpath_exe" + postfix, '-Wl,-rpath,@executable_path/ %dyna…
505 …config.substitutions.append( ("%ld_flags_rpath_so" + postfix, '-install_name @rpath/`basename %dyn…
507 …config.substitutions.append( ("%ld_flags_rpath_exe" + postfix, "-Wl,-z,origin -Wl,-rpath,\$ORIGIN …
508 config.substitutions.append( ("%ld_flags_rpath_so" + postfix, '') )
510 …config.substitutions.append( ("%ld_flags_rpath_exe" + postfix, "-Wl,-rpath,\$ORIGIN -L%T -l%xdynam…
511 config.substitutions.append( ("%ld_flags_rpath_so" + postfix, '') )
513 …config.substitutions.append( ("%ld_flags_rpath_exe" + postfix, "-Wl,-R\$ORIGIN -L%T -l%xdynamiclib…
514 config.substitutions.append( ("%ld_flags_rpath_so" + postfix, '') )
517 config.substitutions.append( ("%dynamiclib" + postfix, '%T/%xdynamiclib_filename' + postfix) )
518 …config.substitutions.append( ("%xdynamiclib_filename" + postfix, 'lib%xdynamiclib_namespec{}.so'.f…
519 config.substitutions.append( ("%xdynamiclib_namespec", '%basename_t.dynamic') )
525 …config.substitutions.append( ("%linux_static_libstdcplusplus", "-stdlib=libstdc++ -static-libstdc+…
527 config.substitutions.append( ("%linux_static_libstdcplusplus", "") )