Searched defs:HostConfig (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
H A Dhost_config.h50 // HostConfig interace provides read-only access to host configuration.
51 class HostConfig { class in namespace:remoting
53 HostConfig() {} function in class:remoting::HostConfig
54 virtual ~HostConfig() {}
61 DISALLOW_COPY_AND_ASSIGN(HostConfig);
64 // MutableHostConfig extends HostConfig for mutability.
65 class MutableHostConfig : public HostConfig {
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py27 HostConfig = collections.namedtuple( variable
28 'HostConfig',
133 HostConfig('build/android/buildbot/bb_host_steps.py', steps, extra_args,

Completed in 112 milliseconds