Searched defs:support_binaries (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddesktop_platform_backend.py9 from telemetry.util import support_binaries namespace
20 flush_command = support_binaries.FindPath('clear_system_cache',
H A Dlinux_platform_backend.py16 from telemetry.util import support_binaries namespace
124 ipfw_bin = support_binaries.FindPath('ipfw', self.GetOSName())
125 ipfw_mod = support_binaries.FindPath('ipfw_mod.ko', self.GetOSName())
151 bin_path = support_binaries.FindPath(bin_name, self.GetOSName())
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_prebuilt_profiler_helper.py11 from telemetry.util import support_binaries namespace
22 host_path = support_binaries.FindPath(profiler_binary, 'android')
H A Doomkiller_profiler.py10 from telemetry.util import support_binaries namespace
35 mem_consumer_path = support_binaries.FindPath(
H A Dandroid_profiling_helper.py18 from telemetry.util import support_binaries namespace
108 perfhost_path = support_binaries.FindPath(GetPerfhostName(), 'linux')
H A Dperf_profiler.py19 from telemetry.util import support_binaries namespace
61 return support_binaries.FindPath(perfhost_name, 'linux')
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dsupport_binaries_unittest.py10 from telemetry.util import support_binaries namespace
16 md5sum_path = support_binaries.FindPath('md5sum_bin_host', 'linux')
/external/chromium_org/tools/profile_chrome/
H A Dperf_controller.py25 from telemetry.util import support_binaries namespace
28 support_binaries = None variable
167 perfhost_path = support_binaries.FindPath(
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dadb_commands.py15 from telemetry.util import support_binaries namespace
111 return all([support_binaries.FindLocallyBuiltPath(t) for t in device_tools])
116 locally_built_path = support_binaries.FindLocallyBuiltPath(t)
127 prebuilt_path = support_binaries.FindPath(executable, platform_name)
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_desktop_browser_finder.py15 from telemetry.util import support_binaries namespace
80 ie_driver_exe = support_binaries.FindPath(
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_backend.py21 from telemetry.util import support_binaries namespace
103 support_binaries.FindPath('crash_service', os_name),
256 stackwalk = support_binaries.FindPath('minidump_stackwalk', os_name)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py19 from telemetry.util import support_binaries namespace
125 binary = support_binaries.FindPath(

Completed in 319 milliseconds