Home
last modified time | relevance | path

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

12345

/external/v8/samples/
Dcount-hosts.js30 function Process(request) { class
/external/python/cpython2/Doc/includes/
Dmp_benchmarks.py31 def test_queuespeed(Process, q, c): argument
153 def test_conditionspeed(Process, c): argument
/external/webrtc/webrtc/tools/agc/
Dfake_agc.h25 virtual int Process(const AudioFrame& audio_frame) { in Process() function
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py219 class Process(process.BaseProcess): class
226 Process = Process variable in DefaultContext
295 Process = ForkProcess variable in ForkContext
299 Process = SpawnProcess variable in SpawnContext
303 Process = ForkServerProcess variable in ForkServerContext
326 Process = SpawnProcess variable in SpawnContext
/external/google-breakpad/src/processor/
Dmicrodump_processor.cc57 ProcessResult MicrodumpProcessor::Process(const string &microdump_contents, in Process() function in google_breakpad::MicrodumpProcessor
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dfake_media_process.h18 virtual void Process(int channel, in Process() function
/external/python/cpython3/Doc/library/
Dasyncio-subprocess.rst173 Process chapter
/external/webrtc/webrtc/modules/audio_processing/
Drms_level.cc31 void RMSLevel::Process(const int16_t* data, size_t 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/perfetto/protos/perfetto/trace/ps/
Dprocess_tree.proto35 message Process { message
/external/webrtc/webrtc/voice_engine/
Dmonitor_module.cc64 MonitorModule::Process() in Process() function in webrtc::voe::MonitorModule
Dtransmit_mixer_unittest.cc22 virtual void Process(int channel, ProcessingTypes type, in Process() function in webrtc::voe::__anonb13342fd0111::MediaCallback
/external/sl4a/Common/src/com/googlecode/android_scripting/
DProcess.java36 public class Process { class
56 public Process() { in Process() method in Process
/external/deqp/framework/delibs/decpp/
DdeProcess.hpp41 class Process class
DdeProcess.cpp31 Process::Process (void) in Process() function in de::Process
/external/llvm/docs/
DReleaseProcess.rst45 .. _scripts:
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc19 State* Process(HInstruction* instr, Zone* zone) { in Process() function in v8::internal::State
177 void Process(HInstruction* instr, Zone* zone) { } in Process() function in v8::internal::Effects
Dhydrogen-flow-engine.h27 inline void Process(HInstruction* value, Zone* zone) { in Process() function
42 inline NoState* Process(HInstruction* value, Zone* zone) { in Process() function
/external/icu/icu4c/source/test/depstest/
Ddepstest.py145 def Process(root_path): function
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppclient.h117 int Process(int state) { in Process() function
/external/dng_sdk/source/
Ddng_filter_task.cpp92 void dng_filter_task::Process (uint32 threadIndex, in Process() function in dng_filter_task
Ddng_jpeg_image.cpp92 void Process (uint32 /* threadIndex */, in Process() function in dng_jpeg_image_encode_task
277 void Process (uint32 /* threadIndex */, in Process() function in dng_jpeg_image_find_digest_task
/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc.cc52 int Agc::Process(const int16_t* audio, size_t length, int sample_rate_hz) { in Process() function in webrtc::Agc
/external/libchrome/base/process/
Dprocess_posix.cc217 Process::Process(ProcessHandle handle) : process_(handle) { in Process() function in base::Process
223 Process::Process(Process&& other) : process_(other.process_) { in Process() function in base::Process
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.cc17 Accelerate::ReturnCodes Accelerate::Process(const int16_t* input, in Process() function in webrtc::Accelerate

12345