Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A 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;
/aosp_15_r20/external/angle/src/gpu_info_util/
H A DSystemInfo.h56 struct SystemInfo struct
70 std::vector<GPUDeviceInfo> gpus;
96 bool GetSystemInfo(SystemInfo *info); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56, ""); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMinidump.h161 struct SystemInfo { struct
180 static_assert(sizeof(SystemInfo) == 56); argument
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dsystem_info.rs15 struct SystemInfo { struct
21 static SYSTEM_INFO: Lazy<SystemInfo> = Lazy::new(|| { argument
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java34 public class SystemInfo { class
43 SystemInfo(Context context, WifiNative wifiNative) { in SystemInfo() method in SystemInfo
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen/gen/external/perfetto/protos/perfetto/trace/
Dsystem_info.pb.cc40 PROTOBUF_CONSTEXPR SystemInfo::SystemInfo( in SystemInfo() function in perfetto::protos::SystemInfo
502 SystemInfo::SystemInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SystemInfo() function in perfetto::protos::SystemInfo
508 SystemInfo::SystemInfo(const SystemInfo& from) in SystemInfo() function in perfetto::protos::SystemInfo
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
H A Dsystem_info.pb.h47 class SystemInfo; variable
278 inline SystemInfo() : SystemInfo(nullptr) {} in SystemInfo() function
283 SystemInfo(SystemInfo&& from) noexcept in SystemInfo() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
Dsystem_info.pb.h47 class SystemInfo; variable
278 inline SystemInfo() : SystemInfo(nullptr) {} in SystemInfo() function
283 SystemInfo(SystemInfo&& from) noexcept in SystemInfo() function
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DSystemInfo.java11 public class SystemInfo { class
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dsystem_info.proto29 message SystemInfo { message
/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util_unittest.cpp66 TEST_F(FeatureSupportUtilTest, SystemInfo) in TEST_F() argument
/aosp_15_r20/external/gmmlib/Source/inc/umKmInc/
H A Dsharedata.h121 GT_SYSTEM_INFO SystemInfo; member
213 GT_SYSTEM_INFO SystemInfo; // List of system details member
/aosp_15_r20/external/angle/src/tests/
H A Dangle_system_info_tests_main.cpp188 TEST(ANGLE, SystemInfo) in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dtpu_driver.proto49 message SystemInfo { message
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalker_unittest_utils.h178 typedef google_breakpad::SystemInfo SystemInfo; typedef
H A Dsynth_minidump.cc55 SystemInfo::SystemInfo(const Dump& dump, in SystemInfo() function in google_breakpad::SynthMinidump::SystemInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp206 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DMinidumpYAML.h34 SystemInfo, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h34 SystemInfo, enumerator

1234