/external/chromium-trace/catapult/third_party/vinn/bin/ |
D | update_v8 | 76 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/ |
D | possible_app.py | 12 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/ |
D | possible_browser.py | 14 def __init__(self, browser_type, target_os, supports_tab_control): argument 16 target_os=target_os)
|
D | browser_finder.py | 173 if (browser.target_os == 'darwin' or browser.target_os.startswith('linux') 174 or browser.target_os.startswith('win')):
|
/external/v8/build/config/ |
D | BUILDCONFIG.gn | 12 # 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 …]
|
D | chromecast_build.gni | 26 is_cast_desktop_build = is_chromecast && target_os == "linux" && 32 "Chromecast builds are not supported on $target_os")
|
D | arm.gni | 57 if (current_os == "android" || target_os == "android") { 76 if (current_os == "android" || target_os == "android") {
|
D | mips.gni | 34 if (current_os == "android" || target_os == "android") {
|
/external/v8/ |
D | snapshot_toolchain.gni | 40 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/ |
D | configure.ac | 140 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/ |
D | gclient.config | 10 target_os = ["android"]
|
/external/v8/build/args/ |
D | blimp_client.gn | 10 target_os = "android"
|
D | README.txt | 15 target_os = "android"
|
/external/tlsdate/m4/ |
D | ax_platform.m4 | 33 AC_DEFINE_UNQUOTED([TARGET_OS],["$target_os"], [OS of Target System]) 36 AS_CASE([$target_os],
|
/external/libyuv/files/ |
D | setup_links.py | 62 target_os = get_target_os_list() variable 63 if 'android' in target_os: 84 if 'ios' in target_os:
|
/external/webrtc/ |
D | setup_links.py | 82 target_os = get_target_os_list() variable 83 if 'android' in target_os: 105 if 'ios' in target_os:
|
/external/libyuv/files/docs/ |
D | getting_started.md | 32 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/ |
D | README | 12 target_os="android"
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | desktop_browser_finder.py | 28 target_os = sys.platform.lower() 30 browser_type, target_os, not is_content_shell)
|
/external/netperf/src/missing/m4/ |
D | Makefile.in | 146 target_os = @target_os@
|
/external/netperf/doc/examples/ |
D | Makefile.in | 146 target_os = @target_os@
|
/external/fec/ |
D | configure.in | 64 case $target_os in
|
/external/libvorbis/m4/ |
D | Makefile.in | 183 target_os = @target_os@
|
/external/libvorbis/lib/books/uncoupled/ |
D | Makefile.in | 183 target_os = @target_os@
|
/external/libvorbis/lib/books/floor/ |
D | Makefile.in | 183 target_os = @target_os@
|