Home
last modified time | relevance | path

Searched full:processes (Results 1 – 25 of 4455) sorted by relevance

12345678910>>...179

/external/perfetto/src/trace_processor/metrics/sql/webview/
Dwebview_jank_approximation.sql19 -- Select all WebView processes
28 -- Select all system processes
43 -- Select all scheduler slices from WebView renderer processes
62 -- Select all jank slices from WebView processes
71 -- Select all jank slices from all processes except system processes
72 -- @column id Id of jank slice from all processes except system processes
73 -- @column ts Timestamp of the start of jank slice from all processes except system processes (in n…
74 -- @column dur Duration of the jank slice from all processes except system processes (in nanosecond…
80 -- Select jank slices from WebView processes overlapping WebView renderer
82 -- @column id Id of jank slice from WebView processes overlapping WebView renderer
[all …]
/external/python/google-api-python-client/docs/dyn/
Dscript_v1.processes.html75 <h1><a href="script_v1.html">Apps Script API</a> . <a href="script_v1.processes.html">processes</a>…
82 <p class="firstline">List information about processes made by or on behalf of a user, such as proce…
85 <p class="firstline">List information about a script's executed processes, such as process type and…
100 …<pre>List information about processes made by or on behalf of a user, such as process type and cur…
103 pageSize: integer, The maximum number of returned processes per page of results. Defaults to 50.
105 …userProcessFilter_deploymentId: string, Optional field used to limit returned processes to those o…
106 …userProcessFilter_endTime: string, Optional field used to limit returned processes to those that c…
107 …userProcessFilter_functionName: string, Optional field used to limit returned processes to those o…
108 …userProcessFilter_projectName: string, Optional field used to limit returned processes to those or…
109 …userProcessFilter_scriptId: string, Optional field used to limit returned processes to those origi…
[all …]
/external/crosvm/tools/contrib/vcpu_blocker_analyzer/
DREADME.md5 preemption time of crosvm's vcpu processes. The running time is the total time crosvm's vcpu
6 processes run on the host processors, the waiting time is the total time crosvm's vcpu processes
7 wait for other processes, and the preemption time is the total time crosvm's vcpu processes were
8 preempted by other processes.
10 In practice, it means... if the vcpu processes are mostly waiting for the vitio-blk process, the
11 bottleneck is likely to be the block device. If the vcpu processes are frequently preempted by other
12 processes, the bottleneck is likely to be the processor performance.
22 This tool underestimates the time vcpu processes are waiting for a virtio device. This is due to two
25 This tool calculates the time a virtio device process blocks vcpu processes by accumulating how long
104 (Total time VCPU processes were waiting for other processes)
[all …]
/external/perfetto/src/trace_redaction/
Dtrace_processor_integrationtest.cc81 "SELECT upid FROM process WHERE name='Other-Processes'"; in TEST_F()
109 auto processes = trace_processor_->ExecuteQuery( in TEST_F() local
118 // 4194305 Other-Processes in TEST_F()
120 ASSERT_TRUE(processes.Next()); in TEST_F()
121 ASSERT_EQ(processes.Get(0).AsLong(), 0); in TEST_F()
122 ASSERT_TRUE(processes.Get(1).is_null()); in TEST_F()
124 ASSERT_TRUE(processes.Next()); in TEST_F()
125 ASSERT_EQ(processes.Get(0).AsLong(), 1); in TEST_F()
126 ASSERT_TRUE(processes.Get(1).is_null()); in TEST_F()
129 ASSERT_TRUE(processes.Next()); in TEST_F()
[all …]
/external/google-cloud-java/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/
DListProcessesResponseOrBuilder.java30 * The processes from the specified project and location.
33 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
40 * The processes from the specified project and location.
43 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
50 * The processes from the specified project and location.
53 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
60 * The processes from the specified project and location.
63 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
71 * The processes from the specified project and location.
74 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
DListProcessesResponse.java80 * The processes from the specified project and location.
83 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
93 * The processes from the specified project and location.
96 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
107 * The processes from the specified project and location.
110 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
120 * The processes from the specified project and location.
123 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
133 * The processes from the specified project and location.
136 * <code>repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;</code>
[all …]
/external/perfetto/test/trace_processor/diff_tests/metrics/android/
Dandroid_auto_multiuser.textproto4 processes {
9 processes {
14 processes {
19 processes {
113 processes {
122 processes {
131 processes {
140 processes {
149 processes {
/external/rust/crates/gdbstub/src/target/ext/
Dextended_mode.rs3 //! spawning new processes and/or attaching to existing processes.
56 /// support debugging multiple processes, there's no reason why a basic
79 /// processes' environment variables accordingly.
87 /// when attaching to new processes.
123 /// inferior processes, and then re-run whatever program was provided on the
146 /// Support for enabling / disabling ASLR for spawned processes.
153 /// spawned processes.
159 /// Support for configuring if spawned processes should be spawned using a
166 /// Support for configuring the working directory for spawned processes.
208 /// Nested Target Extension - Enable/Disable ASLR for spawned processes (for a
[all …]
/external/cronet/base/process/
Dkill.h5 // This file contains routines to kill processes and get the exit code and
62 // On Android processes are spawned from the system Zygote and we do not get
78 // Attempts to kill all the processes on the current machine that were launched
80 // filter is non-null, then only processes selected by the filter are killed.
81 // Returns true if all processes were able to be killed off, false if at least
134 // Wait for all the processes based on the named executable to exit. If filter
135 // is non-null, then only processes selected by the filter are waited on.
136 // Returns after all processes have exited or wait_milliseconds have expired.
137 // Returns true if all the processes exited, false otherwise.
143 // Waits a certain amount of time (can be 0) for all the processes with a given
[all …]
Dprocess_iterator.h5 // This file contains methods to iterate over processes on the system.
65 // Used to filter processes by process ID.
76 // This class provides a way to iterate through a list of processes on the
93 // If there are no more matching processes, returns NULL.
107 // left in the list of all processes. Returns true and sets entry_ to
134 // This class provides a way to iterate through the list of processes
138 // If `use_prefix_match` is true, this iterates all processes that
162 // Returns the number of processes on the machine that are running from the
163 // given executable name. If filter is non-null, then only processes selected
/external/libchrome/base/process/
Dkill.h5 // This file contains routines to kill processes and get the exit code and
59 // On Android processes are spawned from the system Zygote and we do not get
70 // Attempts to kill all the processes on the current machine that were launched
72 // filter is non-null, then only processes selected by the filter are killed.
73 // Returns true if all processes were able to be killed off, false if at least
132 // Wait for all the processes based on the named executable to exit. If filter
133 // is non-null, then only processes selected by the filter are waited on.
134 // Returns after all processes have exited or wait_milliseconds have expired.
135 // Returns true if all the processes exited, false otherwise.
141 // Waits a certain amount of time (can be 0) for all the processes with a given
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner.py82 # Resources for communication between worker processes and the main process.
108 """A utility class to start multiple processes to simulate a cluster.
110 We need to use multiple processes to simulate a cluster in TF 2.0 tests
112 separated by processes. We also need child processes to test out our fault
120 This class is not thread-safe. Child processes will inherit TF2 behavior flag.
141 fn: Function to be run on child processes. This will be run on processes
153 max_run_time: `None` or integer. If not `None`, child processes are forced
161 processes are not forced to exit.
162 grpc_fail_fast: Whether GRPC connection between processes should fail
174 daemon: Whether to start processes as daemons.
[all …]
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py42 print 'No more running processes'
133 processes = [
139 for p in processes:
142 for p in processes:
177 processes = [multiprocessing.Process(target=event_func, args=(event,))
180 for p in processes:
189 for p in processes:
247 ignore = multiprocessing.active_children() # cleanup any old processes
260 if len(sys.argv) == 1 or sys.argv[1] == 'processes':
261 print ' Using processes '.center(79, '-')
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h178 processes.push_back(process); in addProcess()
182 processes.push_back(process); in addProcess()
186 processes.back().append(" "); in addArgument()
188 processes.back().append(argString); in addArgument()
192 processes.back().append(" "); in addArgument()
193 processes.back().append(arg); in addArgument()
197 processes.back().append(" "); in addArgument()
198 processes.back().append(arg); in addArgument()
208 const std::vector<std::string>& getProcesses() const { return processes; } in getProcesses()
211 std::vector<std::string> processes;
[all …]
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dlocalintermediate.h183 processes.push_back(process); in addProcess()
187 processes.push_back(process); in addProcess()
191 processes.back().append(" "); in addArgument()
193 processes.back().append(argString); in addArgument()
197 processes.back().append(" "); in addArgument()
198 processes.back().append(arg); in addArgument()
202 processes.back().append(" "); in addArgument()
203 processes.back().append(arg); in addArgument()
213 const std::vector<std::string>& getProcesses() const { return processes; } in getProcesses()
216 std::vector<std::string> processes;
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
Dassertions.xml3 The kill function sends a signal (sig) to a process or group of processes
19 For pid == 0, sig is sent to all processes (except an unspecified
20 set of system processes) where process group ID == process group ID of sender.
25 For pid == -1, sig is sent to all processes (except an unspecified
26 set of system processes). The sending process must have permission
30 For pid below 0 and != -1, sig is sent to all processes (except
31 an unspecified set of system processes) where process group ID == absolute
54 or all of the processes specified by the pid parameter.
57 If the process has permission to sent sig to at least one of the processes
/external/sdv/vsomeip/third_party/boost/process/doc/
Dintroduction.qbk3 Boost.Process is a library to manage system processes. It can be used to:
5 * create child processes
6 * setup streams for child processes
7 * communicate with child processes through streams (synchronously or asynchronously)
8 * wait for processes to exit (synchronously or asynchronously)
9 * terminate processes
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug03.txt7 processes, and then onlining the CPU, and checking to make sure at least
8 one of the processes moved to that CPU.
22 Start up a number of processes equal to twice the number of CPUs we
23 have, so we can be pretty sure that we've got enough processes that at
28 Wait a few seconds, to allow the process scheduler to move processes
37 Kill all of the load processes
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source_unittest.cc114 auto first_process = ps_tree.processes()[0]; in TEST_F()
136 auto first_process = ps_tree.processes()[0]; in TEST_F()
184 // first packet - two unique processes, four threads in TEST_F()
186 EXPECT_THAT(ps_tree.processes(), in TEST_F()
196 EXPECT_THAT(ps_tree.processes(), in TEST_F()
227 ASSERT_EQ(ps_tree.processes()[0].pid(), 42); in TEST_F()
228 ASSERT_EQ(ps_tree.processes()[0].ppid(), 17); in TEST_F()
229 ASSERT_THAT(ps_tree.processes()[0].cmdline(), in TEST_F()
265 ASSERT_EQ(ps_tree.processes()[0].pid(), 42); in TEST_F()
266 ASSERT_EQ(ps_tree.processes()[0].ppid(), 18); in TEST_F()
[all …]
/external/deqp/scripts/src_util/
Drun_clang_format.py57 processes = []
72 # Make sure a maximum of thread_count processes are in flight
73 if len(processes) > thread_count:
74 waitAsyncCommand(*processes[0])
75 processes = processes[1:]
78 processes.append((runCommandAsync(command), command))
80 for process in processes:
/external/perfetto/test/trace_processor/diff_tests/metrics/profiling/
Dheap_graph_closest_proc.textproto3 processes {
9 processes {
56 processes {
65 processes {
74 processes {
119 processes {
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst13 :mod:`multiprocessing` is a package that supports spawning processes using an
25 input data across processes (data parallelism). The following example
27 that child processes can successfully import that module. This basic example
47 In :mod:`multiprocessing`, processes are spawned by creating a :class:`Process`
88 Exchanging objects between processes
92 processes:
134 may become corrupted if two processes (or threads) try to read from or write
136 of corruption from processes using different ends of the pipe at the same
140 Synchronization between processes
160 Without using the lock output from the different processes is liable to get all
[all …]
/external/elfutils/config/
D10-default-yama-scope.conf6 # debugging, tracing and profiling) of processes.
9 # unprivileged processes cannot interact through ptrace with processes
10 # that they cannot send signals to or processes that are running set-uid
16 # if you don't have any other way to separate processes in their own
30 # 1 - Restricted attach. Only child processes plus normal permissions.
/external/autotest/client/site_tests/platform_CheckCriticalProcesses/
Dplatform_CheckCriticalProcesses.py14 that among these processes all the expected processes are running.
53 Verify processes in |process_list| are running.
57 processes = self.get_process_list()
61 if set(processes_names).isdisjoint(processes):
64 raise error.TestFail('The following processes are not running: %r.'
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst16 :mod:`multiprocessing` is a package that supports spawning processes using an
29 distributing the input data across processes (data parallelism). The following
31 so that child processes can successfully import that module. This basic example
61 In :mod:`multiprocessing`, processes are spawned by creating a :class:`Process`
149 Child processes no longer inherit all of the parents inheritable
156 by processes of the program. When all processes
204 processes for a different context. In particular, locks created using
205 the *fork* context cannot be passed to processes started using the
220 Exchanging objects between processes
224 processes:
[all …]

12345678910>>...179