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

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

Completed in 836 milliseconds