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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 36 host_basic_info_data_t hostInfo;
40 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo,
43 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) return "generic";
45 switch(hostInfo.cpu_subtype) {
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java     [all...]
JmDNSImpl.java 303 private HostInfo _localHost;
407 _localHost = HostInfo.newHostInfo(address, this, name);
441 private void openMulticastSocket(HostInfo hostInfo) throws IOException {
443 if (hostInfo.getInetAddress() instanceof Inet6Address) {
453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) {
455 _socket.setNetworkInterface(hostInfo.getInterface());
685 public HostInfo getLocalHost() {
    [all...]

Completed in 99 milliseconds