OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cros_interface
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_browser_finder.py
12
from telemetry.core.chrome import
cros_interface
namespace
47
if
cros_interface
.IsRunningOnCrosDevice():
54
return (
cros_interface
.IsRunningOnCrosDevice() or
56
cros_interface
.HasSSH())
60
if
cros_interface
.IsRunningOnCrosDevice():
62
cros_interface
.CrOSInterface(),
65
cros_interface
.CrOSInterface(),
72
if not
cros_interface
.HasSSH():
75
cri =
cros_interface
.CrOSInterface(options.cros_remote,
81
except
cros_interface
.LoginException, ex
[
all
...]
cros_interface_unittest.py
14
from telemetry.core.chrome import
cros_interface
namespace
22
cri =
cros_interface
.CrOSInterface(
33
cri =
cros_interface
.CrOSInterface(
44
cri =
cros_interface
.CrOSInterface()
52
cri =
cros_interface
.CrOSInterface(
61
cri =
cros_interface
.CrOSInterface(
71
cri =
cros_interface
.CrOSInterface(
80
cri =
cros_interface
.CrOSInterface()
86
cri =
cros_interface
.CrOSInterface(
122
cri =
cros_interface
.CrOSInterface
[
all
...]
desktop_browser_finder.py
18
from telemetry.core.chrome import
cros_interface
namespace
103
return not
cros_interface
.IsRunningOnCrosDevice()
/external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py
12
from telemetry.core.chrome import
cros_interface
namespace
19
self._cri =
cros_interface
.CrOSInterface(options.cros_remote,
Completed in 240 milliseconds