HomeSort by relevance Sort by last modified time
    Searched full:process (Results 1 - 25 of 18366) 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;
zygote.te 1 allow zygote self:process execmem;
  /external/libvncserver/compat/msvc/
unistd.h 3 #include <process.h>
  /art/test/063-process-manager/
expected.txt 0 process manager: nonexistent
5 process manager: RUNNABLE
7 process manager: TIMED_WAITING
11 process manager: RUNNABLE
13 process manager: TIMED_WAITING
  /external/valgrind/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.
66 printf("Process launch failed: %s\n", message);
138 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
139 if (!process)
142 process->state = PROCESSSTATE_NOT_STARTED;
144 return process;
147 static void deProcess_cleanupHandles (deProcess* process)
149 if (process->standardIn)
150 deFile_destroy(process->standardIn);
152 if (process->standardOut
570 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
    [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/chromium-trace/catapult/tracing/tracing/model/helpers/
chrome_gpu_helper.html 13 * @fileoverview Utilities for accessing the Chrome GPU Process.
16 function ChromeGpuHelper(modelHelper, process) {
17 tr.model.helpers.ChromeProcessHelper.call(this, modelHelper, process);
18 this.mainThread_ = process.findAtMostOneThreadNamed('CrGpuMain');
21 ChromeGpuHelper.isGpuProcess = function(process) {
22 // In some android builds the GPU thread is not in a separate process.
23 if (process.findAtMostOneThreadNamed('CrBrowserMain') ||
24 process.findAtMostOneThreadNamed('CrRendererMain'))
26 return process.findAtMostOneThreadNamed('CrGpuMain');
  /external/libchrome/base/process/
kill.cc 5 #include "base/process/kill.h"
7 #include "base/process/process_iterator.h"
17 Process process = Process::Open(entry->pid()); local
18 result &= process.Terminate(exit_code, true);
process.h 10 #include "base/process/process_handle.h"
20 // Provides a move-only encapsulation of a process.
22 // This object is not tied to the lifetime of the underlying process: the
23 // process may be killed and this object may still around, and it will still
26 // Windows: The underlying ProcessHandle will be valid after the process dies
27 // and can be used to gather some information about that process, but most
31 // the process dies, and it may be reused by the system, which means that it may
32 // end up pointing to the wrong process.
33 class BASE_EXPORT Process {
34 MOVE_ONLY_TYPE_FOR_CPP_03(Process)
    [all...]
  /device/huawei/angler/sepolicy/
kernel.te 2 allow kernel domain:process setsched;
  /device/lge/bullhead/sepolicy/
kernel.te 2 allow kernel domain:process setsched;
  /external/dbus/test/
test-exit.c 1 /* This is a process that just exits with a failure code */
  /external/libvorbis/lib/books/coupled/
Makefile.am 0 ## Process this file with automake to produce Makefile.in

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>