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

  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 44 cmdline_file = constants.PACKAGE_INFO[test_options.package].cmdline_file
46 if cmdline_file:
47 self.flags = flag_changer.FlagChanger(self.device, cmdline_file)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 23 def __init__(self, adb, activity, cmdline_file, package, pseudo_exec_name,
27 self.cmdline_file = cmdline_file
70 cmdline_file=ChromeBackendSettings._GetCommandLineFile(adb),
113 cmdline_file='/data/local/tmp/content-shell-command-line',
131 cmdline_file='/data/local/tmp/chrome-shell-command-line',
149 cmdline_file='/data/local/tmp/webview-command-line',
257 if IsProtectedFile(self._backend_settings.cmdline_file):
264 self._backend_settings.cmdline_file)
267 self._backend_settings.cmdline_file, file_contents
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 81 cmdline_file = [a.cmdline_file for a in constants.PACKAGE_INFO.itervalues()
83 assert len(cmdline_file) < 2, 'Multiple packages have the same test package'
84 if len(cmdline_file) and cmdline_file[0]:
85 self.flags = flag_changer.FlagChanger(self.device, cmdline_file[0])
  /external/chromium_org/build/android/pylib/
flag_changer.py 21 def __init__(self, device, cmdline_file):
26 cmdline_file: Path to the command line file on the device.
32 self._cmdline_file = cmdline_file
  /external/chromium_org/tools/android/
mempressure.py 97 flags = flag_changer.FlagChanger(device, 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 1050 char cmdline_file[100]; local
    [all...]

Completed in 354 milliseconds