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

1 2 34 5 6 7 8 910

  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 193 # Load /proc/cpuinfo into buffer
197 # addi 3,DATA_BEGIN,(cpuinfo-data_begin)
198 # '/proc/cpuinfo'
221 # my iBook's /proc/cpuinfo does not have a "processor" line ???
327 # look in cpuinfo buffer
522 cpuinfo: .ascii "/proc/cpuinfo\0" label
  /external/netperf/doc/examples/
runemomniaggdemo.sh 128 NUM_CPUS=`grep processor /proc/cpuinfo | wc -l`
238 cat /proc/cpuinfo 2>&1 > cpuinfo.txt
  /bionic/libc/bionic/
sysinfo.cpp 47 // On x86 kernels you can use /proc/cpuinfo for this, but on ARM kernels offline CPUs disappear
  /device/google/dragon/sepolicy/
file_contexts 69 #sysfs nodes for cpuinfo for CTS
  /docs/source.android.com/src/devices/tech/debug/
dumpsys.jd 75 cpuinfo
  /external/conscrypt/
update_prebuilts.sh 28 declare -i NUM_CORES="$(awk '/^processor/ { i++ } END { print i }' /proc/cpuinfo)"
  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader.h 43 // A class for reading /proc/cpuinfo without using fopen/fgets or other
minidump_writer.cc 214 if (!WriteFile(&dirent.location, "/proc/cpuinfo"))
836 const int fd = sys_open("/proc/cpuinfo", O_RDONLY, 0);
887 // cpu_info_table[0] holds the last cpu id listed in /proc/cpuinfo,
    [all...]
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 142 fin = fopen("/proc/cpuinfo", "r");
x86.h 80 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
88 void __cpuid(int CPUInfo[4], int info_type);
  /external/libyuv/files/unit_test/
cpu_test.cc 96 EXPECT_NE(0, ArmCpuCaps("/proc/cpuinfo"));
  /external/webrtc/webrtc/base/
linux.h 89 // Obtains the number of sections in /proc/cpuinfo, which may be greater
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface_unittest.py 41 self.assertTrue(cri.FileExistsOnDevice('/proc/cpuinfo'))
48 self.assertTrue(cri.FileExistsOnDevice('/proc/cpuinfo'))
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 185 int sys_ret = open("/proc/cpuinfo", O_RDONLY);
192 int sys_ret = access("/proc/cpuinfo", R_OK);
  /external/llvm/lib/Support/
Host.cpp 54 // Note: We cannot mmap /proc/cpuinfo here and then process the resulting
59 std::error_code EC = sys::fs::openFileForRead("/proc/cpuinfo", FD);
61 DEBUG(dbgs() << "Unable to open /proc/cpuinfo: " << EC.message() << "\n");
544 // processor type. On Linux, this is exposed through the /proc/cpuinfo file.
625 // it is exposed through the /proc/cpuinfo file.
627 // Read 1024 bytes from /proc/cpuinfo, which should contain the CPU part line
681 // STIDP is a privileged operation, so use /proc/cpuinfo instead.
839 // Read 1024 bytes from /proc/cpuinfo, which should contain the Features line
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 62 String cm = "dumpsys cpuinfo";
63 String cpuinfo = null; local
72 cpuinfo = sb.toString();
76 return cpuinfo;
208 String cpuinfo = printCpuInfo(); local
209 Log.v(TAG, cpuinfo);
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 173 # Load /proc/cpuinfo into buffer
181 # mov $cpuinfo,%edi # '/proc/cpuinfo'
387 mov $disk_buffer-1,%esi # look in cpuinfo buffer
558 cpuinfo: .ascii "/proc/cpuinfo\0" label
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 165 # Load /proc/cpuinfo into buffer
173 # mov $cpuinfo,%ebx # '/proc/cpuinfo'
385 mov $disk_buffer-1,%esi # look in cpuinfo buffer
558 cpuinfo: .ascii "/proc/cpuinfo\0" label
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 71 String cm = "dumpsys cpuinfo";
72 String cpuinfo =null; local
81 cpuinfo = sb.toString();
85 return cpuinfo;
222 String cpuinfo = printCpuInfo(); local
223 Log.v(TAG, cpuinfo);
  /external/valgrind/coregrind/
m_machine.c 593 /* Read /proc/cpuinfo. Look for lines like these
626 /* Slurp contents of /proc/cpuinfo into FILE_BUF */
627 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
632 /* Determine the size of /proc/cpuinfo.
634 fstat returns a zero size for /proc/cpuinfo although it is
638 file_buf = VG_(malloc)("cpuinfo", file_buf_size + 1);
652 file_buf = VG_(malloc)( "cpuinfo", num_bytes + 1 );
703 /* Read /proc/cpuinfo and return the machine model. */
715 /* Slurp contents of /proc/cpuinfo into FILE_BUF */
716 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR )
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 197 // Read the CPU flags from /proc/cpuinfo.
198 FILE *cpuinfo = fopen("/proc/cpuinfo", "r"); local
200 if (!cpuinfo) {
206 // "cpuinfo" file to make sure we can use SIMD or not.
207 while (fgets(cpuinfostr, sizeof(cpuinfostr), cpuinfo)) {
217 fclose(cpuinfo);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 523 cpuinfo := readfile("/proc/cpuinfo")
525 for _, line := range splitlines(cpuinfo) {
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 523 cpuinfo := readfile("/proc/cpuinfo")
525 for _, line := range splitlines(cpuinfo) {
  /external/libjpeg-turbo/simd/
jsimd_arm.c 72 fd = fopen("/proc/cpuinfo", "r");
115 * /proc/cpuinfo parsing on linux/android */
  /art/runtime/arch/
instruction_set_features_test.cc 105 // Check we get the same instruction set features using /proc/cpuinfo.

Completed in 1066 milliseconds

1 2 34 5 6 7 8 910