Home
last modified time | relevance | path

Searched refs:remote_device_environment (Results 1 – 3 of 3) sorted by relevance

/external/v8/build/android/pylib/base/
Denvironment_factory.py8 from pylib.remote.device import remote_device_environment
10 remote_device_environment = None variable
18 if args.environment == 'remote_device' and remote_device_environment:
19 return remote_device_environment.RemoteDeviceEnvironment(args,
Dtest_run_factory.py13 from pylib.remote.device import remote_device_environment
18 remote_device_environment = None variable
33 if (remote_device_environment
34 and isinstance(env, remote_device_environment.RemoteDeviceEnvironment)):
/external/v8/build/android/
Dtest_runner.pydeps117 pylib/remote/device/remote_device_environment.py