Searched defs:process (Results 276 - 300 of 406) sorted by relevance

<<11121314151617

/external/chromium_org/remoting/host/
H A Ddesktop_session_proxy.cc10 #include "base/process/process_handle.h"
46 base::ProcessHandle process,
50 shared_memory_(handle, kReadOnly, process),
232 // to be duplicated from the desktop process.
256 // Connect to the desktop process.
433 // the message was sent by more privileged process.
473 // a more privileged process.
44 IpcSharedBufferCore(int id, base::SharedMemoryHandle handle, base::ProcessHandle process, size_t size) argument
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc33 // while in SpawnTarget and we must terminate the target process.
66 base::win::ScopedHandle process; member in struct:__anon9878::PeerTracker
114 // The destructor should only be called when the Broker process is terminating.
168 // Closing the job causes the target process to be destroyed so this
181 // process on a job terminates, but in general this is the place to tell
214 // The job object has signaled that the last process associated
215 // with it has terminated. Assuming there is no way for a process
255 // Remove a process from our list of peers.
275 // process inside the sandbox.
289 // the child process
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp92 process();
94 process();
97 process();
100 process();
103 process();
185 void HTMLLinkElement::process() function in class:WebCore::HTMLLinkElement
188 link->process();
203 process();
557 process();
565 void LinkStyle::process() function in class:WebCore::LinkStyle
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DSincResampler.cpp185 void SincResampler::process(const float* source, float* destination, unsigned numberOfSourceFrames) function in class:WebCore::SincResampler
195 process(&sourceProvider, destination, framesThisTime);
202 void SincResampler::process(AudioSourceProvider* sourceProvider, float* destination, size_t framesToProcess) function in class:WebCore::SincResampler
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.cpp87 void AudioBufferSourceNode::process(size_t framesToProcess) function in class:WebCore::AudioBufferSourceNode
345 // This synchronizes with process().
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py751 def process(self, lines, file_path, **kwargs): member in class:ProcessorBase
755 lines: A list of lines of text to process.
757 **kwargs: This argument signifies that the process() method of
812 # process() method instantiates one using parameters.
834 def process(self, lines, file_path, line_numbers=None): member in class:StyleProcessor
839 file_path: The path of the file to process. If possible, the path
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32.cc453 HANDLE process = ::GetCurrentProcess(), token; local
454 if (OpenProcessToken(process, TOKEN_QUERY | TOKEN_QUERY_SOURCE, &token)) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp167 /// \brief Pre-process a function which propagates taint according to the
169 ProgramStateRef process(const CallExpr *CE, CheckerContext &C) const;
308 State = Rule.process(CE, C);
446 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, function in class:GenericTaintChecker::TaintPropagationRule
/external/icu4c/layout/
H A DContextualSubstSubtables.cpp148 le_uint32 ContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionSubtable
165 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
171 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
177 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
185 le_uint32 ContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat1Subtable
234 le_uint32 ContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat2Subtable
286 le_uint32 ContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat3Subtable
319 le_uint32 ChainingContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionSubtable
336 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
342 return subtable->process(lookupProcesso
362 le_uint32 ChainingContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat1Subtable
433 le_uint32 ChainingContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat2Subtable
513 le_uint32 ChainingContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat3Subtable
[all...]
/external/linux-tools-perf/util/
H A Devent.c56 int full, perf_event__handler_t process,
116 process(event, &synth_sample, session);
134 process(event, &synth_sample, session);
146 perf_event__handler_t process,
216 process(event, &synth_sample, session);
224 int perf_event__synthesize_modules(perf_event__handler_t process, argument
275 process(event, &synth_sample, session);
284 pid_t pid, perf_event__handler_t process,
287 pid_t tgid = perf_event__synthesize_comm(comm_event, pid, 1, process,
292 process, sessio
55 perf_event__synthesize_comm(union perf_event *event, pid_t pid, int full, perf_event__handler_t process, struct perf_session *session) argument
144 perf_event__synthesize_mmap_events(union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct perf_session *session) argument
282 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, pid_t pid, perf_event__handler_t process, struct perf_session *session) argument
295 perf_event__synthesize_thread_map(struct thread_map *threads, perf_event__handler_t process, struct perf_session *session) argument
326 perf_event__synthesize_threads(perf_event__handler_t process, struct perf_session *session) argument
389 perf_event__synthesize_kernel_mmap(perf_event__handler_t process, struct perf_session *session, struct machine *machine, const char *symbol_name) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c162 ProcessSerialNumber process; local
166 process.highLongOfPSN = 0;
167 process.lowLongOfPSN = kCurrentProcess;
172 if ( noErr != GetProcessInformation (&process, &process_info) )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java67 /** Don't process grammar file if generated files are newer than grammar */
93 antlr.process();
408 public void process() { method in class:Tool
1055 * process or has processed.
1242 /** Provide the List of all grammar file names that the ANTLR tool should process.
1244 * @param grammarFileNames The list of grammar files to process
1345 * @param depend true to get depends set rather than process the grammar
/external/blktrace/btreplay/
H A Dbtrecord.c759 * process - Process one input file to an output file
762 static void process(struct ifile_info *iip) function
786 process(list_entry(p, struct ifile_info, head));
/external/chromium/base/
H A Dprocess_util_linux.cc71 // Get the total CPU of a single process. Return value is number of jiffies
108 ProcessId GetParentProcessId(ProcessHandle process) { argument
113 stat_file = stat_file.Append(base::IntToString(process));
143 FilePath GetProcessExecutablePath(ProcessHandle process) { argument
145 stat_file = stat_file.Append(base::IntToString(process));
149 // No such process. Happens frequently in e.g. TerminateAllChromeProcesses
175 // Arbitrarily guess that there will never be more than 200 non-process
185 // If not a process, keep looking for one.
199 // Read the process's command line.
205 // Read the process'
263 CreateProcessMetrics(ProcessHandle process) argument
517 ProcessMetrics(ProcessHandle process) argument
699 AdjustOOMScore(ProcessId process, int score) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.cc280 empty_pages, // Terminated process has no active pages.
633 // that don't have a process at startup. Similarly, NAV_ENTRY_COMMITTED &
753 // Get the extension process's active views.
760 // Repeat for the incognito process, if applicable.
775 RenderProcessHost* process,
778 if (!process)
781 RenderProcessHost::listeners_iterator iter = process->ListenersIterator();
801 result->push_back(ExtensionPage(url, process->id(), host->routing_id(),
802 process->profile()->IsOffTheRecord()));
774 GetActivePagesForExtensionProcess( RenderProcessHost* process, const Extension* extension, std::vector<ExtensionPage> *result) argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc558 return process(seg);
598 bool PseudoTcp::process(Segment& seg) { function in class:cricket::PseudoTcp
693 //LOG(LS_INFO) << "PseudoTcp::process - m_slen = " << m_slen;
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc5 #include "base/process/process_metrics.h"
16 #include "base/process/internal_linux.h"
82 // Get the total CPU of a single process. Return value is number of jiffies
120 ProcessMetrics* ProcessMetrics::CreateProcessMetrics(ProcessHandle process) { argument
121 return new ProcessMetrics(process);
249 ProcessMetrics::ProcessMetrics(ProcessHandle process) argument
250 : process_(process),
511 int GetNumberOfThreads(ProcessHandle process) { argument
512 return internal::ReadProcStatsAndGetFieldAsInt(process,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc256 // process, we will use the incognito EPM to find the right extension process,
340 LOG(ERROR) << "Failed to create native process.";
534 void MessageService::OnProcessClosed(content::RenderProcessHost* process) { argument
550 if (opener_process == process) {
553 } else if (receiver_process == process) {
568 // using the original profile since that is what the extension process
592 // Re-lookup the source process since it may no longer be valid.
/external/chromium_org/chrome/browser/extensions/
H A Devent_router.cc79 content::RenderProcessHost* process; member in struct:extensions::EventRouter::ListenerProcess
82 ListenerProcess(content::RenderProcessHost* process, argument
84 : process(process), extension_id(extension_id) {}
87 if (process < that.process)
89 if (process == that.process && extension_id < that.extension_id)
200 content::RenderProcessHost* process,
203 event_name, extension_id, process, scoped_pt
199 AddEventListener(const std::string& event_name, content::RenderProcessHost* process, const std::string& extension_id) argument
206 RemoveEventListener(const std::string& event_name, content::RenderProcessHost* process, const std::string& extension_id) argument
312 AddFilteredEventListener(const std::string& event_name, content::RenderProcessHost* process, const std::string& extension_id, const base::DictionaryValue& filter, bool add_lazy_listener) argument
331 RemoveFilteredEventListener( const std::string& event_name, content::RenderProcessHost* process, const std::string& extension_id, const base::DictionaryValue& filter, bool remove_lazy_listener) argument
582 DispatchEventToProcess(const std::string& extension_id, content::RenderProcessHost* process, const linked_ptr<Event>& event) argument
[all...]
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_process_host.cc18 #include "base/process/process_iterator.h"
85 virtual void PostSpawnTarget(base::ProcessHandle process) { argument
89 // from .dll loading. The NaCl process will attempt to locate this space by
94 void* nacl_mem = VirtualAllocEx(process,
208 // Set the display name so the user knows what plugin the process is running.
222 base::StringPrintf("NaCl process exited with status %i (0x%x)",
243 // The process failed to launch for some reason.
303 // Start getting the IRT open asynchronously while we launch the NaCl process.
309 " to launch the process");
321 // browser process
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc394 content::RenderProcessHost* process = local
396 if (!process || !extensions::ExtensionSystem::Get(profile_)->event_router())
400 event_name, process, extension_id);
406 content::RenderProcessHost* process = local
408 if (!process || !extensions::ExtensionSystem::Get(profile_)->event_router())
412 RemoveEventListener(event_name, process, extension_id);
436 content::RenderProcessHost* process = local
438 if (!process || !extensions::ExtensionSystem::Get(profile_)->event_router())
442 AddFilteredEventListener(event_name, process, extension_id, filter, lazy);
450 content::RenderProcessHost* process local
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc269 content::RenderProcessHost* process) {
272 // process and only send the model to those that have SafeBrowsing enabled.
273 Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
276 VLOG(2) << "Sending phishing model to RenderProcessHost @" << process;
280 << "RenderProcessHost @" << process;
282 process->Send(new SafeBrowsingMsg_SetPhishingModel(model));
268 SendModelToProcess( content::RenderProcessHost* process) argument
/external/chromium_org/chrome/browser/signin/
H A Dsignin_manager.cc96 "Replacing in-use signin process.";
98 const content::RenderProcessHost* process = local
100 DCHECK(process);
103 content::Source<content::RenderProcessHost>(process));
235 // through the follow process or requests to GAIA and LSO:
325 // If the user is in the process of signing in, then treat a call to
643 // replaced with a new process by process-per-site. In either case,
645 // if this was from the current signin process.
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc474 // that don't have a process at startup.
608 empty_pages, // Terminated process has no active pages.
974 // Get the extension process's active views.
993 // Repeat for the incognito process, if applicable. Don't try to get
1029 content::RenderProcessHost* process = host->GetProcess(); local
1031 ExtensionPage(url, process->GetID(), host->GetRoutingID(),
1032 process->GetBrowserContext()->IsOffTheRecord()));
1050 content::RenderProcessHost* process = host->GetProcess(); local
1053 ExtensionPage(web_contents->GetURL(), process->GetID(),
1055 process
[all...]
/external/chromium_org/content/browser/worker_host/
H A Dworker_service_impl.cc46 // Invoked by WorkerServiceImpl when a worker process is created.
112 // Gather up all the visible renderer process/view pairs
145 // This code assumes one worker per process
243 // See if that process had any queued workers.
265 // Also, see if that process had any pending shared workers.
292 // unique among all worker processes. That way when the worker process sends
345 // TODO(atwilson): This won't work if the message is from a worker process.
470 // TODO(atwilson): This won't work if the message is from a worker process.
570 // This code assumes one worker per process, see function comment in header!
637 WorkerProcessHost* process,
636 NotifyWorkerDestroyed( WorkerProcessHost* process, int worker_route_id) argument
[all...]

Completed in 1019 milliseconds

<<11121314151617