HomeSort by relevance Sort by last modified time
    Searched full:process (Results 1 - 25 of 5187) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/063-process-manager/
expected.txt 0 process manager: nonexistent
5 process manager: RUNNABLE
7 process manager: WAITING
11 process manager: RUNNABLE
13 process manager: WAITING
info.txt 1 Test that spawning a child process and then reaping it (a) works and (b)
  /external/chromium/base/
process_posix.cc 7 #include "base/process.h"
12 void Process::Close() {
14 // if the process wasn't terminated (so we waited) or the state
19 void Process::Terminate(int result_code) {
29 bool Process::IsProcessBackgrounded() const {
34 bool Process::SetProcessBackgrounded(bool value) {
35 // POSIX only allows lowering the priority of a process, so if we
42 ProcessId Process::pid() const {
49 bool Process::is_current() const {
54 Process Process::Current()
    [all...]
process_win.cc 5 #include "base/process.h"
12 void Process::Close() {
19 void Process::Terminate(int result_code) {
25 bool Process::IsProcessBackgrounded() const {
34 bool Process::SetProcessBackgrounded(bool value) {
41 ProcessId Process::pid() const {
48 bool Process::is_current() const {
53 Process Process::Current() {
54 return Process(GetCurrentProcess())
    [all...]
process.h 19 // handle to a process.
20 // ProcessId is a number which identifies the process in the OS.
35 // a valid value. -20 to 19 are valid process priorities.
39 class Process {
41 Process() : process_(kNullProcessHandle) {
47 explicit Process(ProcessHandle handle) : process_(handle) {
53 // A handle to the current process.
54 static Process Current();
56 // Get/Set the handle for this process. The handle will be 0 if the process
    [all...]
  /external/dbus/test/
test-exit.c 1 /* This is a process that just exits with a failure code */
test-sleep-forever.c 1 /* This is a process that just sleeps infinitely. */
  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 34 @TestTargetClass(Process.class)
38 Process process = null; field in class:ProcessManagerTest
49 Process process = Runtime.getRuntime().exec(commands, null, null); local
51 OutputStream out = process.getOutputStream();
57 assertEquals(greeting, readLine(process));
69 process = Runtime.getRuntime().exec(commands, null, null);
71 assertEquals(0, process.waitFor());
82 process = Runtime.getRuntime().exec(commands, null, null)
138 Process process = Runtime.getRuntime().exec( local
155 Process process = Runtime.getRuntime().exec( local
226 Process process = Runtime.getRuntime().exec(commands, null, null); local
    [all...]
  /external/bison/build-aux/
Makefile.am 0 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
  /libcore/luni/src/main/java/java/lang/
Process.java 24 * Represents an external process. Enables writing to, reading from, destroying,
25 * and waiting for the external process, as well as querying its exit value.
30 public abstract class Process {
33 * Terminates this process and closes any associated streams.
38 * Returns the exit value of the native process represented by this object.
39 * It is available only when the native process has terminated.
41 * @return the exit value of this process.
43 * if this process has not terminated.
49 * <em>(stderr)</em> of the native process represented by this object.
52 * the native process
    [all...]
ProcessBuilder.java 75 * Returns this process builder's current program and arguments. Note that
79 * @return this process builder's program and arguments.
86 * Changes the program and arguments of this process builder.
90 * @return this process builder instance.
97 * Changes the program and arguments of this process builder. Note that the
103 * @return this process builder instance.
116 * Returns the working directory of this process builder. If {@code null} is
117 * returned, then the working directory of the Java process is used when a
118 * process is started.
127 * Changes the working directory of this process builder. If the specifie
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 25 import android.os.Process;
35 @TestTargetClass(Process.class)
106 " if the process does not have permission to set the requested priority " +
115 " if the process does not have permission to set the requested priority " +
154 int myTid = Process.myTid();
156 int priority = Process.getThreadPriority(myTid);
158 && priority <= Process.THREAD_PRIORITY_LOWEST);
160 Process.setThreadPriority(Process.THREAD_PRIORITY_AUDIO);
161 assertEquals(Process.THREAD_PRIORITY_AUDIO, Process.getThreadPriority(myTid))
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 78 mSavedPriority = Process.getThreadPriority(Process.myTid());
79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed
88 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
89 Process.setThreadPriority(mSavedPriority);
90 assertEquals(mSavedPriority, Process.getThreadPriority(Process.myTid()));
98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"
    [all...]
  /cts/tests/ProcessTest/
AndroidManifest.xml 17 package="com.android.cts.process"
18 android:sharedUserId="com.android.cts.process.uidpid_test">
22 android:targetPackage="com.android.cts.process"
23 android:label="Test process"/>
29 android:process=":shareProcess"/>
31 android:process=":shareProcess"/>
33 android:process=":noShareProcess"/>
  /packages/apps/Bluetooth/
AndroidManifest.xml 29 android:process="@string/process">
35 android:process="@string/process"
39 android:process="@string/process"
47 android:process="@string/process"
79 android:process="@string/process"
    [all...]
AndroidManifest_test.xml 32 android:process="@string/process">
37 <service android:process="@string/process"
40 <receiver android:process="@string/process"
48 android:process="@string/process"
71 android:process="@string/process">
    [all...]
  /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/icu4c/layout/
SinglePositioningSubtables.h 26 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
34 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
SingleSubstitutionSubtables.h 25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 29 * Represents an addr2line process to get filename/method information from a
31 * Each process can only handle one library, which should be provided when
32 * creating a new process.<br>
36 * keeps an internal list of processes and one asks for a process for a specific
53 * process pipes.
62 /** the command line process */
63 private Process mProcess;
65 /** buffer to read the result of the command line process from */
70 * process
75 * Returns the instance of a Addr2Line process for the specified library
89 Addr2Line process = sProcessCache.get(library); local
    [all...]
  /external/clearsilver/man/man3/
filter_create_fp.3 48 in -> the stdin FILE of the sub process
50 out -> the stdout FILE of the sub process
52 err -> the stderr FILE of the sub process
54 pid -> the pid of the sub process
  /external/libffi/man/
Makefile.am 0 ## Process this with automake to create Makefile.in
  /external/ppp/pppd/
ppp.pam 2 # Information for the PPPD process with the 'login' option.
  /external/qemu/memcheck/
memcheck_proc_management.h 14 * Contains declarations of structures, routines, etc. related to process
37 // Process management structures
40 /* Describes a process that is monitored by memchecker framework. */
42 /* Map of memory blocks allocated in context of this process. */
45 /* Map of memory mapped modules loaded in context of this process. */
48 /* Descriptor's entry in the global process list. */
51 /* List of threads running in context of this process. */
54 /* Path to the process' image file. */
57 /* Process id. */
60 /* Parent process id. *
101 ProcDesc* process; member in struct:ThreadDesc
    [all...]

Completed in 1270 milliseconds

1 2 3 4 5 6 7 8 91011>>