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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/layout/
GlyphSubstLookupProc.cpp 69 delta = subtable->process(subtable, glyphIterator, success, fFilter);
77 delta = subtable->process(subtable, glyphIterator, success, fFilter);
85 delta = subtable->process(subtable, glyphIterator, success, fFilter);
93 delta = subtable->process(subtable, glyphIterator, success, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
GlyphPosnLookupProc.cpp 82 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
90 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
98 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
106 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
114 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
122 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
SinglePositioningSubtables.cpp 18 le_uint32 SinglePositioningSubtable::process(const LEReferenceTo<SinglePositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningSubtable
29 return subtable->process(subtable, glyphIterator, fontInstance, success);
36 return subtable->process(subtable, glyphIterator, fontInstance, success);
44 le_uint32 SinglePositioningFormat1Subtable::process(const LEReferenceTo<SinglePositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(const LEReferenceTo<SinglePositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat2Subtable
SingleSubstitutionSubtables.cpp 17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionSubtable
28 return subtable->process(subtable, glyphIterator, success, filter);
35 return subtable->process(subtable, glyphIterator, success, filter);
43 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat1Subtable
61 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat2Subtable
  /external/selinux/policycoreutils/sestatus/
sestatus.conf.5 7 The \fIsestatus.conf\fR file is used by the \fBsestatus\fR(8) command with the \fB\-v\fR option to determine what file and process security contexts should be displayed.
17 The current process context
19 The init process context
35 .B [process]
55 .B [process]
57 The start of the process list block.
61 One or more fully qualified executable file names that should it be an active process, have its context displayed. Each entry is on a new line.
84 [process]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
RemoteSubActivityScreen.java 23 import android.os.Process;
35 // We are running in a remote process, so want to have the sub-activity
36 // sending the result back in the original process.
43 //Log.i("foo", "RemoteSubActivityScreen pid=" + Process.myPid()
47 // After finishing initialization, kill the process! But only if
53 Process.killProcess(Process.myPid());
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
IProcessStatusTracker.java 22 * Interface that defines contract of tracking process ids
35 * add the named process to watch list
36 * @param processName name of the application process
41 * @return a list of {@link ProcessDetails} describing each process on the watch list
45 * Enable monitoring of process id changes of the named process
47 * Initially all process should be disabled for monitoring pid changes, since it may be running
  /prebuilts/go/darwin-x86/src/os/
exec_unix.go 16 func (p *Process) wait() (ps *ProcessState, err error) {
37 var errFinished = errors.New("os: process already finished")
39 func (p *Process) signal(sig Signal) error {
41 return errors.New("os: process already released")
44 return errors.New("os: process not initialized")
62 func (p *Process) release() error {
70 func findProcess(pid int) (p *Process, err error) {
doc.go 9 // FindProcess looks for a running process by its pid.
10 // The Process it returns can be used to obtain information
11 // about the underlying operating system process.
12 func FindProcess(pid int) (p *Process, err error) {
16 // StartProcess starts a new process with the program, arguments and attributes
23 func StartProcess(name string, argv []string, attr *ProcAttr) (*Process, error) {
27 // Release releases any resources associated with the Process p,
30 func (p *Process) Release() error {
34 // Kill causes the Process to exit immediately.
35 func (p *Process) Kill() error
    [all...]
  /prebuilts/go/linux-x86/src/os/
exec_unix.go 16 func (p *Process) wait() (ps *ProcessState, err error) {
37 var errFinished = errors.New("os: process already finished")
39 func (p *Process) signal(sig Signal) error {
41 return errors.New("os: process already released")
44 return errors.New("os: process not initialized")
62 func (p *Process) release() error {
70 func findProcess(pid int) (p *Process, err error) {
doc.go 9 // FindProcess looks for a running process by its pid.
10 // The Process it returns can be used to obtain information
11 // about the underlying operating system process.
12 func FindProcess(pid int) (p *Process, err error) {
16 // StartProcess starts a new process with the program, arguments and attributes
23 func StartProcess(name string, argv []string, attr *ProcAttr) (*Process, error) {
27 // Release releases any resources associated with the Process p,
30 func (p *Process) Release() error {
34 // Kill causes the Process to exit immediately.
35 func (p *Process) Kill() error
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 21 * POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h>
105 P_PID, /* Wait for specified process. */
106 P_PGID /* Wait for members of process group. */
112 and return its process ID. For errors, return (pid_t) -1.
120 # define WAIT_ANY (-1) /* Any process. */
121 # define WAIT_MYPGRP 0 /* Any process in my process group. */
125 If PID is greater than 0, match any process whose process ID is PID.
126 If PID is (pid_t) -1, match any process
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 21 * POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h>
105 P_PID, /* Wait for specified process. */
106 P_PGID /* Wait for members of process group. */
112 and return its process ID. For errors, return (pid_t) -1.
120 # define WAIT_ANY (-1) /* Any process. */
121 # define WAIT_MYPGRP 0 /* Any process in my process group. */
125 If PID is greater than 0, match any process whose process ID is PID.
126 If PID is (pid_t) -1, match any process
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 21 * POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h>
105 P_PID, /* Wait for specified process. */
106 P_PGID /* Wait for members of process group. */
112 and return its process ID. For errors, return (pid_t) -1.
120 # define WAIT_ANY (-1) /* Any process. */
121 # define WAIT_MYPGRP 0 /* Any process in my process group. */
125 If PID is greater than 0, match any process whose process ID is PID.
126 If PID is (pid_t) -1, match any process
    [all...]
  /external/ltrace/
fetch.c 30 struct fetch_context *arch_fetch_arg_init(enum tof type, struct process *proc,
33 struct fetch_context *arch_fetch_arg_clone(struct process *proc,
37 struct process *proc, struct arg_type_info *info,
41 struct process *proc, struct arg_type_info *info,
56 long gimme_arg(enum tof type, struct process *proc, int arg_num,
64 arch_fetch_arg_init(enum tof type, struct process *proc,
71 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context)
81 struct process *proc,
91 struct process *proc,
121 fetch_arg_init(enum tof type, struct process *proc
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 58 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); local
59 InputStream in = process.getInputStream();
60 InputStream err = process.getErrorStream();
61 OutputStream out = process.getOutputStream();
62 process.destroy();
87 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); local
88 process.destroy();
  /cts/tests/app/app/src/android/app/stubs/
StubRemoteService.java 22 import android.os.Process;
29 android.util.Log.d("Process test stub", "StubRemoteServiceProcessPid:" + Process.myPid());
34 return Process.myPid();
38 return Process.getElapsedCpuTime();
  /cts/tests/tests/os/src/android/os/cts/
CtsRemoteService.java 22 import android.os.Process;
29 android.util.Log.d("Process test stub", "CtsRemoteServiceProcessPid:" + Process.myPid());
34 return Process.myPid();
38 return Process.getElapsedCpuTime();
  /external/chromium-trace/catapult/third_party/coverage/coverage/
monkey.py 7 import multiprocessing.process
26 klass = multiprocessing.process.BaseProcess
28 klass = multiprocessing.Process
33 """A replacement for multiprocess.Process that starts coverage."""
48 multiprocessing.Process = ProcessWithCoverage
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 43 // Abstraction for a crash client process.
46 // Creates an instance with the given values. Gets the process
47 // handle for the given process id and creates necessary event
85 // Unregister the process exit wait operation. If block_until_no_pending is
94 // Reads the custom information from the client process address space.
101 // Calcualtes the uptime for the client process, converts it to a string and
108 // Client process ID.
115 // process address space that will point to an instance of
119 // in the address space of another process.
123 // process address space that will contain information abou
    [all...]
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.h 15 #include "base/process/launch.h"
16 #include "base/process/process.h"
21 // Helper class for starting a process inside a new user, PID, and network
25 // A typical use for "A" launching a sandboxed process "B" would be:
26 // 1. A sets up a command line and launch options for process B.
53 // Launch a new process inside its own user/PID/network namespaces (depending
60 static base::Process LaunchProcess(const base::CommandLine& cmdline,
62 static base::Process LaunchProcess(const std::vector<std::string>& argv,
67 static base::Process LaunchProcessWithOptions
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
lockdown_ptrace.txt 6 Most people do not realize that any program they run can examine the memory of any other process run by them. Meaning the computer game you are running on your desktop can watch everything going on in Firefox or a programs like pwsafe or kinit or other program that attempts to hide passwords..
8 SELinux defines this access as ptrace and sys_ptrace. These accesses allow one process to read the memory of another process. ptrace allows developers and administrators to debug how a process is running using tools like strace, ptrace and gdb. You can even use gdb (GNU Debugger to manipulate another process running memory and environment.
  /frameworks/base/services/core/java/com/android/server/
UiThread.java 20 import android.os.Process;
33 super("android.ui", Process.THREAD_PRIORITY_FOREGROUND, false /*allowIo*/);
35 Process.setThreadGroup(Process.myTid(), Process.THREAD_GROUP_TOP_APP);
  /system/connectivity/shill/
process_manager.cc 98 // Setup/create child process.
99 std::unique_ptr<brillo::Process> process(new brillo::ProcessImpl());
100 process->AddArg(program.value());
102 process->AddArg(option);
104 process->SetCloseUnusedFileDescriptors(true);
105 process->SetPreExecCallback(
107 if (!process->Start()) {
108 LOG(ERROR) << "Failed to start child process for " << program.value();
112 // Setup watcher for the child process
    [all...]
  /frameworks/base/docs/html/guide/components/
processes-and-threads.jd 13 <li><a href="#Lifecycle">Process lifecycle</a></li>
29 running, the Android system starts a new Linux process for the application with a single thread of
30 execution. By default, all components of the same application run in the same process and thread
31 (called the "main" thread). If an application component starts and there already exists a process
33 started within that process and uses the same thread of execution. However, you can arrange for
35 threads for any process.</p>
42 <p>By default, all components of the same application run in the same process and most applications
43 should not change this. However, if you find that you need to control which process a certain
51 <provider>}</a>&mdash;supports an {@code android:process} attribute that can specify a
52 process in which that component should run. You can set this attribute so that each component run
    [all...]

Completed in 1824 milliseconds

1 2 3 4 56 7 8 91011>>