HomeSort by relevance Sort by last modified time
    Searched full:process (Results 26 - 50 of 18366) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
mcmain_pic.stderrB.exp 1 relaying data between gdb and process ....
nlpasssigalrm.stderrB.exp 1 relaying data between gdb and process ....
  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /external/libchrome/base/process/
process_handle_posix.cc 5 #include "base/process/process_handle.h"
19 ProcessId GetProcId(ProcessHandle process) {
20 return process;
process_handle_linux.cc 5 #include "base/process/process_handle.h"
8 #include "base/process/internal_linux.h"
12 ProcessId GetParentProcessId(ProcessHandle process) {
14 internal::ReadProcStatsAndGetFieldAsInt64(process, internal::VM_PPID);
20 FilePath GetProcessExecutablePath(ProcessHandle process) {
21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
24 // No such process. Happens frequently in e.g. TerminateAllChromeProcesses
process_handle.h 22 // handle to a process.
23 // ProcessId is a number which identifies the process in the OS.
38 // Returns the id of the current process.
43 // Returns a unique ID for the current process. The ID will be unique across all
46 // a process's PID.
50 // When a process is started in a different PID namespace from the browser
51 // process, this function must be called with the process's PID in the browser's
54 // should only be called very early after process startup - ideally as soon
55 // after process creation as possible
    [all...]
  /external/deqp/framework/delibs/deutil/
deProcess.h 23 * \brief Process abstraction.
31 /* Process types. */
35 void deProcess_destroy (deProcess* process);
37 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory);
38 deBool deProcess_isRunning (deProcess* process);
39 deBool deProcess_waitForFinish (deProcess* process);
41 const char* deProcess_getLastError (const deProcess* process);
42 int deProcess_getExitCode (const deProcess* process);
45 deBool deProcess_terminate (deProcess* process);
46 deBool deProcess_kill (deProcess* process);
    [all...]
  /prebuilts/go/darwin-x86/src/os/
exec.go 13 // Process stores the information about a process created by StartProcess.
14 type Process struct {
17 isdone uint32 // process has been successfully waited on, non zero if true
20 func newProcess(pid int, handle uintptr) *Process {
21 p := &Process{Pid: pid, handle: handle}
22 runtime.SetFinalizer(p, (*Process).Release)
26 func (p *Process) setDone() {
30 func (p *Process) done() bool {
34 // ProcAttr holds the attributes that will be applied to a new process
    [all...]
  /prebuilts/go/linux-x86/src/os/
exec.go 13 // Process stores the information about a process created by StartProcess.
14 type Process struct {
17 isdone uint32 // process has been successfully waited on, non zero if true
20 func newProcess(pid int, handle uintptr) *Process {
21 p := &Process{Pid: pid, handle: handle}
22 runtime.SetFinalizer(p, (*Process).Release)
26 func (p *Process) setDone() {
30 func (p *Process) done() bool {
34 // ProcAttr holds the attributes that will be applied to a new process
    [all...]
  /art/test/063-process-manager/
info.txt 1 Test that spawning a child process and then reaping it (a) works and (b)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /external/jsoncpp/
.gitignore 6 *.process-output
  /external/libogg/include/ogg/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/include/vorbis/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/m4/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libxml2/include/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/okhttp/okio/okio/src/main/java/okio/
package-info.java 3 * and process your data.
  /external/parameter-framework/upstream/remote-processor/
README.md 4 remote-process tool (client).
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
transition_from.txt 1 This screen shows when a process running with the '%(APP)s' type executes 'Commands File Paths' that they will transition to the specified types.
4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three things can happen.
6 1. The process can be prevented from running the executable.
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, and the 'SELinux Application Type' of the newly created process.
transition_to.txt 1 This screen shows the SELinux process 'types' which will transition to the '%(APP)s' type when executing the 'Commands File Paths'.
4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three things can happen.
6 1. The process can be prevented from running the executable.
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, and the 'SELinux Application Type' of the newly created process.
  /external/valgrind/none/tests/
coolo_sigaction.vgtest 1 # Disabled on Solaris because parent process never gets SIGCHLD.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 32 Process process = null; field in class:ProcessManagerTest
37 Process process = Runtime.getRuntime().exec(commands, null, null); local
39 OutputStream out = process.getOutputStream();
45 assertEquals(greeting, readLine(process));
51 process = Runtime.getRuntime().exec(commands, null, null);
53 assertEquals(0, process.waitFor());
64 process = Runtime.getRuntime().exec(commands, null, null);
69 process.waitFor()
114 Process process = Runtime.getRuntime().exec( local
125 Process process = Runtime.getRuntime().exec( local
183 Process process = Runtime.getRuntime().exec(commands, null, null); local
    [all...]
  /system/extras/systrace_analysis/
analysis.html 33 function printFrameStats(process, range) {
39 process.frames.forEach(function(frame) {
60 function printMemoryStats(process, range) {
62 for (var tid in process.threads) {
63 if (!process.threads[tid].timeSlices) continue;
64 process.threads[tid].sliceGroup.slices.forEach(function(slice) {
89 function printCpuStatsForProcess(process, range) {
91 for (var tid in process.threads) {
92 var stats = process.threads[tid].getCpuStatsForRange(range);
97 var uiThread = process.getThread(process.pid)
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/model/helpers/
android_surface_flinger.html 14 * @fileoverview Class for representing SurfaceFlinger process and its Vsyncs.
27 function getVsyncTimestamps(process, counterName) {
29 var vsync = process.counters[counterName];
31 vsync = process.counters[VSYNC_FALLBACK_NAME];
42 function AndroidSurfaceFlinger(process, thread) {
43 this.process = process;
49 this.appVsyncTimestamps_ = getVsyncTimestamps(process, VSYNC_APP_NAME);
50 this.sfVsyncTimestamps_ = getVsyncTimestamps(process, VSYNC_SF_NAME);
53 AndroidSurfaceFlinger.createForProcessIfPossible = function(process) {
    [all...]
  /external/libbrillo/brillo/
process.h 22 // Manages a process. Can create the process, attach to an existing
23 // process by pid or pid file, and kill the process. Upon destruction
24 // any managed process is killed with SIGKILL. Use Release() to
25 // release the process from management. A given system process may
26 // only be managed by one Process at a time.
27 class BRILLO_EXPORT Process {
29 Process();
    [all...]

Completed in 862 milliseconds

12 3 4 5 6 7 8 91011>>