Searched defs:Process (Results 26 - 50 of 120) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc17 Accelerate::ReturnCodes Accelerate::Process( function in class:webrtc::Accelerate
31 return TimeStretch::Process(input, input_length, output,
55 assert(fs_mult_120 >= peak_index); // Should be handled in Process().
H A Dnormal.cc27 int Normal::Process(const int16_t* input, function in class:webrtc::Normal
64 expand_->Process(&expanded);
H A Dpreemptive_expand.cc19 PreemptiveExpand::ReturnCodes PreemptiveExpand::Process( function in class:webrtc::PreemptiveExpand
37 return TimeStretch::Process(input, input_length, output,
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc82 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
/external/chromium_org/tools/grit/grit/tool/
H A Dresize.py222 self.Process(res_tree, dialog_ids)
224 def Process(self, grd, dialog_ids): member in class:ResizeDialog
H A Dbuild.py188 self.Process()
254 def Process(self): member in class:RcBuilder
H A Dxmb.py206 self.Process(
212 def Process(self, res_tree, output_file, limit_file=None, limit_is_grd=False, member in class:OutputXmb
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dprocess.py11 class Process(event_container.TimelineEventContainer): class in inherits:event_container.TimelineEventContainer
12 ''' The Process represents a single userland process in the trace.
15 super(Process, self).__init__('process %s' % pid, parent)
/external/chromium_org/ui/base/accelerators/
H A Daccelerator_manager.cc78 bool AcceleratorManager::Process(const Accelerator& accelerator) { function in class:ui::AcceleratorManager
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py136 def Process(root_path): function
181 Process(sys.argv[1])
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc82 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dschema_processor.py16 def Process(self, path, file_data): member in class:SchemaProcessorForTest
69 file_system, self.Process, SchemaProcessor, category='json-cache')
207 def Process(self, path, file_data): member in class:SchemaProcessor
/external/chromium_org/sandbox/win/src/
H A Dtarget_process.h63 HANDLE Process() const { function in class:sandbox::TargetProcess
/external/chromium_org/third_party/webrtc/base/
H A Dtask.cc99 int new_state = Process(state_);
194 int Task::Process(int state) { function in class:rtc::Task
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc75 void Bitrate::Process() { function in class:webrtc::Bitrate
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc103 // Wake the thread calling ProcessThreadImpl::Process() to update the
126 return static_cast<ProcessThreadImpl*>(obj)->Process();
129 bool ProcessThreadImpl::Process() function in class:webrtc::ProcessThreadImpl
165 (*iter)->Process();
/external/chromium_org/third_party/webrtc/video_engine/
H A Dcall_stats.cc61 int32_t CallStats::Process() { function in class:webrtc::CallStats
/external/chromium_org/tools/grit/grit/node/
H A Dinclude.py93 def Process(self, output_dir): member in class:IncludeNode
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h92 MachProcess * Process () { return m_process; } function in class:MachTask
93 const MachProcess * Process () const { return m_process; } function in class:MachTask
H A DMachThread.h42 MachProcess * Process() { return m_process; } function in class:MachThread
44 Process() const { return m_process; } function in class:MachThread
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js148 process = new WebInspector.TracingModel.Process(payload.pid);
248 * @return {!Array.<!WebInspector.TracingModel.Process>}
551 WebInspector.TracingModel.Process = function(id)
554 this._setName("Process " + id);
563 WebInspector.TracingModel.Process.prototype = {
700 * @param {!WebInspector.TracingModel.Process} process
772 * @return {!WebInspector.TracingModel.Process}
/external/chromium_org/base/
H A Dsha1_portable.cc51 void Process();
117 Process();
128 Process();
141 Process();
157 void SecureHashAlgorithm::Process() { function in class:base::SecureHashAlgorithm
/external/chromium_org/media/audio/
H A Daudio_output_device.cc31 virtual void Process(int pending_data) OVERRIDE;
288 void AudioOutputDevice::AudioThreadCallback::Process(int pending_data) { function in class:media::AudioOutputDevice::AudioThreadCallback
/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264_unittest.cc33 bool Process(const std::vector<Packet>& pes_packets, bool force_timing);
162 bool EsParserH264Test::Process( function in class:media::mp2t::EsParserH264Test
193 // Process each PES packet.
194 EXPECT_TRUE(Process(pes_packets, false));
218 // Process each PES packet.
219 EXPECT_TRUE(Process(pes_packets, false));
249 // Process each PES packet.
250 EXPECT_TRUE(Process(pes_packets, false));
253 // Process PES packets forcing timings for each PES packet.
254 EXPECT_TRUE(Process(pes_packet
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer.cc75 error_ = Process(input);
195 QuicErrorCode CryptoFramer::Process(StringPiece input) { function in class:net::CryptoFramer

Completed in 790 milliseconds

12345