Searched refs:target_os (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dpossible_browser.py13 def __init__(self, browser_type, target_os, finder_options,
16 self._target_os = target_os
34 def target_os(self): member in class:PossibleBrowser
/external/chromium_org/tools/cr/cr/base/
H A Dandroid.py109 target_os = cr.context.gclient.get('target_os', [])
110 if 'android' in target_os:
117 print 'It can be made capable by adding android to the target_os list'
122 target_os.append('android')
123 cr.context.gclient['target_os'] = target_os
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_desktop_browser_finder.py30 target_os = sys.platform.lower()
31 super(PossibleWebDriverBrowser, self).__init__(browser_type, target_os,
/external/chromium_org/tools/gn/
H A Dsettings.h67 TargetOS target_os() const { return target_os_; } function in class:Settings
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_finder.py23 target_os = sys.platform.lower()
24 super(PossibleDesktopBrowser, self).__init__(browser_type, target_os,
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
H A Dtrybot_browser_finder.py28 target_os = browser_type.split('-')[1]
31 super(PossibleTrybotBrowser, self).__init__(browser_type, target_os,
/external/chromium_org/tools/telemetry/telemetry/
H A Dbenchmark.py121 found_browser.target_os)
/external/libunwind/tests/
H A Dcheck-namespace.sh.in10 os=@target_os@
/external/stressapptest/
H A Dconfigure649 target_os
2469 target_os=$*
2471 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
/external/libvorbis/
H A Dconfigure815 target_os
2121 target_os=$*
2123 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
14266 target_os!$target_os$ac_delim
/external/libpcap/
H A Dconfigure674 target_os
2432 target_os=$*
2434 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure696 target_os
2336 target_os=$*
2338 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
/external/llvm/
H A Dconfigure672 target_os
3911 target_os=$*
3913 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
20184 target_os!$target_os$ac_delim
/external/protobuf/
H A Dconfigure839 target_os
2724 target_os=$*
2726 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
/external/qemu-pc-bios/bochs/
H A Dconfigure819 target_os
2238 target_os=$*
2240 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2252 if test "$cross_compiling" = yes -o "$target_os" = "windows"; then
[all...]

Completed in 667 milliseconds