HomeSort by relevance Sort by last modified time
    Searched full:cpuinfo (Results 26 - 50 of 250) sorted by null

12 3 4 5 6 7 8 910

  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
instruction_set_features_arm64.cc 71 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
76 std::ifstream in("/proc/cpuinfo");
82 LOG(INFO) << "cpuinfo line: " << line;
90 LOG(ERROR) << "Failed to open /proc/cpuinfo";
  /art/runtime/arch/mips/
instruction_set_features_mips.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
instruction_set_features_mips.cc 123 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
133 std::ifstream in("/proc/cpuinfo");
139 LOG(INFO) << "cpuinfo line: " << line;
147 LOG(ERROR) << "Failed to open /proc/cpuinfo";
  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 44 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
56 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /device/moto/shamu/dumpstate/
dumpstate.cpp 23 dump_file("cpuinfo", "/proc/cpuinfo");
  /external/webrtc/talk/media/base/
cpuid.h 35 class CpuInfo {
68 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(CpuInfo);
cpuid.cc 34 bool CpuInfo::TestCpuFlag(int flag) {
38 void CpuInfo::MaskCpuFlagsForTest(int enable_flags) {
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
arm.c 42 FILE* fh = fopen("/proc/cpuinfo", "r");
78 /* Get compatible string from Device tree for boards that dont have enough info in /proc/cpuinfo */
  /external/autotest/client/bin/
kvm_control.py 15 for line in open("/proc/cpuinfo"):
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 59 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo"));
244 const char kFileCpuInfo[] = "/proc/cpuinfo";
245 const char kNotAbsPath[] = "proc/cpuinfo";
246 const char kDotDotStart[] = "/../proc/cpuinfo";
247 const char kDotDotMiddle[] = "/proc/self/../cpuinfo";
257 // Open cpuinfo via the broker.
304 const char kFileCpuInfo[] = "/proc/cpuinfo";
322 // Check we can read /proc/cpuinfo.
327 // Check we can not write /proc/cpuinfo.
329 // Open cpuinfo via the broker
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/
build_toolchain.sh 11 #NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
  /prebuilts/clang/host/linux-x86/3.8/
build_toolchain.sh 11 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
  /external/valgrind/tests/
s390x_features.c 65 /* Read /proc/cpuinfo. Look for lines like these
95 /* Locate a machine model by name. Name can be either the cpuinfo
101 /* Try cpuinfo name first */
122 /* Slurp contents of /proc/cpuinfo into FILE_BUF */
123 fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR);
126 /* Determine the size of /proc/cpuinfo.
128 fstat returns a zero size for /proc/cpuinfo although it is
  /ndk/sources/android/cpufeatures/
cpu-features.c 41 * the "Features" field in /proc/cpuinfo.
44 * of /proc/cpuinfo to deal with newer hardware.
167 /* Read the content of /proc/cpuinfo into a user-provided buffer.
203 * the content of /proc/cpuinfo and return it as a heap-allocated
577 /* Compute the ELF HWCAP flags from the content of /proc/cpuinfo.
583 get_elf_hwcap_from_proc_cpuinfo(const char* cpuinfo, int cpuinfo_len) {
586 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
601 char* cpuFeatures = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "Features");
677 char* cpuinfo = NULL; local
686 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]
  /art/runtime/arch/
instruction_set_features.h 49 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
57 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/x86/
instruction_set_features_x86.h 38 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
46 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
instruction_set_features_x86.cc 169 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
177 // No cpuinfo for memory synchronization preference.
181 std::ifstream in("/proc/cpuinfo");
187 LOG(INFO) << "cpuinfo line: " << line;
216 LOG(ERROR) << "Failed to open /proc/cpuinfo";
  /external/libpng/contrib/arm-neon/
linux-auxv.c 18 * read /proc/cpuinfo in contrib/arm-neon/linux, however it is yet another piece
20 * to read cpuinfo.
  /external/autotest/server/self-test/
utils_test.py 50 path = utils.get('/proc/cpuinfo')
  /external/libyuv/files/include/libyuv/
cpu_id.h 42 // Internal function for parsing /proc/cpuinfo.
  /external/mesa3d/src/mesa/main/
cpuinfo.c 27 #include "main/cpuinfo.h"
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
msr_power_monitor.py 104 cpuinfo = open('/proc/cpuinfo').read().splitlines()
105 for line in cpuinfo:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 394 __CRT_INLINE void __cpuid(int CPUInfo[4], int InfoType)
398 : "=a" (CPUInfo [0]), "=b" (CPUInfo [1]), "=c" (CPUInfo [2]), "=d" (CPUInfo [3])

Completed in 1174 milliseconds

12 3 4 5 6 7 8 910