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

1 23 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection_win.h 12 // Collects then populates |process| with the sanitized paths of all DLLs
13 // loaded in the current process. Return false if an error occurred while
15 bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process);
19 void RecordLspFeature(ClientIncidentReport_EnvironmentData_Process* process);
  /external/harfbuzz_ng/test/
Makefile.am 0 # Process this file with automake to produce Makefile.in
  /external/libogg/include/ogg/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/include/vorbis/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/m4/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/lldb/source/Plugins/
CMakeLists.txt 10 add_subdirectory(Process)
Makefile 17 SymbolFile/DWARF SymbolFile/Symtab Process/Utility \
18 DynamicLoader/Static Platform Process/gdb-remote Instruction/ARM \
26 DIRS += Process/MacOSX-Kernel
30 #DIRS += Process/MacOSX-User
31 DIRS += Process/mach-core
36 DIRS += Process/Linux Process/POSIX
38 DIRS += Process/elf-core
42 DIRS += Process/FreeBSD Process/POSI
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessManagerTest.java 32 Process process = null; field in class:ProcessManagerTest
37 Process process = Runtime.getRuntime().exec(commands, null, null); local
39 OutputStream out = process.getOutputStream();
45 assertEquals(greeting, readLine(process));
51 process = Runtime.getRuntime().exec(commands, null, null);
53 assertEquals(0, process.waitFor());
64 process = Runtime.getRuntime().exec(commands, null, null);
69 process.waitFor()
114 Process process = Runtime.getRuntime().exec( local
125 Process process = Runtime.getRuntime().exec( local
183 Process process = Runtime.getRuntime().exec(commands, null, null); local
    [all...]
  /external/chromium_org/components/nacl/common/
nacl_messages.h 5 // Defines messages between the browser and NaCl process.
8 #include "base/process/process.h"
31 // These are messages sent between the browser and the NaCl process.
32 // Tells the NaCl process to start.
37 // Tells the NaCl broker to launch a NaCl loader process.
41 // Notify the browser process that the loader was launched successfully.
44 base::ProcessHandle /* loader process handle */)
47 // given NaCl loader process.
49 int32 /* pid of the NaCl process */,
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Performance.java 21 import android.os.Process;
39 Process.PROC_SPACE_TERM | Process.PROC_COMBINE,
40 Process.PROC_SPACE_TERM | Process.PROC_OUT_LONG, // 1: user time
41 Process.PROC_SPACE_TERM | Process.PROC_OUT_LONG, // 2: nice time
42 Process.PROC_SPACE_TERM | Process.PROC_OUT_LONG, // 3: sys time
43 Process.PROC_SPACE_TERM | Process.PROC_OUT_LONG, // 4: idle tim
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
command_line.py 27 parser.add_option('-p', '--process_id', help='Target process id',
29 parser.add_option('-m', '--filter_process_name', help='Process '
80 'Process ID', 'Process Name', 'RUN_TIME', 'THREADS',
83 for process in device.ListProcesses():
85 options.filter_process_name.lower() in process.name.lower()):
86 stats = process.GetStats()
89 process.pid, process.name, run_time_min, run_time_sec,
97 process = device.GetProcess(options.process_id
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 24 import android.os.Process;
105 int myTid = Process.myTid();
107 int priority = Process.getThreadPriority(myTid);
109 && priority <= Process.THREAD_PRIORITY_LOWEST);
111 Process.setThreadPriority(Process.THREAD_PRIORITY_AUDIO);
112 assertEquals(Process.THREAD_PRIORITY_AUDIO, Process.getThreadPriority(myTid));
114 Process.setThreadPriority(myTid, Process.THREAD_PRIORITY_LOWEST)
    [all...]
  /external/chromium_org/base/process/
memory_stubs.cc 5 #include "base/process/memory.h"
15 bool AdjustOOMScore(ProcessId process, int score) {
process_win.cc 5 #include "base/process/process.h"
13 void Process::Close() {
24 void Process::Terminate(int result_code) {
38 bool Process::IsProcessBackgrounded() const {
48 bool Process::SetProcessBackgrounded(bool value) {
53 // by it. Unfortunately it can only be set for the calling process.
66 ProcessId Process::pid() const {
73 bool Process::is_current() const {
78 Process Process::Current()
    [all...]
process_handle_freebsd.cc 5 #include "base/process/process_handle.h"
14 ProcessId GetParentProcessId(ProcessHandle process) {
17 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process };
25 FilePath GetProcessExecutablePath(ProcessHandle process) {
28 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, process };
process_handle_mac.cc 5 #include "base/process/process_handle.h"
15 ProcessId GetParentProcessId(ProcessHandle process) {
18 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process };
28 FilePath GetProcessExecutablePath(ProcessHandle process) {
30 if (!proc_pidpath(process, pathbuf, sizeof(pathbuf)))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
manifest.json 2 "name": "Process Monitor",
9 "default_title": "Process Monitor",
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_monit 1 check process webtry with pidfile /var/run/webtry.pid
5 check process squid3 with pidfile /var/run/squid3.pid
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.h 16 * opd_get_ascii_procs - read process and mapping information from /proc
18 * Read information on each process and its mappings from the /proc
  /external/skia/experimental/webtry/sys/
webtry_monit 1 check process webtry with pidfile /var/run/webtry.pid
5 check process squid3 with pidfile /var/run/squid3.pid
  /external/valgrind/main/gdbserver_tests/
filter_stderr 8 -e '/TO DEBUG THIS PROCESS USING GDB/d' \
12 -e '/pid is optional if only one valgrind process is running/d'
nlgone_abrt.stdinB.gdb 3 echo vgdb launched process attached\n
5 # see process get a fatal signal
nlsigvgdb.stderrB.exp 1 relaying data between gdb and process ....
5 monitor command request to kill this process
  /external/chromium_org/content/common/
battery_status_messages.h 22 // Notifies the browser process that the renderer process wants
26 // Notifies the render process with new battery status data.
30 // Notifies the browser process that the renderer process is not using the

Completed in 926 milliseconds

1 23 4 5 6 7 8 91011>>