HomeSort by relevance Sort by last modified time
    Searched defs:Host (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/remoting/webapp/
host.js 7 * The deserialized form of the chromoting host as returned by Apiary.
20 remoting.Host = function() {
38 * Determine whether a host needs to be manually updated. This is the case if
39 * the host's major version number is more than 1 lower than that of the web-
41 * and if the host is on-line (off-line hosts are not expected to auto-update).
43 * @param {remoting.Host} host The host information from the directory.
47 * @return {boolean} True if the host is on-line but out-of-date.
49 remoting.Host.needsUpdate = function(host, webappVersion)
    [all...]
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 21 class Host {
28 // Allows the handler to determine which app this host corresponds to.
33 virtual ~Host() {}
52 // Invoked by the shim host when the shim process is launched. The handler
55 virtual void OnShimLaunch(Host* host, AppShimLaunchType launch_type) = 0;
57 // Invoked by the shim host when the connection to the shim process is closed.
58 virtual void OnShimClose(Host* host) = 0;
60 // Invoked by the shim host when the shim process receives a focus event
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-test-ordering 35 from webkitpy.common.host import Host
45 host = Host()
46 stats_path = host.filesystem.join(host.port_factory.get().results_directory(), 'stats.json')
run-blink-websocketserver 37 from webkitpy.common.host import Host
99 host = Host()
101 port_obj = host.port_factory.get(port_name='chromium', options=options)
convert-test-expectations 7 from webkitpy.common.host import Host
10 host = Host() variable
11 port = host.port_factory.get(sys.argv[1])
13 contents = host.filesystem.read_text_file(filename)
print-json-test-results 7 from webkitpy.common.host import Host
27 host = Host()
38 txt = host.filesystem.read_text_file(host.filesystem.join(host.port_factory.get(options=options).results_directory(), 'full_results.json'))
print-layout-test-times 7 from webkitpy.common.host import Host
28 host = Host()
32 times_ms_path = host.filesystem.join(host.port_factory.get().results_directory(), 'times_ms.json')
run-blink-httpd 44 from webkitpy.common.host import Host
59 host = Host()
61 port_obj = host.port_factory.get(port_name='chromium', options=options)
  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h 24 class Host {
26 virtual ~Host() {}
37 }; // class Host
42 void SetHost(Host* host);
75 // Sets up our state to show or hide and calls Host::UpdateLayout to cause a
83 // Manage a timer that repeatedly calls Host::UpdateLayout
88 Host* host_;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations.py 34 from webkitpy.common.host import Host
49 def lint(host, options, logging_stream):
60 ports_to_lint = [host.port_factory.get(name) for name in host.port_factory.all_port_names(options.platform)]
102 host = MockHost()
104 host = Host()
107 exit_status = lint(host, options, stderr)
run_webkit_tests.py 38 from webkitpy.common.host import Host
64 host = MockHost()
66 host = Host()
70 return lint(host, options, stderr)
73 port = host.port_factory.get(options.platform, options)
309 additional_platform_directories.append(port.host.filesystem.abspath(path))
324 filesystem = port.host.filesystem
layout_tests_mover.py 53 from webkitpy.common.host import Host
71 host = Host()
74 self._port = host.port_factory.get()
75 self._port.host.initialize_scm()
76 self._filesystem = self._port.host.filesystem
77 self._scm = self._port.host.scm()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 38 from webkitpy.common.host import Host
50 def __init__(self, file_path, handle_style_error, host=None):
55 # FIXME: host should be a required parameter, not an optional one.
56 host = host or Host()
57 host.initialize_scm()
59 self._port_obj = host.port_factory.get()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 31 from webkitpy.common.host import Host
126 host = Host()
127 host.initialize_scm()
143 paths = change_directory(host.filesystem, checkout_root=host.scm().checkout_root, paths=paths)
146 file_reader = TextFileReader(host.filesystem, style_processor)
152 patch = host.scm().create_patch(options.git_commit, changed_files=changed_files)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
main.py 37 from webkitpy.common.host import Host
42 class WebKitPatch(MultiCommandTool, Host):
52 Host.__init__(self)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 33 from webkitpy.common.host import Host
45 self.host = Host()
46 self.filesystem = self.host.filesystem
test_converter.py 33 from webkitpy.common.host import Host
44 self._host = Host()
test_importer.py 85 # FIXME: Change this file to use the Host abstractions rather that os, sys, shutils, etc.
95 from webkitpy.common.host import Host
139 test_importer = TestImporter(Host(), import_dir, repo_dir, options)
176 def __init__(self, host, source_directory, repo_dir, options):
177 self.host = host
181 self.filesystem = self.host.filesystem
202 self.changeset = self.host.executive.run_command(['hg', 'tip']).split('changeset:')[1]
  /external/chromium_org/remoting/tools/
hostdir.py 28 class Host:
65 def add_host(self, host):
67 { 'hostId': host.host_id,
68 'hostName': host.host_name,
69 'publicKey': host.public_key,
72 if host.jabber_id:
73 host_json['data']['jabberId'] = host.jabber_id
91 results.append(Host(item))
106 " Register host: \t%(cmd)s insert --hostId=<hostId>" +
110 " Delete a host: \t%(cmd)s delete <host_id>\n"
    [all...]
me2me_virtual_host.py 8 # session, and Host process.
47 HOST_BINARY_NAME = "chrome-remote-desktop-host"
155 class Host:
156 """This manages the configuration for a host."""
247 # symbols of the host hash.
356 # The remoting host expects the server to use "evdev" keycodes, but Xvfb
420 # Start remoting host
421 args = [locate_executable(HOST_BINARY_NAME), "--host-config=-"]
427 # Have the host process use SIGUSR1 to signal a successful start.
430 logging.info("Host ready to receive connections."
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 46 class Host(SystemHost):
60 # so for now we just pass along the whole Host object.
61 # FIXME: PortFactory doesn't belong on this Host object if Port is going to have a Host (circular dependency).
66 # We call this from the Host constructor, as it's one of the
message_pool.py 52 from webkitpy.common.host import Host
59 def get(caller, worker_factory, num_workers, worker_startup_delay_secs=0.0, host=None):
61 return _MessagePool(caller, worker_factory, num_workers, worker_startup_delay_secs, host)
65 def __init__(self, caller, worker_factory, num_workers, worker_startup_delay_secs=0.0, host=None):
72 self._host = host
102 host = None
104 host = self._host
107 worker = _Worker(host, self._messages_to_manager, self._messages_to_worker, self._worker_factory, worker_number, self._running_inline, self if self._running_inline else None, self._worker_log_level())
163 def _can_pickle(self, host)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 41 from webkitpy.common.host import Host
64 self._host = self._port.host
66 self._host = Host()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 34 from webkitpy.common.host import Host # FIXME: This should not be needed!
167 def __init__(self, host):
168 super(AllPlatformsPort, self).__init__(host, 'mac')
179 # FIXME: This should get the Host from the test_config to be mockable!
180 host = Host()
181 host.initialize_scm()
182 host.filesystem = test_config.filesystem
183 all_platforms_port = AllPlatformsPort(host)
    [all...]
  /external/nist-sip/java/gov/nist/core/
Host.java 55 public class Host extends GenericObject {
85 public Host() {
92 /** Constructor given host name or IP address.
94 public Host(String hostName) throws IllegalArgumentException {
96 throw new IllegalArgumentException("null host name");
108 public Host(String name, int addrType) {
116 * Return the host name in encoded form.
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj
    [all...]

Completed in 1273 milliseconds

1 2