Searched defs:Host (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/remoting/webapp/
H A Dhost.js20 remoting.Host = function() {
45 * @param {remoting.Host} host The host information from the directory.
51 remoting.Host.needsUpdate = function(host, webappVersion) {
57 // Host versions 26 and higher include the version number in heartbeats,
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_handler_mac.h20 class Host { class in class:apps::AppShimHandler
36 virtual ~Host() {}
69 virtual void OnShimLaunch(Host* host,
74 virtual void OnShimClose(Host* host) = 0;
79 virtual void OnShimFocus(Host* host,
84 virtual void OnShimSetHidden(Host* host, bool hidden) = 0;
87 virtual void OnShimQuit(Host* host) = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcli_wrapper.py34 from webkitpy.common.host import Host namespace
52 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-test-ordering35 from webkitpy.common.host import Host namespace
45 host = Host()
H A Dprint-json-test-results7 from webkitpy.common.host import Host namespace
27 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_multipart_unittest.py33 from webkitpy.common.host import Host namespace
58 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py38 from webkitpy.common.host import Host namespace
56 host = host or Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py31 from webkitpy.common.host import Host namespace
126 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmain.py34 from webkitpy.common.host import Host namespace
39 class WebKitPatch(MultiCommandTool, Host):
47 Host.__init__(self)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_parser.py33 from webkitpy.common.host import Host namespace
45 self.host = Host()
H A Dtest_converter.py33 from webkitpy.common.host import Host namespace
41 def convert_for_webkit(new_path, filename, host=Host()):
56 def __init__(self, new_path, filename, host=Host()):
H A Dtest_converter_unittest.py32 from webkitpy.common.host import Host namespace
46 filesystem = Host().filesystem
H A Dtest_importer.py73 # FIXME: Change this file to use the Host abstractions rather that os, sys, shutils, etc.
83 from webkitpy.common.host import Host namespace
113 test_importer = TestImporter(Host(), dir_to_import, top_of_repo, options)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlint_test_expectations.py34 from webkitpy.common.host import Host namespace
135 host = Host()
H A Drun_webkit_tests.py37 from webkitpy.common.host import Host namespace
59 host = Host()
H A Dlayout_tests_mover.py53 from webkitpy.common.host import Host namespace
71 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py34 from webkitpy.common.host import Host namespace
79 host = Host()
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py25 class Host(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type
34 super(Host, self).__init__()
/external/lldb/include/lldb/Host/
H A DHost.h1 //===-- Host.h --------------------------------------------------*- C++ -*-===//
25 /// @class Host Host.h "lldb/Host/Host.h"
28 /// Host is a class that answers information about the host operating
31 class Host class in namespace:lldb_private
77 /// @see static void Host::StopMonitoringChildProcess (uint32_t)
237 /// Host specific thread created function call.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dhost.py45 class Host(SystemHost): class in inherits:SystemHost
57 # so for now we just pass along the whole Host object.
58 # FIXME: PortFactory doesn't belong on this Host object if Port is going to have a Host (circular dependency).
63 # We call this from the Host constructor, as it's one of the
H A Dmessage_pool.py52 from webkitpy.common.host import Host namespace
239 self.host = Host()
/external/nist-sip/java/gov/nist/core/
H A DHost.java55 public class Host extends GenericObject { class in inherits:GenericObject
85 public Host() { method in class:Host
94 public Host(String hostName) throws IllegalArgumentException { method in class:Host
108 public Host(String name, int addrType) { method in class:Host
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py41 from webkitpy.common.host import Host namespace
66 self._host = Host()
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py8 # session, and Host process.
191 class Host: class in inherits:
485 logging.info("Host ready to receive connections.")
1098 host = Host()
1209 logging.info("Host process terminated")
1221 logging.info("Host configuration is invalid - exiting.")
1224 logging.info("Host ID has been deleted - exiting.")
1232 logging.info("Host domain is blocked by policy - exiting.")
1239 logging.info("Host exited with status %s." % os.WEXITSTATUS(status))
1241 logging.info("Host terminate
[all...]
/external/chromium_org/v8/samples/
H A Dprocess.cc55 virtual const string& Host() = 0;
494 const string& path = request->Host();
557 virtual const string& Host() { return host_; } function in class:StringHttpRequest

Completed in 643 milliseconds

12