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

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
EnvironmentGetter.java 73 Multimap<String, String> cpuInfo = propertiesFromLinuxFile("/proc/cpuinfo");
74 propertyMap.put("host.cpus", Integer.toString(cpuInfo.get("processor").size()));
76 propertyMap.put("host.cpu.cores", describe(cpuInfo, s));
77 propertyMap.put("host.cpu.names", describe(cpuInfo, "model name"));
78 propertyMap.put("host.cpu.cachesize", describe(cpuInfo, "cache size"));
86 private static String describe(Multimap<String, String> cpuInfo, String s) {
87 Collection<String> strings = cpuInfo.get(s);
  /frameworks/base/core/jni/
android_os_VintfRuntimeInfo.cpp 40 MAP_STRING_METHOD(getCpuInfo, info->cpuInfo());
  /system/libvintf/include/vintf/
RuntimeInfo.h 61 // /proc/cpuinfo
62 const std::string &cpuInfo() const;
  /system/libvintf/
RuntimeInfo.cpp 60 const std::string &RuntimeInfo::cpuInfo() const {
parse_string.cpp 403 << ki.cpuInfo()
  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java     [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 2474 milliseconds