HomeSort by relevance Sort by last modified time
    Searched refs:target_os (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
possible_app.py 12 def __init__(self, app_type, target_os):
14 self._target_os = target_os
26 def target_os(self): member in class:PossibleApp
  /external/chromium-trace/catapult/third_party/vinn/bin/
update_v8 72 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):
96 if (curr_version['os'] == target_os and
100 def UpdateV8Binary(v8_version, target_os, target_arch):
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)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
possible_browser.py 14 def __init__(self, browser_type, target_os, supports_tab_control):
16 target_os=target_os)
browser_finder.py 172 if (browser.target_os == 'darwin' or browser.target_os.startswith('linux')
173 or browser.target_os.startswith('win')):
  /external/protobuf/
configure.ac 142 case "$target_os" in
configure 727 target_os
    [all...]
  /external/libyuv/files/
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/
setup_links.py 82 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/
desktop_browser_finder.py 28 target_os = sys.platform.lower()
30 browser_type, target_os, not is_content_shell)
  /external/libunwind/tests/
check-namespace.sh.in 10 os=@target_os@
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 267 global target_os
276 set target_family "$target_cpu_family-$target_vendor-$target_os"
  /external/fec/
configure 312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SO_NAME VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SH_LIB REBIND MLIBS ARCH_OPTION LIBOBJS LTLIBOBJS'
    [all...]
  /external/libvorbis/
configure 815 target_os
    [all...]
  /external/libpcap/
configure 676 target_os
    [all...]
  /external/netperf/
configure 655 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 734 target_os
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 696 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
configure 711 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
configure 685 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
configure 704 target_os
    [all...]
  /external/llvm/
configure 673 target_os
676 TARGET_OS
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure 701 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
configure 719 target_os
    [all...]
  /external/ImageMagick/
configure 1085 target_os
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
configure 724 target_os
    [all...]

Completed in 792 milliseconds

1 2