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

<<11121314151617181920>>

  /external/chromium_org/base/process/
launch.h 17 #include "base/process/process_handle.h"
43 // If true, wait for the process to complete.
53 // If true, the new process inherits handles from the parent. In production
56 // leak to the child process, causing errors such as open socket hangs.
73 // If non-null, launches the application in that job object. The process will
86 // If set to true, ensures that the child process is launched with the
92 // process environment. Empty (the default) means to inherit the same
96 // Clear the environment for the new process before processing changes from
101 // src fd->dest fd to propagate FDs into the child process.
111 // If true, start the process in a new process group, instead o
    [all...]
process_handle_win.cc 5 #include "base/process/process_handle.h"
66 void CloseProcessHandle(ProcessHandle process) {
67 CloseHandle(process);
70 ProcessId GetProcId(ProcessHandle process) {
71 // This returns 0 if we have insufficient rights to query the process handle.
72 return GetProcessId(process);
75 bool GetProcessIntegrityLevel(ProcessHandle process, IntegrityLevel *level) {
83 if (!OpenProcessToken(process, TOKEN_QUERY | TOKEN_QUERY_SOURCE,
process_info.h 15 // Vends information about the current process.
18 // Returns the time at which the process was launched. May be empty if an
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.h 13 // Return true if browser process is run in kiosk or forced app mode.
16 // Return true if browser process is run in forced app mode.
  /external/chromium_org/chrome/browser/
browser_util_win.h 10 // Check if current chrome.exe is already running as a browser process by trying
13 // first close the handle and check for any other process holding the handle to
  /external/chromium_org/chrome/browser/chromeos/login/users/
remove_user_delegate.h 13 // Called right before actual user removal process is initiated.
16 // Called right after user removal process has been initiated.
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.cc 36 // Inform the process manager for this profile that the window is ready.
41 if (!manager) // Tests may not have a process manager.
46 // For incognito profiles also inform the original profile's process manager
48 // original profile's process manager should have been informed when the
61 content::RenderProcessHost* process) {
64 process->Send(new ExtensionMsg_SetChannel(GetCurrentChannel()));
78 content::RenderProcessHost* process = local
80 OnRendererProcessCreated(process);
  /external/chromium_org/chrome/browser/hang_monitor/
hang_crash_dump_win.h 10 // Causes the given child process to generate a crash dump and terminates the
11 // process.
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.h 7 // process.
39 // Posts a task to start the zip analysis in the utility process.
45 // Creates the sandboxed utility process and tells it to start analysis.
53 // Notification that the utility process is running, and we can now get its
54 // process handle.
57 // Notification from the utility process that the zip file has been analyzed,
61 // Launches the utility process. Must run on the IO thread.
66 // once the utility process has launched.
  /external/chromium_org/chrome/common/
chrome_utility_printing_messages.h 71 // Utility process messages:
72 // These are messages from the browser to the utility process.
74 // Tell the utility process to render the given PDF into a PWGRaster.
82 // Tells the utility process to get capabilities and defaults for the specified
83 // printer. Used on Windows to isolate the service process from printer driver
84 // crashes by executing this in a separate process. This does not run in a
89 // Tells the utility process to get capabilities and defaults for the specified
90 // printer. Used on Windows to isolate the service process from printer driver
91 // crashes by executing this in a separate process. This does not run in a
98 // Tell the utility process to render the given PDF into a metafile
    [all...]
  /external/chromium_org/chrome/test/base/
chrome_process_util.h 11 #include "base/process/process_handle.h"
12 #include "base/process/process_metrics.h"
17 // based on |browser_pid|, the PID of the main browser process.
23 // A wrapper class for tests to use in fetching process metrics.
32 base::ProcessHandle process) {
33 return new ChromeTestProcessMetrics(process);
57 explicit ChromeTestProcessMetrics(base::ProcessHandle process);
68 // information for another process requires privileges that a normal executable
  /external/chromium_org/components/favicon/
README 1 Favicon is in the process of becoming a layered component
5 When this process is complete, this component will have the following structure:
  /external/chromium_org/components/password_manager/
README 1 PasswordManager is in the process of becoming a layered component
5 When this process is complete, this component will have the following structure:
  /external/chromium_org/components/signin/
README 1 Signin is in the process of becoming a layered component
5 When this process is complete, this component will have the following structure:
  /external/chromium_org/content/browser/renderer_host/
render_process_host_unittest.cc 23 process(), browser_context(), test_url));
25 process(),
  /external/chromium_org/content/public/browser/
worker_service_observer.h 8 #include "base/process/process.h"
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h 19 // It keeps two lists. One list of preloaded in-process modules, and one list
20 // is a list of all live modules (some of which may be out-of-process and hence
35 // both preloaded in-process or currently active (non crashed) out-of-process
41 // This is normally called for out-of-process plugins. Once this is called,
55 // Plugins that have been preloaded so they can be executed in-process in
62 // includes both preloaded ones in preloaded_modules_, and out-of-process
64 // non-crashed modules. If an out-of-process module crashes, it may
  /external/chromium_org/media/video/
video_decode_accelerator.cc 14 // GPU process subclasses must override this.
15 LOG(FATAL) << "This should only get called in the GPU process";
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.h 7 /* What SSL really wants is portable process-shared unnamed mutexes in
8 * shared memory, that have the property that if the process that holds
10 * record locking) lock to the thread, not to the process.
17 * process-shared unnamed POSIX semaphores, because a watchdog thread can
18 * discover and release semaphores that were held by a dead process.
19 * On systems that do not support process-shared POSIX unnamed semaphores,
94 /* include cross-process locking mechanism here */
109 * with the current process. Leave any shared resources (including the state of
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_proxy_private.idl 6 /* Exposes functions needed by the out-of-process proxy to call into the
10 /* Called when the given plugin process has crashed. */
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
Printable.java 8 * Describes a class that can initiate the printing process.
13 /** Start the PDF generation process. */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
jit-interface.txt 4 The JIT has to write a /tmp/perf-%d.map (%d = pid of process) file
15 The ownership of the file has to match the process.
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 37 process = target.LaunchSimple (None, None, os.getcwd())
38 self.assertTrue (process, "Created a process.")
39 self.assertTrue (process.GetState() == lldb.eStateStopped, "Stopped it too.")
41 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
56 process = target.GetProcess()
59 if process.GetAddressByteSize() == 8:
60 frame = process.GetSelectedThread().GetSelectedFrame()
  /external/ltrace/sysdeps/linux-gnu/mips/
regs.c 49 \param proc The process to work on.
53 get_instruction_pointer(struct process *proc)
59 \param proc The process to work on.
68 set_instruction_pointer(struct process *proc, void *addr)
74 \param proc The process to work on.
78 get_stack_pointer(struct process *proc)
84 \param proc The process to work on.
94 get_return_addr(struct process *proc, void *stack_pointer)
  /external/oprofile/daemon/liblegacy/
opd_mapping.h 3 * Management of process mappings
54 * Deal with one notification that a process has mapped
56 * added to the process structure.
61 * opd_put_mapping - add a mapping to a process
62 * @param proc process to add map to
68 * Add the mapping specified to the process proc growing the maps array
75 * opd_kill_maps - delete mapping information for a process
76 * @param proc process to work on

Completed in 1060 milliseconds

<<11121314151617181920>>