Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/tools/preload/
DRoot.java43 final Map<Integer, Proc> processes = new HashMap<Integer, Proc>(); field in Root
55 Proc process = processes.get(record.pid); in indexClassOperation()
116 Proc proc = processes.get(record.pid); in indexProcess()
120 Proc parent = processes.get(record.ppid); in indexProcess()
122 processes.put(proc.id, proc); in indexProcess()
DWritePreloadedClassFile.java98 for (Proc proc : root.processes.values()) { in main()
135 for (Proc proc : root.processes.values()) { in addAllClassesFrom()
DPrintPsTree.java40 for (Proc proc : root.processes.values()) { in main()
DPrintHtmlDiff.java43 for (Proc proc : root.processes.values()) { in main()
/frameworks/base/core/proto/android/os/
Dprocrank.proto24 // Memory usage of running processes
64 repeated Process processes = 1; field
Dmessage.proto38 // using android.os.Messenger to send the message across processes, this will
Dps.proto116 repeated Process processes = 1; field
Dbatterystats.proto564 // Total CPU time with processes executing in userspace. Summed up across
567 // Total CPU time with processes executing kernel syscalls. Summed up across
733 // added together to find the total time a uid has had any processes running
741 // Time this uid has any processes in the top state.
763 // Time this uid has any processes that are sitting around cached, not in
Dincident.proto266 (section).args = "activity --proto processes"
/frameworks/av/media/libaaudio/src/fifo/
DREADME.md1 Simple atomic FIFO for passing data between threads or processes.
/frameworks/base/tests/NativeProcessesMemoryTest/
DAndroid.bp16 name: "native-processes-memory-test",
/frameworks/base/cmds/incident_helper/tests/
DPsParser_test.cpp224 PsProto::Process g = got.processes(i); in TEST_F()
225 PsProto::Process e = expected.processes(i); in TEST_F()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags115 # Note when any processes of a uid have started running
117 # Note when all processes of a uid have stopped.
/frameworks/layoutlib/rename_font/
Dbuild_font.py93 pool = Pool(processes=None)
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt14 * System.nanoTime() is monotonic and consistent between processes, so we use that for measuring time
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DCMakeLists.txt134 # Build with multiple processes
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto50 optional ActivityManagerServiceDumpProcessesProto processes = 4; field
623 // TODO: "dumpsys activity --proto processes"
646 // Persisent processes that are starting
/frameworks/base/core/proto/android/service/
Dprocstats.proto131 // USS is memory shared between processes, divided evenly for accounting
/frameworks/rs/script_api/
Drs_for_each.spec199 all cells in the input, this function only processes cells in the subspace of
/frameworks/compile/mclinker/tools/mcld/
DOptions.td329 HelpText<"Print the names of the input files as ld processes them">;
/frameworks/base/cmds/statsd/src/
Datoms.proto487 * (i.e. the highest process state of that uid's processes) has changed.
3941 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerService).
3990 * Pulled from StatsCompanionService for selected native processes.
4028 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerServie)
4029 * and for selected native processes.
4031 * Pulling this atom resets high-water mark counters for all processes.
4071 * Time-N means the CPU time a UID spent running concurrently with N other processes.
4085 * Time-X-Y means the time a UID spent on clusterX running concurrently with Y other processes.
4495 // USS is memory shared between processes, divided evenly for accounting
4801 * Dead pids will be dropped. Kernel processes are excluded.
[all …]
/frameworks/rs/script_api/include/
Drs_for_each.rsh180 * all cells in the input, this function only processes cells in the subspace of
/frameworks/native/docs/
DDoxyfile256 # If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
/frameworks/av/media/libaaudio/
DDoxyfile275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
DDoxyfile.orig275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments

12