Searched refs:hostInfo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 35 host_basic_info_data_t hostInfo; in GetCurrentPowerPCCPU() local 39 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo, in GetCurrentPowerPCCPU() 42 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) return "generic"; in GetCurrentPowerPCCPU() 44 switch(hostInfo.cpu_subtype) { in GetCurrentPowerPCCPU()
|
/external/llvm/lib/Support/ |
D | Host.cpp | 910 host_basic_info_data_t hostInfo; in getHostCPUName() local 914 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName() 917 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName() 920 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 103 System.Net.IPHostEntry hostInfo = System.Net.Dns.GetHostEntry( "localhost" ); in Handshake() 104 System.Net.IPAddress ipAddress = hostInfo.AddressList[0]; in Handshake()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 96 System.Net.IPHostEntry hostInfo = System.Net.Dns.GetHostEntry("localhost"); in Handshake() 97 System.Net.IPAddress ipAddress = hostInfo.AddressList[0]; in Handshake()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 952 host_basic_info_data_t hostInfo; in getHostCPUName() local 956 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName() 959 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName() 962 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Host.cpp | 1021 host_basic_info_data_t hostInfo; in getHostCPUName() local 1025 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName() 1028 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName() 1031 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewPresenter.java | 258 JSONArray hostInfo = cloneObject.get("hosts").isArray(); in cloneJob() local 260 for (JSONObject host : new JSONArrayList<JSONObject>(hostInfo)) { in cloneJob()
|