Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/
DGoogle.Protobuf.sln17 Debug|Any CPU = Debug|Any CPU
18 Release|Any CPU = Release|Any CPU
21 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU
23 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.ActiveCfg = Release|Any CPU
24 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.Build.0 = Release|Any CPU
25 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
27 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.ActiveCfg = Release|Any CPU
28 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp512 #define CPU(C) ARMELFAttributeData::CPU_Arch_ARM_ ## C macro
513 static const int cpu_compatibility_table[][CPU(V4T_Plus_V6_M) + 1] = {
515 …/* Pre v4 */ { CPU(V6T2), CPU(V6K), CPU(V7), -1, -1, -1, -1, …
516 …/* ARM v4 */ { CPU(V6T2), CPU(V6K), CPU(V7), -1, -1, -1, -1, …
517 …/* ARM v4T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(…
518 …/* ARM v5T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(…
519 …/* ARM v5TE */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(…
520 …/* ARM v5TEJ */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(…
521 …/* ARM v6 */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(…
522 …/* ARM v6KZ */ { CPU(V7), CPU(V6KZ), CPU(V7), CPU(V6KZ), CPU(V6KZ), CPU(V7E_M), CPU(V8), CPU(…
[all …]
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5ave.txt1 N5(fp_relaxed + no force CPU)
14 N5(fp_relaxed + force-CPU)
27 N5(no rs_fp_relaxed + force-CPU)
40 N5(no fp_relaxed + no force CPU)
DN5clean.txt13 N5(fp_relaxed + no force CPU)
53 N5(fp_relaxed + force-CPU)
93 N5(no rs_fp_relaxed + force-CPU)
133 N5(no fp_relaxed + no force CPU)
/frameworks/av/media/libcpustats/include/cpustats/
DREADME.txt1 This is a static library of CPU usage statistics, originally written
5 * should be related to CPU usage statistics
/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp45 GlobalMergePass(bool CPU = false) : ModulePass(ID), mForCPU(CPU) {} in GlobalMergePass() argument
241 ModulePass *createGlobalMergePass(bool CPU) { return new GlobalMergePass(CPU); } in createGlobalMergePass() argument
DGlobalMergePass.h26 llvm::ModulePass *createGlobalMergePass(bool CPU = false);
/frameworks/base/core/proto/android/os/
Denums.proto109 CPU = 2; enumerator
123 // Ensures that the CPU is running; the screen and keyboard backlight
130 // the system, causing both the screen and the CPU to be turned off.
136 // by the system, causing both the screen and the CPU to be turned off.
142 // both the screen and the CPU to be turned off.
158 // Put the screen in a low power state and allow the CPU to suspend if
Dbatterystats.proto210 // All CPU frequencies of the device.
564 // Total CPU time with processes executing in userspace. Summed up across
567 // Total CPU time with processes executing kernel syscalls. Summed up across
571 // CPU time broken down by CPU frequency (go/cpu-battery-metrics).
573 // These are real CPU time measurement from the kernel, so their sum can
583 // CPU time in milliseconds.
585 // Screen-off CPU time in milliseconds.
588 // CPU times accumulated across all process states.
600 // CPU times at different process states.
832 // Partial wakelocks ensure the CPU is running while allowing the screen
/frameworks/base/core/tests/SvcMonitor/
DREADME1 This Android service measures CPU usage of a program and an underlying system service it relies on.
3 SvcMonitor service can monitor the CPU usage of XYZ and com.android.bluetooth.
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DComponent.java23 CPU, enumConstant
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/
Ddev_tuningfork.proto6 CPU = 0; enumerator
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Ddev_tuningfork.proto6 CPU = 0; enumerator
/frameworks/ml/nn/
DREADME.txt27 ./sample_driver: Sample driver that uses the CPU to execute queries.
35 ./common/operations: CPU implementation of the operations.
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp265 CPU, enumerator
537 ASSERT_EQ(kDriverKind == DriverKind::CPU, kSuccess == Success::PASS_CPU); in TEST_P()
542 if (DeviceManager::get()->getUseCpuOnly() != (kDriverKind == DriverKind::CPU)) { in TEST_P()
552 case DriverKind::CPU: { in TEST_P()
644 case DriverKind::CPU: { in TEST_P()
677 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::ASYNC),
678 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::SYNC),
679 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::BURST),
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc14 "input %0 has unknown CPU architecture profile.",
15 "input %0 has unknown CPU architecture profile.")
/frameworks/ml/nn/tools/systrace_parser/parser/test/
Dcpu.txt12 CPU - - - - 1117.05 - …
Dunittest.txt27 CPU - - - - 90.90 - …
/frameworks/base/cmds/incident_helper/testdata/
Dcpuinfo.txt9 PID TID USER PR NI[%CPU]S VIRT RES PCY CMD NAME
/frameworks/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt69 … t1: t_m_w:B|T1|[SW][NN_LC_PCO]funcC1 CPU, Phase Transformati…
72CPU, Phase Computation
83 …UTION, t1: t_m_w:B|T1|[NN_LC_PCO]funcC2 CPU, (sub)Phase Computa…
162 … diagnostics and for distinguishing CPU
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp171 *to = HConnectionType::CPU; break; in b2h()
187 case HConnectionType::CPU: in h2b()
/frameworks/av/media/codec2/vndk/
Dtypes.cpp178 *to = HConnectionType::CPU; break; in b2h()
194 case HConnectionType::CPU: in h2b()
/frameworks/base/core/java/android/os/
DHardwarePropertiesManager.java69 public static final int DEVICE_TEMPERATURE_CPU = Constants.TemperatureType.CPU;
/frameworks/base/core/proto/android/service/
Dprocstats.proto57 // CPU uptime at start of report.
60 // CPU uptime at end of report.
152 // Count of excessive CPU kills
/frameworks/native/cmds/flatland/
DREADME.txt16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
21 frequency when running flatland. At a minimum this includes the CPU, GPU, and

123