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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
prctl.h 44 /* Get/set whether we use statistical process timing or accurate timestamp
45 * based process timing */
49 statistical process timing */
51 process timing */
53 #define PR_SET_NAME 15 /* Set process name */
54 #define PR_GET_NAME 16 /* Get process name */
56 /* Get/set process endian */
63 /* Get/set process seccomp mode */
71 /* Get/set the process' ability to use the timestamp counter instruction */
93 * This influences when the process gets killed on a memory corruption
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h 50 /* The structure describing the status of a terminated process. This
54 short int e_termination; /* Process termination status. */
55 short int e_exit; /* Process exit status. */
63 pid_t ut_pid; /* Process ID of login process. */
68 struct exit_status ut_exit; /* Exit status of a process marked
108 #define INIT_PROCESS 5 /* Process spawned by the init process. */
110 #define USER_PROCESS 7 /* Normal process. */
111 #define DEAD_PROCESS 8 /* Terminated process. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
acct.h 2 * BSD Process Accounting for Linux - Definitions
7 * BSD-style process accounting. The kernel accounting code and all
9 * process accounting log must include this file.
38 * process accounting file whenever a process exits.
51 __u32 ac_btime; /* Process Creation Time */
79 __u32 ac_pid; /* Process ID */
80 __u32 ac_ppid; /* Parent Process ID */
81 __u32 ac_btime; /* Process Creation Time */
97 /* bit set when the process ... *
    [all...]
prctl.h 44 /* Get/set whether we use statistical process timing or accurate timestamp
45 * based process timing */
49 statistical process timing */
51 process timing */
53 #define PR_SET_NAME 15 /* Set process name */
54 #define PR_GET_NAME 16 /* Get process name */
56 /* Get/set process endian */
63 /* Get/set process seccomp mode */
71 /* Get/set the process' ability to use the timestamp counter instruction */
93 * This influences when the process gets killed on a memory corruption
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
PermissionMaxSdkVersionTest.java 20 import android.os.Process;
40 Process.myPid(), Process.myUid());
53 Process.myPid(), Process.myUid());
  /external/chromium_org/chrome/service/
service_main.cc 19 // Mainline routine for running as the service process.
22 // cookies should go through the browser process.
31 VLOG(1) << "Service process launched: "
37 // If there is already a service process running, quit now.
48 LOG(ERROR) << "Service process failed to initialize";
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_renderer_connection.h 33 // process ID to identify which plugin they are talking about.
44 // Returns the host for the child process for the given |child_process_id|.
46 // PepperRendererConnection, which serves as the host for in-process plugins.
63 // We have a single BrowserPpapiHost per-renderer for all in-process plugins
65 // with the browser when running in-process but it means that plugin-specific
  /external/chromium_org/content/browser/
tcmalloc_internals_request_job.h 11 #include "base/process/process.h"
27 // Callback for output returned from a child process. Adds
28 // the output for a canonical process-specific header string that
39 // to the tcmalloc output collected for each process.
  /external/chromium_org/content/child/npapi/
npobject_util.h 30 // Needs to be called early in the plugin process lifetime, before any
34 // Returns true if the current process is a plugin process, or false otherwise.
65 // that's set when inside a messagebox. This tells the plugin process that
67 // in-process). This avoids deadlocks when a plugin invokes javascript that
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 21 // a child process. Without it the child process can inherit handles created for
22 // a different child process started at the same time.
25 // Creates a copy of the current process token for the given |session_id| so
26 // it can be used to launch a process in that session.
  /external/chromium_org/sandbox/linux/services/
yama.h 9 #include "base/process/process_handle.h"
16 // and to restrict which processes can ptrace the current process.
31 // Restrict who can ptrace() the current process to its ancestors.
36 // Disable Yama restrictions for the current process.
43 // current process). This requires access to the filesystem and will use
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
rendering_stats.py 33 def GetInputLatencyEvents(process, timeline_range):
34 """Get input events' LatencyInfo from the process's trace buffer that are
43 if not process:
45 for event in process.IterAllAsyncSlicesOfName("InputLatency"):
81 def HasRenderingStats(process):
82 """ Returns True if the process contains at least one
85 if not process:
87 for event in process.IterAllSlicesOfName(
91 for event in process.IterAllSlicesOfName(
111 # Find the top level process with rendering stats (browser or renderer)
    [all...]
  /external/lldb/test/lang/objc/objc-ivar-stripped/
TestObjCIvarStripped.py 38 process = target.LaunchSimple (None, None, os.getcwd())
39 self.assertTrue (process, "Created a process.")
40 self.assertTrue (process.GetState() == lldb.eStateStopped, "Stopped it too.")
42 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
  /external/lldb/test/python_api/lldbutil/frame/
TestFrameUtils.py 36 # Now launch the process, and do not stop at entry point.
37 process = target.LaunchSimple(None, None, os.getcwd())
39 if not process:
41 self.assertTrue(process.GetState() == lldb.eStateStopped,
45 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
  /packages/apps/Nfc/src/com/android/nfc/
NfcApplication.java 22 import android.os.Process;
45 // We start a service in a separate process to do
47 // object in those cases, hence check the name of the process
49 // handover process
55 if (appInfo.pid == Process.myPid()) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 32 priorityTest(android.os.Process.THREAD_PRIORITY_BACKGROUND);
33 priorityTest(android.os.Process.THREAD_PRIORITY_DEFAULT);
34 priorityTest(android.os.Process.THREAD_PRIORITY_FOREGROUND);
60 int tid = android.os.Process.myTid();
61 mPriority = new Integer(android.os.Process.getThreadPriority(tid));
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 106 // Utility process messages:
107 // These are messages from the browser to the utility process.
109 // Tells the utility process to unpack the given extension file in its
117 // Tell the utility process to parse the given JSON data and verify its
122 // Tell the utility process to parse the given xml document.
126 // Tell the utility process to decode the given image data.
130 // Tell the utility process to decode the given image data, which is base64
135 // Tell the utility process to decode the given JPEG image data with a robust
140 // Tell the utility process to parse a JSON string into a Value object.
144 // Tell the utility process to patch the given |input_file| using |patch_file
    [all...]
  /external/lldb/test/functionalities/thread/state/
TestThreadStates.py 58 """Test process interrupt."""
65 """Test process interrupt."""
112 # Get the target process
114 process = target.GetProcess()
117 num_threads = process.GetNumThreads()
122 thread = process.GetThreadAtIndex(0)
128 # Kill the process
129 self.runCmd("process kill")
153 # Get the target process
155 process = target.GetProcess(
    [all...]
  /external/chromium_org/base/process/
process_metrics.h 16 #include "base/process/process_handle.h"
43 // priv (private): These pages (kbytes) cannot be shared with any other process.
47 // other process.
50 // priv: Pages mapped only by this process.
55 // priv: Pages mapped only by this process.
76 // private: These pages cannot be shared with any other process.
88 // Free memory (Megabytes marked as free) in the 2G process address space.
102 // Provides performance metrics for a specified process (CPU usage, memory and
104 // for a specific process, then access the information with the different get
110 // Creates a ProcessMetrics for the specified process
    [all...]
  /external/ltrace/
breakpoints.c 45 arch_translate_address_dyn(struct process *proc,
63 breakpoint_on_hit(struct breakpoint *bp, struct process *proc)
71 breakpoint_on_continue(struct breakpoint *bp, struct process *proc)
81 breakpoint_on_retract(struct breakpoint *bp, struct process *proc)
89 breakpoint_on_install(struct breakpoint *bp, struct process *proc)
98 struct breakpoint *bp, struct process *proc)
113 address2bpstruct(struct process *proc, arch_addr_t addr)
128 os_breakpoint_init(struct process *proc, struct breakpoint *sbp)
147 arch_breakpoint_init(struct process *proc, struct breakpoint *sbp)
178 * need process for anything. *
    [all...]
  /frameworks/base/core/java/android/os/
IBinder.java 24 * performing in-process and cross-process calls. This
37 * process, and the underlying inter-process communication (IPC) mechanism
45 * another process, if that other process sends a reference to that same IBinder
46 * back to the original process, then the original process will receive the
51 * <p>The system maintains a pool of transaction threads in each process that
54 * process A to process B, the calling thread in A blocks in transact() a
    [all...]
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 42 * Map from pid to Process. We keep weak references to the Process objects
44 * process objects themselves don't require much memory, but file
85 // Wait for children in our process group.
115 * Called by {@link #watchChildren()} when a child process exits.
117 * @param pid ID of process that exited
118 * @param exitValue value the process returned upon exit
127 ProcessImpl process = processReference.get(); local
128 if (process != null) {
129 process.setExitValue(exitValue)
218 ProcessImpl process = new ProcessImpl(pid, in, out, err); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 59 * @param rmeth method to process
80 * @param rmeth method to process
120 * @param rmeth method to process
155 MoveParamCombiner.process(ssaMeth);
159 SCCP.process(ssaMeth);
160 DeadCodeRemover.process(ssaMeth);
165 LiteralOpUpgrader.process(ssaMeth);
166 DeadCodeRemover.process(ssaMeth);
175 EscapeAnalysis.process(ssaMeth);
176 DeadCodeRemover.process(ssaMeth)
    [all...]
  /external/chromium_org/content/browser/media/
webrtc_internals.h 11 #include "base/process/process.h"
32 // |render_process_id| is the id of the render process (not OS pid), which is
33 // needed because we might not be able to get the OS process id when the
34 // render process terminates and we want to clean up.
35 // |pid| is the renderer process id, |lid| is the renderer local id used to
47 // |pid| is the renderer process id, |lid| is the renderer local id.
51 // |pid| is the renderer process id, |lid| is the renderer local id,
59 // are available. |pid| is the renderer process id, |lid| is the renderer
64 // the id of the render process (not OS pid), which is needed because we migh
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_messages.h 236 // These are messages from the browser to the GPU process.
238 // Tells the GPU process to initialize itself. The browser explicitly
240 // up between the browser and GPU process before doing any work that might
241 // potentially crash the GPU process. Detection of the child process
245 // Tells the GPU process to create a new channel for communication with a
248 // the GPU process reuses an existing channel to that process if it exists.
249 // This ID is a unique opaque identifier generated by the browser process.
254 // Tells the GPU process to close the channel identified by IPC channe
    [all...]

Completed in 1434 milliseconds

<<11121314151617181920>>