/external/webrtc/src/system_wrappers/source/ |
D | cpu_wrapper_unittest.cc | 47 WebRtc_UWord32* cores = NULL; in TEST() local 48 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; in TEST() 53 if (cores != NULL) { in TEST() 58 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; in TEST() 62 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores); in TEST() 63 ASSERT_TRUE(cores != NULL); in TEST() 71 printf("Core:%u CPU:%u \n", i, cores[i]); in TEST() 72 EXPECT_GE(cores[i], 0u); in TEST() 73 EXPECT_LE(cores[i], 100u); in TEST()
|
D | cpu_measurement_harness.cc | 112 WebRtc_UWord32* cores = NULL; in Measure() local 114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores); in Measure()
|
/external/tcpdump/tests/ |
D | TESTonce | 37 @cores = glob("core*"); 38 exit 10 if (@cores > 0);
|
/external/stressapptest/src/ |
D | sat.cc | 1096 int cores = cpuset_count(&available_cpus); in InitializeThreads() local 1099 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads() 1103 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads() 1104 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads() 1106 cpuset_set_ab(&all_cores, 0, cores); in InitializeThreads() 1238 int cores = cpuset_count(&available_cpus); in InitializeThreads() local 1239 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads() 1243 int nthcore = (cores - 1) - i; in InitializeThreads() 1244 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads() 1245 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads() [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | linux.cc | 101 int cores; in GetNumPhysicalCpus() local 104 GetSectionIntValue(i, "cpu cores", &cores) && in GetNumPhysicalCpus() 107 total_cores += cores; in GetNumPhysicalCpus()
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 78 0xc0 All cores 81 0xc0 core: all cores 87 0xc0 core: all cores 94 0xc0 core: all cores 110 0xc0 core: all cores 121 0xc0 core: all cores
|
/external/llvm/test/CodeGen/ARM/ |
D | vector-extend-narrow.ll | 24 ; instructions is bad on some cores 53 ; instructions is bad on some cores
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | GlideBuilder.java | 73 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); in createGlide() local 74 resizeService = new FifoPriorityThreadPoolExecutor(cores); in createGlide()
|
/external/llvm/docs/ |
D | HowToBuildOnARM.rst | 49 #. ARM development boards can be unstable and you may experience that cores 52 scheduler to "performance" on **all** cores using this little script:
|
D | HowToCrossCompileLLVM.rst | 135 It should automatically find out how many cores you have, what are
|
/external/chromium_org/third_party/skia/dm/ |
D | README | 14 once. --cpuThreads defaults to the number of cores on the machine.
|
/external/skia/dm/ |
D | README | 14 once. --cpuThreads defaults to the number of cores on the machine.
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is…
|
/external/skia/platform_tools/barelinux/bin/ |
D | arm64_download | 115 --cores=4 \
|
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/ |
D | arm64_download | 115 --cores=4 \
|
/external/valgrind/main/ |
D | README.mips | 5 - Both little-endian and big-endian cores are supported.
|
/external/sepolicy/ |
D | file.te | 46 # /cores for coredumps on userdebug / eng builds
|
D | file_contexts | 223 /cores(/.*)? u:object_r:coredump_file:s0
|
D | domain.te | 63 # Allow writing coredumps to /cores/*
|
/external/valgrind/main/docs/internals/ |
D | BIG_APP_NOTES.txt | 101 # a couple of hours of flat out computation on both cores of
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-stat.txt | 131 is a useful mode to detect imbalance between physical cores. To enable this mode,
|
/external/oprofile/events/i386/atom/ |
D | unit_masks | 104 0x180 all All cores.
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_flash.idl | 79 * Specifies the number of CPU cores that are present on the system.
|
/external/clang/docs/ |
D | PTHInternals.rst | 113 memory pressure for builds involving multiple cores, thus improving
|
D | CrossCompilation.rst | 123 be ``arm7tdmi`` using soft float, which is extremely slow on modern cores,
|