Searched defs:Process (Results 51 - 75 of 116) sorted by relevance

12345

/external/webrtc/webrtc/video/
H A Dcall_stats.cc110 int32_t CallStats::Process() { function in class:webrtc::CallStats
H A Dvie_sync_module.cc104 int32_t ViESyncModule::Process() { function in class:webrtc::ViESyncModule
/external/libbrillo/brillo/
H A Dprocess.cc36 Process::Process() { function in class:brillo::Process
39 Process::~Process() {
42 bool Process::ProcessExists(pid_t pid) {
310 LOG(ERROR) << "Process not running";
325 LOG(ERROR) << "Process " << old_pid
346 LOG(ERROR) << "Process not running";
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp390 // Process
392 Process::Process (void) function in class:xs::win32::Process
402 Process::~Process (void)
419 void Process::cleanupHandles (void)
492 void Process::start (const char* commandLine, const char* workingDirectory)
503 throw std::runtime_error("Process already running");
506 // Process finished, clean up old cruft.
568 bool Process
[all...]
H A DxsWin32TestProcess.hpp132 // incompatible with deFile. Thus separate Process implementation is used for now.
133 class Process class in namespace:xs::win32
136 Process (void);
137 ~Process (void);
153 Process (const Process& other);
154 Process& operator= (const Process& other);
199 win32::Process* m_process;
/external/autotest/server/cros/faft/utils/
H A Dmode_switcher.py9 from multiprocessing import Process namespace
559 For Process creation
570 process = Process(
600 process = Process(
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py294 """Process the end of a statement."""
301 """Process the context at the current token.
462 def Process(self, first_token): member in class:EcmaMetaDataPass
480 """Process the given token."""
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp257 void dng_md5_printer::Process (const void *data, function in class:dng_md5_printer
339 Process (PADDING, padLen);
343 Process (bits, 8);
H A Ddng_fingerprint.h170 void Process (const void *data,
176 void Process (const char *text) function in class:dng_md5_printer
179 Process (text, (uint32) strlen (text));
376 Process (data, count2);
H A Ddng_opcodes.cpp472 virtual void Process (uint32 threadIndex, function in class:dng_inplace_opcode_task
487 // Process area.
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DProcess.java36 public class Process { class
56 public Process() { method in class:Process
135 Log.v("Process " + pid + " exited with result code " + result + ".");
164 android.os.Process.killProcess(mPid.get());
/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dagc_manager_direct.cc232 void AgcManagerDirect::Process(const int16_t* audio, function in class:webrtc::AgcManagerDirect
246 if (agc_->Process(audio, length, sample_rate_hz) != 0) {
247 LOG(LS_ERROR) << "Agc::Process failed";
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc155 int32_t BitrateControllerImpl::Process() { function in class:webrtc::BitrateControllerImpl
/external/webrtc/webrtc/modules/media_file/
H A Dmedia_file_impl.cc98 int32_t MediaFileImpl::Process() function in class:webrtc::MediaFileImpl
101 "Process: This method is not used by MediaFile class.");
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc121 int32_t RemoteBitrateEstimatorSingleStream::Process() { function in class:webrtc::RemoteBitrateEstimatorSingleStream
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dremb.cc49 bitrate_controller_->Process();
56 int RembBweSender::Process() { function in class:webrtc::testing::bwe::RembBweSender
57 return bitrate_controller_->Process();
94 estimator_->Process();
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc86 // returns the number of milliseconds until the module want a worker thread to call Process
95 // Process any pending tasks such as timeouts
96 int32_t VideoCaptureImpl::Process() function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_sender.cc55 int32_t VideoSender::Process() { function in class:webrtc::vcm::VideoSender
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log.cc419 static_cast<DataLogImpl*>(obj)->Process();
423 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc564 return pWorker->Process();
567 // Process should always return true. Stopping the worker threads is done in
569 bool UdpSocket2WorkerWindows::Process() function in class:webrtc::test::UdpSocket2WorkerWindows
598 "UdpSocket2WorkerWindows(%d)::Process(), pSocket == 0, end thread",
/external/webrtc/webrtc/test/
H A Dfake_network_pipe.cc153 void FakeNetworkPipe::Process() { function in class:webrtc::FakeNetworkPipe
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_output_test.cc56 void Process(int channel,
148 void OutputTest::VoEOutputCheckMediaProcess::Process(int channel, function in class:voetest::OutputTest::VoEOutputCheckMediaProcess
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp55 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
403 bool InclusionRewriter::Process(FileID FileId, function in class:InclusionRewriter
457 if (Process(Inc->Id, Inc->FileType)) {
600 Rewrite->Process(PP.getPredefinesFileID(), SrcMgr::C_User);
601 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User);
/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp176 struct Process struct in namespace:PR7176::base
178 struct Continuous : Process
184 typedef bool( base::Process::*Condition )();
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}

Completed in 746 milliseconds

12345