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

1 2 3 4 5 6 7 8 91011>>

  /build/target/board/generic_x86/sepolicy/
installd.te 1 allow installd self:process execmem;
system_server.te 1 allow system_server self:process execmem;
zygote.te 1 allow zygote self:process execmem;
  /device/asus/grouper/sepolicy/
gpsd.te 1 allow gpsd self:process execmem;
keystore.te 1 allow keystore self:process execmem;
vold.te 2 allow vold self:process execmem;
  /art/test/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
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stderrB.exp 1 relaying data between gdb and process ....
nlgone_exit.stderrB.exp 1 relaying data between gdb and process ....
nlgone_return.stderrB.exp 1 relaying data between gdb and process ....
nlself_invalidate.stderrB.exp 1 relaying data between gdb and process ....
mcclean_after_fork.stderrB.exp 1 relaying data between gdb and process ....
3 monitor command request to kill this process
  /external/deqp/framework/delibs/deutil/
deProcess.c 21 * \brief Process abstraction.
65 printf("Process launch failed: %s\n", message);
137 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
138 if (!process)
141 process->state = PROCESSSTATE_NOT_STARTED;
143 return process;
146 static void deProcess_cleanupHandles (deProcess* process)
148 if (process->standardIn)
149 deFile_destroy(process->standardIn);
151 if (process->standardOut
567 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
    [all...]
  /external/chromium_org/base/process/
process.h 10 #include "base/process/process_handle.h"
15 class BASE_EXPORT Process {
17 Process() : process_(kNullProcessHandle) {
20 explicit Process(ProcessHandle handle) : process_(handle) {
23 // A handle to the current process.
24 static Process Current();
28 // Get/Set the handle for this process. The handle will be 0 if the process
35 // Get the PID for this process.
38 // Is the this process the current process
    [all...]
process_posix.cc 5 #include "base/process/process.h"
12 #include "base/process/kill.h"
17 Process Process::Current() {
18 return Process(GetCurrentProcessHandle());
21 ProcessId Process::pid() const {
28 bool Process::is_current() const {
32 void Process::Close() {
34 // if the process wasn't terminated (so we waited) or the stat
    [all...]
  /build/target/board/generic/sepolicy/
bootanim.te 1 allow bootanim self:process execmem;
surfaceflinger.te 1 allow surfaceflinger self:process execmem;
  /external/libogg/include/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/include/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/floor/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/uncoupled/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /frameworks/base/core/tests/coretests/src/android/os/
ProcessTest.java 20 import android.os.Process;
32 assertEquals(android.os.Process.SYSTEM_UID, Process.getUidForName("system"));
33 assertEquals(Process.BLUETOOTH_UID, Process.getUidForName("bluetooth"));
34 assertEquals(Process.FIRST_APPLICATION_UID, Process.getUidForName("u0_a0"));
35 assertEquals(UserHandle.getUid(1, Process.SYSTEM_UID), Process.getUidForName("u1_system"));
36 assertEquals(UserHandle.getUid(2, Process.FIRST_ISOLATED_UID)
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_proc.h 24 * track process, created either by a fork or an exec notification.
31 /** process name */
33 /** thread id for this process, always equal to tgid for 2.2 kernel */
35 /** thread group id for this process */
37 /** non-zero if this process receive any samples, this field
40 /** Set to non-zero when an exit notification occur for this process */
52 * opd_put_sample - process a sample
53 * @param sample sample to process
76 * Deal with a fork() notification by creating a new process
77 * structure, and copying mapping information from the old process
    [all...]
  /external/chromium_org/win8/viewer/
metro_viewer_constants.h 10 // The name of the IPC channel between the browser process and the metro viewer
11 // process.
14 // Tells the viewer process to simply connect back without needing to launch a
15 // browser process itself.

Completed in 321 milliseconds

1 2 3 4 5 6 7 8 91011>>