Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/vinn/bin/
Dupdate_v876 target_os = PYTHON_SYSTEM_TO_CHROME_OS[platform.system()]
83 v8_version = GetV8Version(target_os, target_channel)
84 UpdateV8Binary(v8_version, target_os, target_arch)
85 UpdateReadmeFile(v8_version, target_os)
89 def GetV8Version(target_os, target_channel): argument
100 if (curr_version['os'] == target_os and
109 def UpdateV8Binary(v8_version, target_os, target_arch): argument
133 if target_os in ['linux', 'mac']:
138 d8_dst_dir = V8_DST_PATH.format(os=target_os, arch=target_arch)
141 if target_os == 'win':
[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.py173 if (browser.target_os == 'darwin' or browser.target_os.startswith('linux')
174 or browser.target_os.startswith('win')):
/external/v8/build/config/
DBUILDCONFIG.gn12 # Users typically only set the variables "target_os" and "target_cpu" in "gn
25 # - target_os, target_cpu, default_toolchain
37 if (target_os == "") {
38 target_os = host_os
42 if (target_os == "android") {
45 # This allows us to not have to specify both target_os and target_cpu
57 current_os = target_os
159 if (target_os != "linux") {
187 if (target_os == "android") {
195 } else if (target_os == "chromeos") {
[all …]
Dchromecast_build.gni26 is_cast_desktop_build = is_chromecast && target_os == "linux" &&
32 "Chromecast builds are not supported on $target_os")
Darm.gni57 if (current_os == "android" || target_os == "android") {
76 if (current_os == "android" || target_os == "android") {
Dmips.gni34 if (current_os == "android" || target_os == "android") {
/external/v8/
Dsnapshot_toolchain.gni40 if (target_os == "android" || is_clang) {
42 } else if (target_os == "chromeos") {
53 if (target_os == "android" || is_clang) {
55 } else if (target_os == "chromeos") {
66 } else if (host_os == "mac" && target_os == "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/v8/build/args/
Dblimp_client.gn10 target_os = "android"
DREADME.txt15 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/libyuv/files/
Dsetup_links.py62 target_os = get_target_os_list() variable
63 if 'android' in target_os:
84 if 'ios' in 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/libyuv/files/docs/
Dgetting_started.md32 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`
37 For Android add `;target_os=['android'];` to your Linux .gclient
50 target_os = ["android", "unix"];
107 Add to .gclient last line: `target_os=['ios'];`
136 Add to .gclient last line: `target_os=['android'];`
/external/chromium-webview/
DREADME12 target_os="android"
/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/netperf/src/missing/m4/
DMakefile.in146 target_os = @target_os@
/external/netperf/doc/examples/
DMakefile.in146 target_os = @target_os@
/external/fec/
Dconfigure.in64 case $target_os in
/external/libvorbis/m4/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/uncoupled/
DMakefile.in183 target_os = @target_os@
/external/libvorbis/lib/books/floor/
DMakefile.in183 target_os = @target_os@

123