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

  /external/lldb/include/lldb/Host/
Host.h 1 //===-- Host.h --------------------------------------------------*- C++ -*-===//
25 /// @class Host Host.h "lldb/Host/Host.h"
26 /// @brief A class that provides host computer information.
28 /// Host is a class that answers information about the host operating
31 class Host
77 /// @see static void Host::StopMonitoringChildProcess (uint32_t
    [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...]
  /external/v8/samples/
process.cc 55 virtual const string& Host() = 0;
494 const string& path = request->Host();
527 String::NewFromUtf8(isolate, "host", String::kInternalizedString),
553 const string& host,
557 virtual const string& Host() { return host_; }
569 const string& host,
573 host_(host),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 50 * State management done on a looper provided by the host. Tiles should update state in
58 protected final Host mHost;
81 protected QSTile(Host host) {
82 mHost = host;
83 mContext = host.getContext();
84 mHandler = new H(host.getLooper());
91 public Host getHost() {
321 public interface Host {
  /external/v8/src/
d8.js 78 Debug.ScriptCompilationType = { Host: 0,
    [all...]
debug-debugger.js 45 Debug.ScriptCompilationType = { Host: 0,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 295 WSD_SERVICE_METADATA *Host;
http.h 577 PCHAR Host;
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 169 private final ArrayList<Host> mHosts = new ArrayList<>();
399 Host host = mHosts.get(i); local
400 if (host.id.uid == UNKNOWN_UID && pkg.equals(host.id.packageName)) {
402 Slog.i(TAG, "host " + host.id + " resolved to uid " + uid);
404 host.id = new HostId(uid, host.id.hostId, host.id.packageName)
505 Host host = lookupOrAddHostLocked(id); local
541 Host host = lookupHostLocked(id); local
573 Host host = lookupOrAddHostLocked(id); local
887 Host host = lookupHostLocked(id); local
1032 Host host = lookupHostLocked(id); local
1063 Host host = mHosts.get(i); local
1385 Host host = lookupHostLocked(id); local
1413 Host host = widget.host; local
1691 Host host = mHosts.get(i); local
1786 Host host = mHosts.get(i); local
2345 Host host = mHosts.get(i); local
2472 Host host = mHosts.get(i); local
2486 Host host = mHosts.get(i); local
2515 Host host = mHosts.get(i); local
2619 Host host = new Host(); local
2729 Host host = lookupHostLocked(oldHostId); local
2797 Host host = mHosts.get(i); local
2956 Host host = mHosts.get(i); local
3074 Host host = (Host) args.arg1; local
3085 Host host = (Host) args.arg1; local
3096 Host host = (Host) args.arg1; local
3105 Host host = (Host) args.arg1; local
3511 Host host; field in class:AppWidgetServiceImpl.Widget
3670 Host host = mHosts.get(i); local
3807 Host host = restoredHosts.get(hostIndex); local
3924 Host host = e.getKey(); local
4094 Host host = widget.host; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 158 kDNSType_HINFO, // 13 Host information
198 kDNSType_HIP = 55, // 55 Host Identity Protocol
405 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away.
644 // -- Responses may be sent immediately, because only one host should be responding to any particular query
646 // -- On startup and after topology changes, a host issues queries to verify uniqueness
650 // is derived from the host's IP or Ethernet address, which is already known to be a unique identifier).
    [all...]

Completed in 428 milliseconds