Home
last modified time | relevance | path

Searched defs:SystemInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h43 struct SystemInfo { struct
45 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo() function
72 // MinidumpSystemInfo::GetOS. argument
84 // this field should match those used by MinidumpSystemInfo::GetCPU. argument
85 string cpu;
91 string cpu_info;
95 int cpu_count;
98 string gl_version;
99 string gl_vendor;
100 string gl_renderer;
/external/angle/src/gpu_info_util/
DSystemInfo.h56 struct SystemInfo struct
70 std::vector<GPUDeviceInfo> gpus;
96 bool GetSystemInfo(SystemInfo *info); argument
/external/crosvm/base/src/sys/windows/
Dsystem_info.rs15 struct SystemInfo { struct
21 static SYSTEM_INFO: Lazy<SystemInfo> = Lazy::new(|| { argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56, ""); argument
/external/perfetto/protos/perfetto/trace/
Dsystem_info.proto28 message SystemInfo { message
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
DSystemInfo.java11 public class SystemInfo { class
/external/angle/src/feature_support_util/
Dfeature_support_util_unittest.cpp66 TEST_F(FeatureSupportUtilTest, SystemInfo) in TEST_F() argument
/external/angle/src/tests/
Dangle_system_info_tests_main.cpp188 TEST(ANGLE, SystemInfo) in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.proto49 message SystemInfo { message
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
/external/google-breakpad/src/processor/
Dstackwalker_unittest_utils.h178 typedef google_breakpad::SystemInfo SystemInfo; typedef
Dsynth_minidump.cc55 SystemInfo::SystemInfo(const Dump& dump, in SystemInfo() function in google_breakpad::SynthMinidump::SystemInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp206 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h34 SystemInfo, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h34 SystemInfo, enumerator
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc649 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/external/google-benchmark/src/
Dsysinfo.cc870 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/external/cronet/third_party/google_benchmark/src/src/
Dsysinfo.cc854 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/external/python/setuptools/setuptools/
Dmsvc.py672 class SystemInfo: class
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1297 struct SystemInfo { struct
1299 static const SystemInfo& Get(); argument
/external/google-benchmark/include/benchmark/
Dbenchmark.h1738 struct BENCHMARK_EXPORT SystemInfo { struct
1740 static const SystemInfo& Get(); argument
/external/cronet/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1656 struct BENCHMARK_EXPORT SystemInfo { struct
1658 static const SystemInfo& Get(); argument
/external/aws-sdk-java-v2/services/migrationhubstrategy/src/main/resources/codegen-resources/
Dservice-2.json2791 "SystemInfo":{ object
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto14112 message SystemInfo { message

12