Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 25 of 136) sorted by relevance

123456

/external/libvorbis/doc/
D01-introduction.tex262 \subsubsection{Decode Setup}
274 \paragraph{Identification Header}
279 \paragraph{Comment Header}
284 \paragraph{Setup Header}
289 \subsubsection{Decode Procedure}
317 \paragraph{Packet type decode}
334 \paragraph{Mode decode}
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
389 \paragraph{floor decode}
395 \paragraph{residue decode}
[all …]
/external/chromium_org/base/process/
Dprocess.h17 Process() : process_(kNullProcessHandle) { in Process() function
20 explicit Process(ProcessHandle handle) : process_(handle) { in Process() function
/external/chromium_org/chrome/browser/
Dmemory_details_linux.cc80 struct Process { struct
86 typedef std::map<pid_t, Process> ProcessMap; argument
/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.h92 MachProcess * Process () { return m_process; } in Process() function
93 const MachProcess * Process () const { return m_process; } in Process() function
DMachThread.h42 MachProcess * Process() { return m_process; } in Process() function
44 Process() const { return m_process; } in Process() function
/external/chromium_org/v8/samples/
Dcount-hosts.js30 function Process(request) { class
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dprocess.js17 function Process(model, pid) { class
51 Process.prototype = { class
/external/lldb/include/lldb/Target/
DThreadPlanBase.h32 friend class Process; // RunThreadPlan manages "stopper" base plans. variable
DThreadList.h28 friend class Process; variable
/external/chromium_org/tools/grit/grit/tool/
Dpreprocess_interface.py16 def Process(self, rctext, rcpath): member in PreProcessor
Dpostprocess_interface.py18 def Process(self, rctext, rcpath, grdnode): member in PostProcessor
Dtoolbar_preprocess.py26 def Process(self, rctext, rcpath): member in ToolbarPreProcessor
Dpreprocess_unittest.py37 def Process(self, rctext, rcpath): member in DummyPreProcessor
Dpostprocess_unittest.py51 def Process(self, rctext, rcpath, grdnode): member in DummyPostProcessor
Dtoolbar_postprocess.py26 def Process(self, rctext, rcpath, grdnode): member in ToolbarPostProcessor
/external/chromium_org/gpu/command_buffer/service/
Dquery_manager.cc108 bool AsyncPixelTransfersCompletedQuery::Process() { in Process() function in gpu::gles2::__anon28a0ad480111::AsyncPixelTransfersCompletedQuery
172 bool AllSamplesPassedQuery::Process() { in Process() function in gpu::gles2::AllSamplesPassedQuery
229 bool CommandsIssuedQuery::Process() { in Process() function in gpu::gles2::CommandsIssuedQuery
272 bool CommandLatencyQuery::Process() { in Process() function in gpu::gles2::CommandLatencyQuery
335 bool AsyncReadPixelsCompletedQuery::Process() { in Process() function in gpu::gles2::AsyncReadPixelsCompletedQuery
379 bool GetErrorQuery::Process() { in Process() function in gpu::gles2::GetErrorQuery
427 bool CommandsCompletedQuery::Process() { in Process() function in gpu::gles2::CommandsCompletedQuery
/external/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h32 friend class Process; variable
DBreakpointLocation.h328 friend class Process; variable
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fakes/
Dfake_media_process.h18 virtual void Process(int channel, in Process() function
/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.h19 class Process; variable
/external/chromium_org/chrome/common/extensions/docs/server2/
Dschema_processor.py16 def Process(self, path, file_data): member in SchemaProcessorForTest
207 def Process(self, path, file_data): member in SchemaProcessor
/external/chromium_org/third_party/webrtc/modules/audio_processing/
Drms_level.cc31 void RMSLevel::Process(const int16_t* data, int length) { in Process() function in webrtc::RMSLevel
Dtyping_detection.cc32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { in Process() function in webrtc::TypingDetection
/external/chromium_org/media/formats/mp2t/
Des_parser_mpeg1audio_unittest.cc38 bool EsParserMpeg1AudioTest::Process( in Process() function in media::mp2t::EsParserMpeg1AudioTest
/external/chromium_org/third_party/webrtc/voice_engine/
Dtransmit_mixer_unittest.cc22 virtual void Process(int channel, ProcessingTypes type, in Process() function in webrtc::voe::__anona51526140111::MediaCallback

123456