Searched refs:process (Results 151 - 175 of 714) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/audio/
H A DAudioResampler.cpp74 void AudioResampler::process(AudioSourceProvider* provider, AudioBus* destinationBus, size_t framesToProcess) function in class:WebCore::AudioResampler
104 // FIXME: optimize for the common stereo case where it's faster to process both left/right channels in the same inner loop.
107 m_kernels[i]->process(destination, framesToProcess);
/external/webkit/Source/WebCore/webaudio/
H A DBiquadProcessor.cpp91 void BiquadProcessor::process(AudioBus* source, AudioBus* destination, size_t framesToProcess) function in class:WebCore::BiquadProcessor
118 // For each channel of our input, process using the corresponding BiquadDSPKernel into the output channel.
120 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->data(), framesToProcess);
H A DConvolverNode.cpp63 void ConvolverNode::process(size_t framesToProcess) function in class:WebCore::ConvolverNode
77 m_reverb->process(input(0)->bus(), outputBus, framesToProcess);
139 // Synchronize with process().
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContextUserMessageCoders.h113 coder.m_root = coder.m_context->process()->webPage(pageID);
120 coder.m_root = coder.m_context->process()->webFrame(frameID);
H A DWebEditCommandProxy.cpp58 m_page->process()->send(Messages::WebPage::UnapplyEditCommand(m_commandID), m_page->pageID(), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
67 m_page->process()->send(Messages::WebPage::ReapplyEditCommand(m_commandID), m_page->pageID(), CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
H A DDrawingAreaProxyImpl.cpp78 // Tell the web process to do a full backing store update now, in case we previously told
96 // The view has asked us to paint before the web process has painted anything. There's
133 m_webPageProxy->process()->send(Messages::DrawingArea::SuspendPainting(), m_webPageProxy->pageID());
138 m_webPageProxy->process()->send(Messages::DrawingArea::ResumePainting(), m_webPageProxy->pageID());
173 m_webPageProxy->process()->send(Messages::DrawingArea::DidUpdate(), m_webPageProxy->pageID());
280 m_webPageProxy->process()->send(Messages::DrawingArea::UpdateBackingStoreState(m_nextBackingStoreStateID, respondImmediatelyOrNot == RespondImmediately, m_size, m_scrollOffset), m_webPageProxy->pageID());
298 if (m_webPageProxy->process()->isLaunching())
309 m_webPageProxy->process()->connection()->waitForAndDispatchImmediately<Messages::DrawingAreaProxy::DidUpdateBackingStoreState>(m_webPageProxy->pageID(), didUpdateBackingStoreStateTimeout);
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp45 WebGeolocationManager::WebGeolocationManager(WebProcess* process) argument
46 : m_process(process)
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_model_track.js97 var process = processes[i];
99 track.process = process;
/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/chromium/chrome/browser/task_manager/
H A Dtask_manager.cc558 base::ProcessHandle process = resource->GetProcess();
561 GroupMap::const_iterator group_iter = group_map_.find(process);
565 group_map_[process] = group_entries;
585 // Create the ProcessMetrics for this process if needed (not in map).
586 if (metrics_map_.find(process) == metrics_map_.end()) {
589 base::ProcessMetrics::CreateProcessMetrics(process);
591 base::ProcessMetrics::CreateProcessMetrics(process,
595 metrics_map_[process] = pm;
604 base::ProcessHandle process = resource->GetProcess();
607 GroupMap::iterator group_iter = group_map_.find(process);
[all...]
/external/chromium/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc69 process()->sink().GetFirstMessageMatching(ViewMsg_TranslatePage::ID);
167 process()->sink().ClearMessages();
290 process()->sink().ClearMessages();
319 process()->sink().ClearMessages();
334 process()->sink().ClearMessages();
358 process()->sink().ClearMessages();
521 process()->sink().ClearMessages();
533 process()->sink().ClearMessages();
580 // notification in a posted task; process that task.
610 // notification in a posted task; process tha
[all...]
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c14 * Contains implementation of routines related to process management in
37 /* Current process descriptor.
38 * This variable is used to cache current process descriptor. This value gets
39 * initialized on "as needed" basis, when descriptor for the current process
42 * NULL'ed, since new thread becomes current, thus process switch may have
59 * threads, as well as thread list in the process descriptor of the process
62 * proc - Process descriptor of the process, in context of which new thread
77 new_thread->process = proc;
86 /* Creates and lists process descripto
[all...]
/external/chromium/chrome/browser/
H A Dmemory_details_linux.cc49 // A mapping from process name to the type of browser.
123 Process process; local
124 process.pid = pid;
125 process.parent = ppid;
126 process.name = process_name;
128 processes->push_back(process);
135 // Given a process name, return the type of the browser which created that
136 // process, or |MAX_BROWSERS| if we don't know about it.
146 // For each of a list of pids, collect memory information about that process
171 // Find all children of the given process
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_tab_id_map.cc67 host->process()->id(), host->routing_id(),
81 host->process()->id(), host->routing_id(),
93 host->process()->id(), host->routing_id()));
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_pss_decode.c138 if ((err = hash_descriptor[hash_idx].process(&md, mask, 8)) != CRYPT_OK) {
141 if ((err = hash_descriptor[hash_idx].process(&md, msghash, msghashlen)) != CRYPT_OK) {
144 if ((err = hash_descriptor[hash_idx].process(&md, DB+x, saltlen)) != CRYPT_OK) {
H A Dpkcs_1_pss_encode.c99 if ((err = hash_descriptor[hash_idx].process(&md, DB, 8)) != CRYPT_OK) {
102 if ((err = hash_descriptor[hash_idx].process(&md, msghash, msghashlen)) != CRYPT_OK) {
105 if ((err = hash_descriptor[hash_idx].process(&md, salt, saltlen)) != CRYPT_OK) {
/external/linux-tools-perf/util/
H A Dsession.h153 machine__process_t process)
155 process(&self->host_machine, self);
156 return machines__process(&self->machines, process, self);
152 perf_session__process_machines(struct perf_session *self, machine__process_t process) argument
/external/llvm/lib/Support/Windows/
H A DProgram.inc173 // process. We have to concatenate them all, while quoting the args that
207 // The pointer to the environment block for the new process.
234 // Create a child process.
283 // Regardless of whether the process got created or not, we are done with
289 // Now return an error if the process didn't get created.
304 // Assign the process to a job if a memory limit is defined.
344 // Wait for the process to terminate.
393 MakeErrMsg(ErrMsg, "The process couldn't be killed!");
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_model.js85 * The TimelineProcess represents a single process in the
237 var process = this.processes[pid];
238 for (var tid in process.threads) {
239 threads.push(process.threads[tid]);
/external/sepolicy/
H A Dmls22 mlsconstrain process { transition dyntransition }
26 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
30 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
37 # These permissions are between the process and its local socket,
38 # not between a process/socket and its peer.
97 # creating process' label. Thus we also have an exemption when the "object"
/external/v8/tools/
H A Dpresubmit.py110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
111 process.wait()
115 out_line = process.stderr.readline()
116 if out_line == '' and process.poll() != None:
125 process.kill()
129 process.kill()
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc76 int process_id() { return contents()->render_view_host()->process()->id(); }
78 return extra_tabs_[tab]->render_view_host()->process()->id();
88 void CheckPermissionMessageSentInternal(MockRenderProcessHost* process,
123 CheckPermissionMessageSentInternal(process(), bridge_id, allowed);
131 extra_tabs_[tab]->render_view_host()->process()), bridge_id, allowed);
135 MockRenderProcessHost* process,
140 const IPC::Message* message = process->sink().GetFirstMessageMatching(
147 process->sink().ClearMessages();
134 CheckPermissionMessageSentInternal( MockRenderProcessHost* process, int bridge_id, bool allowed) argument
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_filter.js55 matchProcess: function(process) {
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeBuilder.java37 * Acts as a facade around SableCC generated code. The simplest way to process the resulting tree is
82 * @param root The AST to post process.
88 protected void process(Start root, EscapeMode escapeMode, String templateName) { method in class:SyntaxTreeBuilder
113 process(root, escapeMode, templateName);
/external/valgrind/main/gdbserver_tests/
H A DmcinvokeRU.stdoutB.exp23 monitor command request to kill this process

Completed in 2435 milliseconds

1234567891011>>