/external/valgrind/gdbserver_tests/ |
filter_stderr | 9 -e '/TO DEBUG THIS PROCESS USING GDB/d' \ 13 -e '/pid is optional if only one valgrind process is running/d' \
|
mcbreak.stderrB.exp | 1 relaying data between gdb and process .... 10 monitor command request to kill this process
|
nlsigvgdb.stdinB.gdb | 3 echo vgdb launched process attached\n 14 # kill the process now
|
/packages/apps/Camera2/src/com/android/camera/async/ |
AndroidPriorityThread.java | 15 * android.os.Process.THREAD_PRIORITY_* values. 25 android.os.Process.setThreadPriority(mAndroidThreadPriority);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
process.py | 2 # Module providing the `Process` class which emulates `threading.Thread` 4 # multiprocessing/process.py 35 __all__ = ['Process', 'current_process', 'active_children'] 61 Return process object representing the current process 67 Return list of process objects corresponding to live child processes 83 # The `Process` class 86 class Process(object): 88 Process objects represent activity that is run in a separate process [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
process.py | 2 # Module providing the `Process` class which emulates `threading.Thread` 4 # multiprocessing/process.py 35 __all__ = ['Process', 'current_process', 'active_children'] 61 Return process object representing the current process 67 Return list of process objects corresponding to live child processes 83 # The `Process` class 86 class Process(object): 88 Process objects represent activity that is run in a separate process [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 2 # Module providing the `Process` class which emulates `threading.Thread` 4 # multiprocessing/process.py 35 __all__ = ['Process', 'current_process', 'active_children'] 61 Return process object representing the current process 67 Return list of process objects corresponding to live child processes 83 # The `Process` class 86 class Process(object): 88 Process objects represent activity that is run in a separate process [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 2 # Module providing the `Process` class which emulates `threading.Thread` 4 # multiprocessing/process.py 35 __all__ = ['Process', 'current_process', 'active_children'] 61 Return process object representing the current process 67 Return list of process objects corresponding to live child processes 83 # The `Process` class 86 class Process(object): 88 Process objects represent activity that is run in a separate process [all...] |
/system/sepolicy/ |
blkid.te | 18 neverallow { domain -vold } blkid:process transition; 19 neverallow * blkid:process dyntransition;
|
sgdisk.te | 20 neverallow { domain -vold } sgdisk:process transition; 21 neverallow * sgdisk:process dyntransition;
|
/cts/tests/ProcessTest/src/com/android/cts/process/ |
ProcessTest.java | 17 package com.android.cts.process; 28 import com.android.cts.process.activity.NoSharePidActivity; 29 import com.android.cts.process.activity.SharePidActivity; 30 import com.android.cts.process.activity.SharePidSubActivity; 36 String enableApp = "com.android.cts.process.shareuidapp"; 37 String disableApp = "com.android.cts.process.noshareuidapp"; 55 // share pid will use same process 73 // no share pid will create a new process 83 // kill the process after test 84 android.os.Process.killProcess(noSharePid) [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
process_summary_track.html | 19 * Visualizes a Process's state using a series of rects to represent activity. 22 var ProcessSummaryTrack = tr.ui.b.define('process-summary-track', 25 ProcessSummaryTrack.buildRectsFromProcess = function(process) { 26 if (!process) 38 for (var tid in process.threads) { 39 var sliceGroup = process.threads[tid].sliceGroup; 116 get process() { 120 set process(process) { 121 this.process_ = process; [all...] |
/frameworks/base/tools/preload/ |
Proc.java | 25 * A Dalvik process. 31 /** Parent process. */ 34 /** Process ID. */ 38 * Name of this process. We may not have the correct name at first, i.e. 39 * some classes could have been loaded before the process name was set. 53 /** Sequential list of operations that happened in this process. */ 56 /** List of past process names. */ 59 /** Constructs a new process. */ 65 /** Sets name of this process. */ 76 * Returns true if this process comes from the zygote [all...] |
/external/autotest/scheduler/ |
pidfile_monitor.py | 25 Client must call either run() to start a new process or 87 return self._state.process is not None 92 assert self._state.process is not None 93 return self._state.process 110 'process': str(self._state.process), 114 self.on_lost_process(self._state.process) 123 if self._state.process is None: 129 if self._drone_manager.is_process_running(self._state.process): 132 # pid but no running process - maybe process *just* exite [all...] |
/external/libcap/doc/ |
cap_get_proc.3 | 29 that of the calling process, and returns a pointer to this newly 42 The new capability state of the process will be completely determined by 47 is set for any capability not currently permitted for the calling process, 48 the function will fail, and the capability state of the process will remain 56 with the process capabilities of the process indicated by 66 capability flag in effect for the current process. This operation is 124 attempts to obtain the capabilities of some other process; storing the 134 attempts to set the capabilities of some other process(es), 138 is positive it refers to a specific process; if it is zero, it refer [all...] |
/external/libchrome/base/test/ |
multiprocess_test.h | 11 #include "base/process/launch.h" 12 #include "base/process/process.h" 35 // // Start a child process and run |a_test_func|. 36 // base::Process test_child_process = 40 // // Do stuff involving |test_child_process| and the child process.... 51 // // Code here runs in a child process.... 55 // Spawns a child process and executes the function |procname| declared using 60 Process SpawnMultiProcessTestChild( 66 // may add any flags needed for your child process [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
ptrace.h | 30 /* Indicate that the process making this request should be traced. 31 All signals received by this process can be intercepted by its 36 /* Return the word in the process's text space at address ADDR. */ 40 /* Return the word in the process's data space at address ADDR. */ 44 /* Return the word in the process's user area at offset ADDR. */ 48 /* Write the word DATA into the process's text space at address ADDR. */ 52 /* Write the word DATA into the process's data space at address ADDR. */ 56 /* Write the word DATA into the process's user area at offset ADDR. */ 60 /* Continue the process. */ 64 /* Kill the process. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
ptrace.h | 30 /* Indicate that the process making this request should be traced. 31 All signals received by this process can be intercepted by its 36 /* Return the word in the process's text space at address ADDR. */ 40 /* Return the word in the process's data space at address ADDR. */ 44 /* Return the word in the process's user area at offset ADDR. */ 48 /* Write the word DATA into the process's text space at address ADDR. */ 52 /* Write the word DATA into the process's data space at address ADDR. */ 56 /* Write the word DATA into the process's user area at offset ADDR. */ 60 /* Continue the process. */ 64 /* Kill the process. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
ptrace.h | 30 /* Indicate that the process making this request should be traced. 31 All signals received by this process can be intercepted by its 36 /* Return the word in the process's text space at address ADDR. */ 40 /* Return the word in the process's data space at address ADDR. */ 44 /* Return the word in the process's user area at offset ADDR. */ 48 /* Write the word DATA into the process's text space at address ADDR. */ 52 /* Write the word DATA into the process's data space at address ADDR. */ 56 /* Write the word DATA into the process's user area at offset ADDR. */ 60 /* Continue the process. */ 64 /* Kill the process. * [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
EventLogTags.logtags | 34 # Application process bound to work 35 30010 am_proc_bound (User|1|5),(PID|1|5),(Process Name|3) 36 # Application process died 37 30011 am_proc_died (User|1|5),(PID|1|5),(Process Name|3) 42 # Application process has been started 43 30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3) 44 # An application process has been marked as bad 45 30015 am_proc_bad (User|1|5),(UID|1|5),(Process Name|3) 46 # An application process that was bad is now marked as good 47 30016 am_proc_good (User|1|5),(UID|1|5),(Process Name|3 [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
ProcessBuilder.java | 42 * of process attributes. The {@link #start()} method creates a new 43 * {@link Process} instance with those attributes. The {@link 47 * <p>Each process builder manages these process attributes: 62 * the environment of the current process (see {@link System#getenv()}). 65 * working directory of the current process, usually the directory 68 * <p>Modifying a process builder's attributes will affect processes 70 * will never affect previously started processes or the Java process 84 * <p>Starting a new process which uses the default working directory 88 * Process p = new ProcessBuilder("myCommand", "myArg").start() [all...] |
/frameworks/base/core/java/android/os/ |
Process.java | 53 public class Process { 54 private static final String LOG_TAG = "Process"; 95 * Defines the UID/GID for the WIFI supplicant process. 101 * Defines the UID/GID for the mediaserver process. 107 * Defines the UID/GID for the DRM process. 119 * Defines the UID/GID for the NFC service process. 125 * Defines the UID/GID for the Bluetooth service process. 143 * Defines the UID/GID for the shared RELRO file updater process. 149 * Defines the UID/GID for the audioserver process. 155 * Defines the UID/GID for the cameraserver process [all...] |
/art/test/063-process-manager/src/ |
Main.java | 18 Process proc = pb.start(); 33 if (name.indexOf("process reaper") >= 0) { 34 System.out.println("process manager: " + t.getState()); 40 System.out.println("process manager: nonexistent");
|
/bootable/recovery/minadbd/ |
README.txt | 8 makes the process exit.
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process.
|