Searched refs:processes (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dmemory_details_linux.cc80 // Walk /proc and get information on all the processes running on the system.
81 static bool GetProcesses(std::vector<Process>* processes) { argument
82 processes->clear();
128 processes->push_back(process);
167 out->processes.push_back(pmi);
172 static void GetAllChildren(const std::vector<Process>& processes, argument
184 i = processes.begin(); i != processes.end(); ++i) {
206 std::vector<Process> processes; local
207 GetProcesses(&processes);
[all...]
H A Dmemory_details.cc48 processes(rhs.processes) {
56 processes = rhs.processes;
90 // Collect the list of child processes.
119 for (size_t index = 0; index < chrome_browser->processes.size();
125 chrome_browser->processes[index];
132 // Ignore processes that don't have a connection, such as crashed tabs.
247 // Get rid of other Chrome processes that are from a different profile.
248 for (size_t index = 0; index < chrome_browser->processes
[all...]
H A Dmemory_details.h17 // have multiple processes (of course!). Even IE has multiple
18 // processes these days.
33 // The number of processes which this memory represents.
58 ProcessMemoryInformationList processes; member in struct:ProcessData
97 const std::vector<ProcessData>& processes() { return process_data_; } function in class:MemoryDetails
122 // Note - this function enumerates memory details from many processes
124 // The parameter holds information about processes from the IO thread.
138 // renderer processes is only available there.
H A Dmemory_details_win.cc73 process_data_[index].processes.clear();
125 // Check if this is one of the child processes whose data we collected
147 // Add NaCl processes to Chrome's list
148 process_data_[CHROME_BROWSER].processes.push_back(info);
150 process_data_[index2].processes.push_back(info);
H A Dmemory_details_mac.cc94 process_data_[index].processes.clear();
96 // First, we use |NamedProcessIterator| to get the PIDs of the processes we're
103 // Get PIDs of main browser processes.
127 // Capture information about the processes we're interested in.
131 // Handle the other processes first.
169 process_data_[index].processes.push_back(info);
212 // Check if this is one of the child processes whose data we collected
227 process_data_[CHROME_BROWSER].processes.push_back(info);
H A Dbrowser_about_handler.cc183 // processes active, the original and the destination one. This can create the
624 // and send off requests to all the renderer processes.
1100 data->SetInteger("processes", info->num_processes);
1104 // sub-processes (i.e. renderers, plugins) used by Chrome.
1133 const std::vector<ProcessData>& browser_processes = processes();
1138 if (browser_processes[index].processes.empty())
1141 // Sum the information for the processes within this browser.
1144 iterator = browser_processes[index].processes.begin();
1147 while (iterator != browser_processes[index].processes.end()) {
1149 browser_processes[index].processes
[all...]
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_model.js9 * tokens are converted into a hierarchy of processes, threads,
110 this.processes = {};
120 if (!this.processes[pid])
121 this.processes[pid] = new TimelineProcess(pid);
122 return this.processes[pid];
127 * the TimelineModel as processes, threads, and slices.
236 for (var pid in this.processes) {
237 var process = this.processes[pid];
/external/chromium-trace/src/tracing/
H A Dtimeline_model.js10 * tokens are converted into a hierarchy of processes, threads,
378 * Comparison between processes that orders by pid.
438 * Comparison between processes that orders by cpuNumber.
745 this.processes = {};
793 for (var p in this.processes)
813 if (!this.processes[pid])
814 this.processes[pid] = new TimelineProcess(pid);
815 return this.processes[pid];
820 * the TimelineModel as processes, threads, and slices.
827 for (var pid in this.processes) {
[all...]
H A Dtimeline.js532 // Get a sorted list of processes.
533 var processes = model.getAllProcesses();
534 processes.sort(tracing.TimelineProcess.compare);
537 processes.forEach(function(process) {
H A Dlinux_perf_importer.js385 delete this.model_.processes[process.pid];
/external/chromium/chrome/browser/extensions/
H A Dextension_processes_api.cc73 DictionaryValue* processes = new DictionaryValue(); local
132 processes->Set(base::IntToString(id),
136 args.Append(processes);
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf12 the behavior of child processes. -->
/external/oprofile/libpp/
H A Dxml_utils.cpp494 growable_vector<process_info> processes; member in class:process_root_info
699 processes[nr_processes].build_process(pid, lo, hi);
700 return &processes[nr_processes++];
709 processes[p].add_modules(module, app_name, it);
717 processes[p].summarize();
745 processes[p].set_end(symbols_end);
751 processes[p].output(out);
759 processes[p].dump();
949 // ignore processes with no sample data
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model.cc1121 // Construct a map of processes to the number of associated tabs that are
1123 std::map<RenderProcessHost*, size_t> processes; local
1134 processes.find(process);
1135 if (iter == processes.end()) {
1136 processes[process] = 1;
1144 processes.begin();
1145 iter != processes.end(); ++iter) {
/external/mesa3d/docs/
H A DMESA_drm_image.spec97 be shared with other processes by passing the underlying DRM
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests51 help="Number of parallel processes executing the Qt's tests. Default: cpu count.")
198 def __init__(self, processes):
239 workers = self._Pool(processes=self._options.parallel_level)
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
H A Dcmdline2.stdout.exp12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
/external/strace/
H A Dstrace.spec40 This package provides the `strace64' program to trace 64-bit processes.
41 The `strace' program in the `strace' package is for 32-bit processes.
193 - Fix known syscall recognition for IA32 processes on x86-64 (#158934).
213 - fix x86_64 syscall argument extraction for 32-bit processes (#146093)
/external/linux-tools-perf/config/
H A Dutilities.mak120 # processes the resulting escaped text, it transforms
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb95 assumptions about the class of the actual nodes it processes. One consequence of
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/kernel-headers/original/linux/
H A Dsched.h10 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
11 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
12 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
396 * of fatal signals, group_exit_task processes the signal.
428 * and for reaped dead child processes forked by this group.
515 atomic_t processes; /* How many processes does this user have? */ member in struct:user_struct
1100 /* sched_exec is called by processes performing an exec */
/external/blktrace/btt/doc/
H A Dbtt.tex433 for the system, devices and processes. The details of this file are
887 Likewise, \texttt{btt} will produce data for all processes (executables)
888 found in the traces. With this option, one can specify which processes
/external/blktrace/doc/
H A Dblktrace.tex491 -h & --hash-by-name & Hash processes by name, not by PID\\ \hline

Completed in 1589 milliseconds

12