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

<<21222324252627282930>>

  /external/chromium_org/content/public/browser/
site_instance.h 22 // process.
34 // Process models:
36 // In process-per-site-instance (the current default process model),
45 // In --process-per-tab, SiteInstances are created when the user manually
47 // a process swap is required for security reasons, such as navigating from
49 // process per BrowsingInstance.
51 // In --process-per-site, we consolidate all SiteInstances for a given site into
52 // the same process, throughout the entire browser context. This ensures that
53 // only one process will be used for each site
    [all...]
  /external/lldb/scripts/Python/interface/
SBDebugger.i 31 # When we step or continue, don't return from the function until the process
46 # Launch the process. Since we specified synchronous mode, we won't return
48 process = target.LaunchSimple (None, None, os.getcwd())
51 if process:
52 # Print some simple process info
53 state = process.GetState ()
54 print process
57 thread = process.GetThreadAtIndex (0)
95 print 'Terminating the inferior process...'
96 process.Kill(
    [all...]
SBError.i 18 '''Create target, spawn a process, and attach to it by id.'''
22 # Spawn a new process and don't display the stdout if not in TraceOn() mode.
29 process = target.AttachToProcessWithID(listener, popen.pid, error)
31 self.assertTrue(error.Success() and process, PROCESS_IS_VALID)
33 # Let's check the stack traces of the attached process.
35 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
42 process = target.AttachToProcessWithID(listener, popen.pid, error)
44 self.assertTrue(error.Success() and process, PROCESS_IS_VALID)
47 that error.Success() is True and we get back a valid process object.
51 # Now launch the process, and do not stop at entry point
    [all...]
  /external/chromium_org/build/android/
adb_logcat_monitor.py 28 # Map from device_id -> (process, logcat_num)
43 """Spawns a adb logcat process if one is not currently running."""
44 process, logcat_num = devices[device_id]
45 if process:
46 if process.poll() is None:
47 # Logcat process is still happily running
52 for line in process.stderr:
60 process = subprocess.Popen([adb_cmd, '-s', device_id,
64 devices[device_id] = (process, logcat_num + 1)
110 # our script doesn't get stuck waiting for a process respons
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.h 10 #include "base/process/process_handle.h"
32 def(BROWSER) /* The main browser process. */ \
33 def(RENDERER) /* A normal WebContents renderer process. */ \
34 def(EXTENSION) /* An extension or app process. */ \
35 def(NOTIFICATION) /* A notification process. */ \
36 def(GUEST) /* A browser plugin guest process. */ \
37 def(PLUGIN) /* A plugin process. */ \
38 def(WORKER) /* A web worker process. */ \
39 def(NACL) /* A NativeClient loader or broker process. */ \
40 def(UTILITY) /* A browser utility process. */
    [all...]
  /external/chromium_org/content/common/
worker_messages.h 5 // Defines messages between the browser and worker process, as well as between
6 // the renderer and worker process.
51 // These are messages sent from the browser to the worker process.
57 // These are messages sent from the worker process to the browser process.
59 // Sent by the worker process to check whether access to web databases is
69 // Sent by the worker process to check whether access to file system is allowed.
75 // Sent by the worker process to check whether access to IndexedDB is allowed.
82 // Sent by the worker process to request being killed.
88 // These are messages sent from the renderer process to the worker process
    [all...]
  /external/chromium_org/ppapi/proxy/
var_serialization_rules.h 17 // the local process. The renderer and the plugin process each have separate
27 // Prepares the given var for sending to the remote process. For object vars,
28 // the returned var will contain the id valid for the host process.
29 // Otherwise, the returned var is valid in the local process.
35 // These two functions handle that process.
38 // representing the input in the local process.
57 // Creates a var in the context of the local process from the given
59 // SendPassRef in the remote process. The return value is the var valid in
60 // the host process for object vars. Otherwise, the return value is a va
    [all...]
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.h 15 #include "base/process/process_handle.h"
26 // process creates an instance of this class and registers policies that it
29 // With this sandbox, the parent process must replace the bootstrap port prior
33 // normally go to launchd are filtered based on the specified per-process
40 // client of the sandbox is intended to be an unsandboxed parent process that
43 // When the parent is ready to fork a new child process with this sandbox
46 // set the policy for the new process, and the second will finialize the
47 // association between the process ID and sandbox policy ID.
73 // Called in the parent when a process has died. It cleans up the references
74 // to the process
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
call_stats_unittest.cc 53 call_stats_->Process();
60 call_stats_->Process();
75 call_stats_->Process();
81 call_stats_->Process();
88 call_stats_->Process();
94 call_stats_->Process();
120 call_stats_->Process();
131 call_stats_->Process();
141 call_stats_->Process();
158 call_stats_->Process();
    [all...]
  /external/chromium_org/ui/metro_viewer/
metro_viewer_messages.h 125 // This structure contains the parameters sent to the viewer process to display
161 // Sent to the viewer process to set the cursor position.
166 // Ack sent by the viewer process indicating that the SetCursorPos operation
176 // Sent from the metro viewer process to the browser process to indicate that
188 // Sent from the metro viewer process to the browser process to update the
197 // Sent from the metro viewer process to the browser process to update the
203 // Sent from the metro viewer process to the browser process to commit strings
    [all...]
  /external/libunwind/doc/
libunwind-ptrace.man 90 system\-call makes it possible for a process to
92 process. With the right set of call\-back routines, it is therefore
94 to another process via
108 target process. This is done by calling
115 will be able to properly unwind the target process.
130 Next, the application can turn on ptrace\-mode on the target process,
131 either by forking a new process, invoking PTRACE_TRACEME,
135 directly attaching to an already running process (via
137 Either way, once the process\-ID (pid) of the
138 target process is known, a _UPT\-info\-structur
    [all...]
libunwind-ptrace.tex 41 The \Func{ptrace}(2) system-call makes it possible for a process to
43 process. With the right set of call-back routines, it is therefore
44 possible to hook up \Prog{libunwind} to another process via
53 target process. This is done by calling
57 \Prog{libunwind} will be able to properly unwind the target process.
68 Next, the application can turn on ptrace-mode on the target process,
69 either by forking a new process, invoking \Const{PTRACE\_TRACEME}, and
71 directly attaching to an already running process (via
72 \Const{PTRACE\_ATTACH}). Either way, once the process-ID (pid) of the
73 target process is known, a \Prog{\_UPT}-info-structure can be create
    [all...]
  /external/lldb/include/lldb/Target/
ThreadList.h 20 // the process for which this is the thread list. If we ever want a container class
23 // process.
28 friend class Process;
32 ThreadList (Process *process);
106 /// will return false for WillResume, and then the process will not be
110 /// \b true instructs the process to resume normally,
112 /// the process will not actually run. The thread must then return
150 // Classes that inherit from Process can see and modify these
152 Process *m_process; ///< The process that manages this thread list
    [all...]
  /external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
TestBreakpointIgnoreCount.py 64 # The process should be stopped at this point.
65 self.expect("process status", PROCESS_STOPPED,
66 patterns = ['Process .* stopped'])
82 self.runCmd("process continue -i 1", RUN_SUCCEEDED)
84 # The process should be stopped at this point.
85 self.expect("process status", PROCESS_STOPPED,
86 patterns = ['Process .* stopped'])
128 # Now launch the process, and do not stop at entry point.
129 process = target.LaunchSimple(None, None, os.getcwd())
130 self.assertTrue(process, PROCESS_IS_VALID
    [all...]
  /external/lldb/test/functionalities/thread/create_during_step/
TestCreateDuringStep.py 102 # Get the target process
104 process = target.GetProcess()
107 num_threads = process.GetNumThreads()
113 thread1 = process.GetThreadAtIndex(0)
114 thread2 = process.GetThreadAtIndex(1)
121 stepping_thread = process.GetSelectedThread()
128 if stepping_thread != process.GetSelectedThread():
129 process.SetSelectedThread(stepping_thread)
139 num_threads = process.GetNumThreads()
144 self.expect("thread list", 'Process state is stopped due to step'
    [all...]
  /external/lldb/test/functionalities/thread/exit_during_step/
TestExitDuringStep.py 102 # Get the target process
104 process = target.GetProcess()
107 num_threads = process.GetNumThreads()
113 thread1 = process.GetThreadAtIndex(0)
114 thread2 = process.GetThreadAtIndex(1)
115 thread3 = process.GetThreadAtIndex(2)
123 stepping_thread = process.GetSelectedThread()
130 if stepping_thread != process.GetSelectedThread():
131 process.SetSelectedThread(stepping_thread)
143 num_threads = process.GetNumThreads(
    [all...]
  /external/lldb/test/python_api/watchpoint/watchlocation/
TestTargetWatchAddress.py 71 # Now launch the process, and do not stop at the entry point.
72 process = target.LaunchSimple(None, None, os.getcwd())
75 process = target.GetProcess()
76 self.assertTrue(process.GetState() == lldb.eStateStopped,
78 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
101 process.Continue()
104 lldbutil.print_stacktraces(process)
106 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
130 # Now launch the process, and do not stop at the entry point.
131 process = target.LaunchSimple(None, None, os.getcwd()
    [all...]
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose)
75 auto pCount = process.GetNumThreads();
78 SBThread thread(process.GetThreadAtIndex(p));
87 SBFileSpec filespec(process.GetTarget().GetExecutable());
90 auto state = process.GetState();
91 auto pCount_dup = process.GetNumThreads();
92 auto byte_size = process.GetAddressByteSize();
97 SBFileSpec entry_filespec(process.GetTarget().GetExecutable());
131 Xcode::Continue (SBProcess process)
133 process.Continue()
    [all...]
  /external/chromium_org/base/memory/
shared_memory.h 20 #include "base/process/process_handle.h"
71 // If true, the file can be shared read-only to a process.
98 // shared memory file that was created by a remote process and not shared
99 // to the current process.
101 ProcessHandle process);
116 // Returns the maximum number of handles that can be open at once per process.
207 // Shares the shared memory to another process. Attempts to create a
208 // platform-specific new_handle which can be used in a remote process to read
210 // handle for use in the remote process.
217 bool ShareReadOnlyToProcess(ProcessHandle process,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 74 base::DictionaryValue* process; local
75 if (!processes->GetDictionary(i, &process))
78 if (process->GetInteger("pid", &id) && id == static_cast<int>(pid))
79 return process;
200 scoped_refptr<ProcessDetails> process(new ProcessDetails(
202 process->StartFetch(MemoryDetails::SKIP_USER_METRICS);
232 base::DictionaryValue* process = new base::DictionaryValue(); local
234 extension_info->Append(process);
236 process_info->Append(process);
239 process->SetInteger("pid", iter->pid)
271 base::DictionaryValue* process; local
297 base::DictionaryValue* process = FindProcessFromPid(processes, pid); local
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java 14 import android.os.Process;
35 * to more than one distinct process (i.e. one process per service number, up to limit of N).
39 * android:process=":[non]sandboxed_processX" />
48 // This is the native "Main" thread for the renderer / utility process.
57 // Linker-specific parameters for this child process service.
105 return Process.myPid();
110 Process.killProcess(Process.myPid());
120 Log.i(TAG, "Creating new ChildProcessService pid=" + Process.myPid())
    [all...]
  /external/lldb/test/functionalities/completion/
TestCompletion.py 33 """Test that 'process attach --con' completes to 'process attach --continue '."""
34 self.complete_from_to('process attach --con', 'process attach --continue ')
39 """Test that 'process print hello\' completes to itself and does not infinite loop."""
40 self.complete_from_to('process print hello\\', 'process print hello\\',
117 'target.prefer-dynamic-value', 'target.process.']."""
121 'target.process.'])
124 """Test that 'settings set target.process' completes to 'settings set target.process.'.""
    [all...]
  /external/lldb/test/python_api/process/
TestProcessAPI.py 13 mydir = os.path.join("python_api", "process")
62 """Test SBProcess.RemoteLaunch() API with a process not in eStateConnected, and it should fail."""
68 """Test SBProcess.GetNumSupportedHardwareWatchpoints() API with a process."""
89 # Launch the process, and do not stop at the entry point.
90 process = target.LaunchSimple(None, None, os.getcwd())
92 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
104 content = process.ReadMemory(val.AddressOf().GetValueAsUnsigned(), 1, error)
117 cstring = process.ReadCStringFromMemory(val.GetValueAsUnsigned(), 256, error)
134 cstring = process.ReadCStringFromMemory(val.AddressOf().GetValueAsUnsigned(), 256, error)
151 my_uint32 = process.ReadUnsignedFromMemory(val.AddressOf().GetValueAsUnsigned(), 4, error
    [all...]
  /build/core/
process_wrapper_gdb.sh 6 # process. In addition, here we run the command inside
16 # automatically run the process without user intervention.
  /cts/tests/ProcessTest/ShareUidApp/
AndroidManifest.xml 17 package="com.android.cts.process.shareuidapp"
18 android:sharedUserId="com.android.cts.process.uidpid_test">

Completed in 1297 milliseconds

<<21222324252627282930>>