Home
last modified time | relevance | path

Searched refs:current_cpu (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor.py182 current_cpu = {}
188 current_cpu[state] = final[cpu][state] - initial[cpu][state]
189 total += current_cpu[state]
195 for state in current_cpu:
196 current_cpu[state] /= (float(total) / 100.0)
199 cumulative_times[state] = (time + current_cpu[state], count + 1)
200 cpu_stats[cpu] = current_cpu
/external/webrtc/webrtc/common_audio/
DBUILD.gn127 if (current_cpu == "arm") {
144 if (current_cpu == "mipsel") {
163 if (current_cpu != "arm" && current_cpu != "mipsel") {
188 if (current_cpu == "x86" || current_cpu == "x64") {
193 if (current_cpu == "x86" || current_cpu == "x64") {
224 if (current_cpu != "arm64") {
/external/webrtc/webrtc/modules/audio_processing/
DBUILD.gn170 if (current_cpu == "mipsel") {
187 if (current_cpu == "x86" || current_cpu == "x64") {
195 if (current_cpu == "mipsel") {
237 if (current_cpu == "x86" || current_cpu == "x64") {
262 if (current_cpu != "arm64") {
/external/webrtc/webrtc/modules/video_processing/
DBUILD.gn12 build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
94 if (current_cpu != "arm64") {
/external/webrtc/webrtc/build/
Dwebrtc.gni73 if (current_cpu == "arm") {
79 if (!is_ios && (current_cpu != "arm" || arm_version >= 7)) {
87 (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)) ||
88 current_cpu == "arm64"
/external/autotest/client/tests/tsc/src/
Dchecktsc.c242 int current_cpu = -1; in slave_thread() local
252 if (slave_cpu != current_cpu) { in slave_thread()
259 current_cpu = slave_cpu; in slave_thread()
/external/webrtc/webrtc/
DBUILD.gn97 if (current_cpu != "arm64" || !is_android) {
121 if (current_cpu == "arm64") {
126 if (current_cpu == "arm") {
138 if (current_cpu == "mipsel") {
/external/libchrome/sandbox/win/
DBUILD.gn142 if (current_cpu == "x64") {
150 } else if (current_cpu == "x86") {
174 if (current_cpu == "x86") {
179 if (current_cpu == "x86") {
/external/webrtc/webrtc/modules/desktop_capture/
DBUILD.gn13 !is_ios && (current_cpu == "x86" || current_cpu == "x64")
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn30 if (current_cpu == "arm") {
111 if (current_cpu == "arm") {
619 if (current_cpu == "arm" && arm_version >= 7) {
630 if (current_cpu == "mipsel") {
665 if (current_cpu != "arm64") {
858 if (current_cpu == "arm") {
/external/libchrome/base/allocator/
DBUILD.gn93 current_cpu,
99 "environment.$current_cpu",
/external/webrtc/webrtc/base/
DBUILD.gn558 if (current_cpu == "x86") {
602 if (is_ios || (is_mac && current_cpu != "x86")) {
/external/pdfium/
DBUILD.gn38 if (current_cpu == "x64") {
41 } else if (current_cpu == "x86") {
/external/v8/
DBUILD.gn135 if (current_cpu == "arm") {
DChangeLog4689 Update GN build files with the cpu_arch -> current_cpu change.