Searched defs:Host (Results 1 - 25 of 29) sorted by last modified time

12

/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/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h158 kDNSType_HINFO, // 13 Host information
198 kDNSType_HIP = 55, // 55 Host Identity Protocol
749 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
1635 domainname Host; // Discovered result: Target host from SRV record member in struct:ZoneData_struct
1859 domainname MulticastHostname; // Fully Qualified "dot-local" Host Name, e.g. "Foo.local."
2461 // Host domains added prior to specification of the primary interface address and computer name will be deferred until
2674 // -- Host information (HINFO)
/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/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
/external/chromium_org/v8/src/
H A Dd8.js78 Debug.ScriptCompilationType = { Host: 0,
1603 } else { // body[i].compilation == Debug.ScriptCompilationType.Host
H A Ddebug-debugger.js45 Debug.ScriptCompilationType = { Host: 0,
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-json-test-results7 from webkitpy.common.host import Host namespace
27 host = Host()
H A Dprint-test-ordering35 from webkitpy.common.host import Host namespace
45 host = Host()
/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/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/layout_tests/
H A Dlayout_tests_mover.py53 from webkitpy.common.host import Host namespace
71 host = Host()
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 Drun_webkit_tests_unittest.py48 from webkitpy.common.host import Host namespace
863 host = Host()
1008 self.assertTrue(passing_run(args + ['--platform', 'mock-' + port_name, 'fast/harness/results.html'], tests_included=True, host=Host()))
/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/webkitpy/performance_tests/
H A Dperftestsrunner.py41 from webkitpy.common.host import Host namespace
66 self._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/commands/
H A Drebaselineserver.py34 from webkitpy.common.host import Host namespace
79 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_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)
H A Dtest_parser.py33 from webkitpy.common.host import Host namespace
45 self.host = Host()

Completed in 201 milliseconds

12