Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/vinn/bin/
Dupdate_v872 target_os = PYTHON_SYSTEM_TO_CHROME_OS[platform.system()]
79 v8_version = GetV8Version(target_os, target_channel)
80 UpdateV8Binary(v8_version, target_os, target_arch)
81 UpdateReadmeFile(v8_version, target_os)
85 def GetV8Version(target_os, target_channel): argument
96 if (curr_version['os'] == target_os and
100 def UpdateV8Binary(v8_version, target_os, target_arch): argument
117 if target_os in ['linux', 'mac']:
122 d8_dst = V8_BINARY_PATH.format(os=target_os, arch=target_arch)
126 def UpdateReadmeFile(v8_version, target_os): argument
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
Dpossible_app.py12 def __init__(self, app_type, target_os): argument
14 self._target_os = target_os
26 def target_os(self): member in PossibleApp
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dpossible_browser.py14 def __init__(self, browser_type, target_os, supports_tab_control): argument
16 target_os=target_os)
Dbrowser_finder.py172 if (browser.target_os == 'darwin' or browser.target_os.startswith('linux')
173 or browser.target_os.startswith('win')):
/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/skia/platform_tools/android/
Dgclient.config10 target_os = ["android"]
/external/tlsdate/m4/
Dax_platform.m433 AC_DEFINE_UNQUOTED([TARGET_OS],["$target_os"], [OS of Target System])
36 AS_CASE([$target_os],
/external/webrtc/
Dsetup_links.py82 target_os = get_target_os_list() variable
83 if 'android' in target_os:
105 if 'ios' in target_os:
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Ddesktop_browser_finder.py28 target_os = sys.platform.lower()
30 browser_type, target_os, not is_content_shell)
/external/chromium-webview/
DREADME12 target_os="android"
/external/netperf/src/missing/m4/
DMakefile.in146 target_os = @target_os@
/external/netperf/doc/examples/
DMakefile.in146 target_os = @target_os@
/external/libvorbis/m4/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/floor/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/coupled/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/uncoupled/
DMakefile.in183 target_os = @target_os@
/external/fec/
Dconfigure.in64 case $target_os in
/external/libvorbis/lib/modes/
DMakefile.in183 target_os = @target_os@
/external/webrtc/talk/app/webrtc/objc/
DREADME8 target_os = ['ios', 'mac']
/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/libcap-ng/libcap-ng-0.7/docs/
DMakefile.in229 target_os = @target_os@
/external/libvorbis/doc/vorbisfile/
DMakefile.in193 target_os = @target_os@
/external/libvorbis/include/vorbis/
DMakefile.in196 target_os = @target_os@
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
DMakefile.in202 target_os = @target_os@

123