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

1 2 34 5 6 7 8 91011>>

  /external/libchrome/sandbox/linux/services/
scoped_process.h 10 #include "base/process/process_handle.h"
15 // fork() a child process that will run a Closure.
20 // This class cannot be instanciated from a multi-threaded process, as it needs
24 // A new process will be created and |child_callback| will run in the child
25 // process. This callback is allowed to terminate the process or to simply
26 // return. If the callback returns, the process will wait forever.
30 // Wait for the process to exit.
33 // When this returns, the process will still not have been reaped and will
  /build/core/
process_wrapper.sh 3 # When using a process wrapper, this is the top-level
6 # interact with the new process.
9 # the user can debug the new process.
  /external/autotest/client/site_tests/platform_LogDupSuppression/
control 13 Test that we suppress duplicate messages from one process to syslog.
15 Directs log messages for the 'spam' process to a new file, then
16 checks that repeated messages from that process are suppressed.
  /external/libchrome/base/process/
port_provider_mac.cc 5 #include "base/process/port_provider_mac.h"
22 void PortProvider::NotifyObservers(ProcessHandle process) {
24 FOR_EACH_OBSERVER(Observer, observer_list_, OnReceivedTaskPort(process));
kill.h 12 #include "base/process/process.h"
13 #include "base/process/process_handle.h"
31 // Used for the case when oom-killer kills a process on ChromeOS.
37 // oom kill for sure, but we can use status of the strong process bindings as
41 TERMINATION_STATUS_LAUNCH_FAILED, // child process never launched
55 // Attempts to kill the process group identified by |process_group_id|. Returns
60 // Get the termination status of the process by interpreting the
61 // circumstances of the child process' death. |exit_code| is set to
72 // Send a kill signal to the process and then wait for the process to exi
    [all...]
  /bionic/libc/upstream-freebsd/
README.txt 5 TODO: write a script to make this process automated.
  /bionic/libc/upstream-netbsd/
README.txt 5 TODO: write a script to make this process automated.
  /bionic/libc/upstream-openbsd/
README.txt 5 TODO: write a script to make this process automated.
  /development/samples/browseable/MidiScope/
_index.jd 8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
  /device/google/marlin/sepolicy/
imscm.te 1 #integrated sensor process
  /device/huawei/angler/sepolicy/
perfd.te 6 allow perfd cameraserver:process signull;
24 # perfd uses kill(pid, 0) to determine if a process exists.
25 # Determining if a process exists does not require the kill capability
26 # since a permission denied indicates the process exists.
  /device/lge/bullhead/sepolicy/
perfd.te 27 # perfd uses kill(pid, 0) to determine if a process exists.
28 # Determining if a process exists does not require the kill capability
29 # since a permission denied indicates the process exists.
32 allow perfd cameraserver:process signull
  /external/autotest/client/bin/
prespawner.py 15 # Run an autotest process, and on stdin, wait for a pickled environment +
57 Spawns a new autotest (reusing an prespawned process if available).
66 process = self.prespawned.get()
67 # Write the environment and argv to the process's stdin; it will launch
69 pickle.dump((new_env, args), process.stdin, protocol=2)
70 process.stdin.close()
71 return process
79 process = subprocess.Popen(
84 logging.debug('Pre-spawned an autotest process %d', process.pid
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
process_track_base.css 6 .process-track-header {
17 .process-track-name:before {
22 .process-track-base.expanded .process-track-name:before {
  /external/harfbuzz_ng/test/
Makefile.am 0 # Process this file with automake to produce Makefile.in
  /external/ppp/pppd/
ppp.pam 2 # Information for the PPPD process with the 'login' option.
  /external/valgrind/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/vboot_reference/scripts/image_signing/
versions.default 2 # firmware and kernel versions to set during the signing process.
  /external/deqp/framework/delibs/decpp/
deProcess.cpp 31 Process::Process (void)
38 Process::~Process (void)
43 void Process::start (const char* commandLine, const char* workingDirectory)
49 void Process::waitForFinish (void)
55 void Process::terminate (void)
61 void Process::kill (void)
67 void Process::closeStdIn (void)
73 void Process::closeStdOut (void
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
Process2Test.java 27 * java.lang.Process#getInputStream(),
28 * java.lang.Process#getErrorStream()
29 * java.lang.Process#getOutputStream()
34 Process p = javaProcessBuilder().start();
42 Process process = null; local
44 process = Runtime.getRuntime().exec(commands, null, null);
45 InputStream is = process.getErrorStream();
57 if (process != null) {
58 process.destroy()
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/
BtKillProcessTest.py 43 """Test that a killed Bluetooth process restarts
45 If the Bluetooth process is killed out of band with kill -9
46 the process should be automatically restarted by Android.
49 1. Verify Bluetooth process is running
50 2. Kill the Bluetooth process with kill -9
51 3. Verify the process is restarted
65 self.log.error("Failed to find Bluetooth process...")
68 #Give up to 5 seconds for the process to restart
73 "Bluetooth process is successfully running again")
76 #Try looking for the process after waiting an additional secon
    [all...]
  /external/autotest/client/tests/synctest/
control 9 Child process creates enough dirty data and issues fsync.
10 In the meanwhile parent process issues kill.
  /external/bison/m4/
wait-process.m4 1 # wait-process.m4 serial 6
9 dnl Prerequisites of lib/wait-process.c.
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptLauncher.java 42 InterpreterProcess process = new InterpreterProcess(interpreter, proxy); local
44 process.start(new Runnable() {
51 process.start(shutdownHook);
53 return process;
61 ScriptProcess process = new ScriptProcess(script, configuration, proxy); local
63 process.start(new Runnable() {
70 process.start(shutdownHook);
72 return process;
  /external/tpm2/
SelfTest.c 14 // TPM_RC_CANCELED the command was canceled (some incremental process may have
16 // TPM_RC_TESTING self test in process

Completed in 1489 milliseconds

1 2 34 5 6 7 8 91011>>