Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 9 of 9) sorted by relevance

/cts/tools/incremental-cts/testdata/
Dperf_dump.txt8 sample_id: cpu 4, res 0
16 sample_id: cpu 4, res 0
22 sample_id: cpu 0, res 0
28 sample_id: cpu 4, res 0
36 sample_id: cpu 4, res 0
44 sample_id: cpu 4, res 0
52 sample_id: cpu 4, res 0
60 sample_id: cpu 4, res 0
68 sample_id: cpu 4, res 0
/cts/tools/release-parser/tests/resources/
Dbuild.prop28 # ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
29 # use ro.product.cpu.abilist instead.
30 ro.product.cpu.abi=arm64-v8a
31 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
32 ro.product.cpu.abilist32=armeabi-v7a,armeabi
33 ro.product.cpu.abilist64=arm64-v8a
Dbuild.prop.pb.txt62 key: "ro.product.cpu.abilist64"
126 key: "ro.product.cpu.abi"
150 key: "ro.product.cpu.abilist32"
194 key: "ro.product.cpu.abilist"
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dpoc.c32 static int set_affinity(int cpu) { in set_affinity() argument
36 CPU_SET(cpu, &mask); in set_affinity()
72 int cpu = (int)(unsigned long)data; in init_thread() local
80 set_affinity(cpu); in init_thread()
90 int cpu = (int)(unsigned long)data; in unmap_thread() local
97 set_affinity(cpu); in unmap_thread()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/cpu/
DOWNERS1 # These atom tests are owned by the cpu team.
DCpuStatsTests.java17 package android.cts.statsdatom.cpu;
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/bluetooth/
DOWNERS1 # These atom tests are owned by the cpu team.
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c682 int do_set_cpu(int cpu) { in do_set_cpu() argument
685 CPU_SET(cpu, &set); in do_set_cpu()
689 void set_cpu(int cpu) { in set_cpu() argument
690 if (do_set_cpu(cpu) < 0) in set_cpu()
1206 int cpu_available(int cpu) { in cpu_available() argument
1207 return !!(cpumask & (1 << cpu)); in cpu_available()
1339 void stage2_thread(u64 cpu);
1349 for (int cpu = 0; cpu < cpu_count; cpu++) { in stage2_launcher() local
1350 if (cpu_available(cpu)) { in stage2_launcher()
1352 launch_thread("txnuaf.stage2", stage2_thread, NULL, cpu, 0); in stage2_launcher()
[all …]
/cts/hostsidetests/statsdatom/
DAndroid.bp32 "src/**/cpu/*.java",