HomeSort by relevance Sort by last modified time
    Searched refs:cmdline_file (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/build/android/pylib/
flag_changer.py 21 cmdline_file=constants.PACKAGE_INFO['chrome'].cmdline_file):
26 cmdline_file: Path to the command line file on the device.
29 self._cmdline_file = cmdline_file
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 21 def __init__(self, adb, activity, cmdline_file, package, pseudo_exec_name,
25 self.cmdline_file = cmdline_file
67 cmdline_file=ChromeBackendSettings._GetCommandLineFile(adb),
112 cmdline_file='/data/local/tmp/content-shell-command-line',
130 cmdline_file='/data/local/tmp/chromium-testshell-command-line',
148 cmdline_file='/data/local/tmp/webview-command-line',
245 if IsProtectedFile(self._backend_settings.cmdline_file):
251 self._backend_settings.cmdline_file) or [])
253 self._backend_settings.cmdline_file, file_contents
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 80 cmdline_file = [a.cmdline_file for a in constants.PACKAGE_INFO.itervalues()
82 assert len(cmdline_file) < 2, 'Multiple packages have the same test package'
83 if len(cmdline_file) and cmdline_file[0]:
84 self.flags = flag_changer.FlagChanger(self.adb, cmdline_file[0])
  /external/chromium_org/tools/android/
mempressure.py 90 flags = flag_changer.FlagChanger(adb, package_info.cmdline_file)
  /external/chromium_org/build/android/pylib/gtest/
test_package_apk.py 48 self._package_info.cmdline_file)
  /external/valgrind/main/coregrind/
vgdb.c 2004 char cmdline_file[100]; local
    [all...]

Completed in 202 milliseconds