Home
last modified time | relevance | path

Searched refs:target_os (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/tools/cr/cr/base/
Dandroid.py109 target_os = cr.context.gclient.get('target_os', [])
110 if 'android' in target_os:
122 target_os.append('android')
123 cr.context.gclient['target_os'] = target_os
/external/chromium_org/tools/telemetry/telemetry/core/
Dpossible_browser.py13 def __init__(self, browser_type, target_os, finder_options, argument
16 self._target_os = target_os
34 def target_os(self): member in PossibleBrowser
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_desktop_browser_finder.py30 target_os = sys.platform.lower()
31 super(PossibleWebDriverBrowser, self).__init__(browser_type, target_os,
/external/libunwind/
Dconfigure.ac140 AC_MSG_RESULT([$target_os])
156 AM_CONDITIONAL(OS_LINUX, expr x$target_os : xlinux >/dev/null)
157 AM_CONDITIONAL(OS_HPUX, expr x$target_os : xhpux >/dev/null)
158 AM_CONDITIONAL(OS_FREEBSD, expr x$target_os : xfreebsd >/dev/null)
159 AM_CONDITIONAL(OS_QNX, expr x$target_os : xnto-qnx >/dev/null)
370 AC_SUBST(target_os) subst
/external/chromium_org/third_party/skia/platform_tools/android/
Dgclient.config10 target_os = ["android"]
/external/skia/platform_tools/android/
Dgclient.config10 target_os = ["android"]
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
Dtrybot_browser_finder.py28 target_os = browser_type.split('-')[1]
31 super(PossibleTrybotBrowser, self).__init__(browser_type, target_os,
/external/chromium_org/tools/gn/
Dsettings.h67 TargetOS target_os() const { return target_os_; } in target_os() function
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Ddesktop_browser_finder.py23 target_os = sys.platform.lower()
24 super(PossibleDesktopBrowser, self).__init__(browser_type, target_os,
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
DREADME7 target_os = ['android']
/external/chromium_org/third_party/webrtc/examples/android/media_demo/
DREADME8 target_os = ['android']
/external/libvorbis/m4/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/uncoupled/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/coupled/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/floor/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/modes/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/doc/vorbisenc/
DMakefile.in193 target_os = @target_os@
/external/libcap-ng/libcap-ng-0.7/m4/
DMakefile.in229 target_os = @target_os@
/external/chromium_org/tools/telemetry/telemetry/
Dbenchmark.py121 found_browser.target_os)
/external/libvorbis/include/vorbis/
DMakefile.in196 target_os = @target_os@
/external/libcap-ng/libcap-ng-0.7/docs/
DMakefile.in229 target_os = @target_os@
/external/libvorbis/doc/vorbisfile/
DMakefile.in193 target_os = @target_os@
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
DMakefile.in202 target_os = @target_os@
/external/libvorbis/lib/books/
DMakefile.in195 target_os = @target_os@
/external/libvorbis/test/
DMakefile.in201 target_os = @target_os@

12