OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cri
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_platform_backend.py
13
self.
_cri
= cri
31
return self.
_cri
.RunCmdOnDevice(args)[0]
35
return self.
_cri
.RunCmdOnDevice(['cat', filename])[0]
/external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py
19
self.
_cri
= cros_interface.CrOSInterface(options.cros_remote,
26
cryptohomeJSON, _ = self.
_cri
.RunCmdOnDevice(['/usr/sbin/cryptohome',
61
chronos_fs = self.
_cri
.FilesystemMountedAt('/home/chronos/user')
66
home, _ = self.
_cri
.RunCmdOnDevice(['/usr/sbin/cryptohome-path',
68
self.assertEquals(self.
_cri
.FilesystemMountedAt(home.rstrip()),
72
self.assertEquals(self.
_cri
.FilesystemMountedAt('/home/chronos/user'),
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_browser_finder.py
25
self.
_cri
= cri
36
self.browser_type, self._options, self.
_cri
, self._is_guest)
38
cros_platform_backend.CrosPlatformBackend(self.
_cri
))
cros_browser_backend.py
27
self.
_cri
= cri
30
self._remote_debugging_port = self.
_cri
.GetRemotePort()
64
self.
_cri
.RunCmdOnDevice(
73
self.webpagereplay_remote_http_port = self.
_cri
.GetRemotePort()
74
self.webpagereplay_remote_https_port = self.
_cri
.GetRemotePort()
126
procs = self.
_cri
.ListProcesses()
160
return self.
_cri
.RunCmdOnDevice(['/usr/bin/crossystem', 'hwid'])[0]
163
return self.
_cri
.GetRemotePort()
181
self.
_cri
.RunCmdOnDevice(args)
183
if not self.
_cri
.local
[
all
...]
Completed in 193 milliseconds