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

12345

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_receiver.cc73 int32_t VideoReceiver::Process() { function in class:webrtc::vcm::VideoReceiver
135 // TODO(holmer): Add API for changing Process interval and make sure it's
168 // We need a Process call more often if we are relying on
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc251 void Process(int64_t now) { function in class:webrtc::OveruseFrameDetector::EncodeTimeRsd
494 int32_t OveruseFrameDetector::Process() { function in class:webrtc::OveruseFrameDetector
499 // Used to protect against Process() being called too often.
507 encode_rsd_->Process(now);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc177 bool Process();
204 return static_cast<ThreadTest*> (ptr)->Process();
207 bool ThreadTest::Process() function in class:ThreadTest
/external/chromium_org/v8/samples/
H A Dprocess.cc72 // Process a single request.
73 virtual bool Process(HttpRequest* req) = 0;
85 // Process function of the JavaScript script given as an argument.
92 virtual bool Process(HttpRequest* req);
96 // Process function. Returns true if this succeeded, otherwise false.
157 // Execute the script and fetch the Process method.
190 // Process function from the global object.
191 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
194 // If there is no Process function, or if it is not a function,
261 bool JsHttpRequestProcessor::Process(HttpReques function in class:JsHttpRequestProcessor
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc85 HCheckTable* Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::HCheckTable
809 // Process a possibly side-effecting instruction.
810 void Process(HInstruction* instr, Zone* zone) {
/external/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp ---------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/Process.h"
67 // is part of a new lldb_private::Process instance. It will copy all current
82 Process *process = exe_ctx->GetProcessPtr();
131 m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get()));
774 case 'p': // Process plug-in name
941 Process::FindPlugin (Target &target, const char *plugin_name, Listener &listener, const FileSpec *crash_file_path)
986 Process::GetStaticBroadcasterClass ()
993 // Process constructor
995 Process function in class:Process
[all...]
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc830 bool AcceleratorController::Process(const ui::Accelerator& accelerator) { function in class:ash::AcceleratorController
834 return accelerator_manager_->Process(
837 return accelerator_manager_->Process(accelerator);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc110 int32_t FakeAudioCaptureModule::Process() { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc37 int Expand::Process(AudioMultiVector* output) { function in class:webrtc::Expand
H A Dneteq_unittest.cc203 void Process(NETEQTEST_RTPpacket* rtp_ptr, int* out_len);
309 void NetEqDecodingTest::Process(NETEQTEST_RTPpacket* rtp, int* out_len) { function in class:webrtc::NetEqDecodingTest
372 ASSERT_NO_FATAL_FAILURE(Process(&rtp, &out_len));
377 // Process NetworkStatistics.
383 // Process RTCPstat.
493 // Process > 100 frames, and make sure that that we get statistics
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc480 // to call Process().
491 // Module::Process
497 int32_t AudioDeviceModuleImpl::Process() function in class:webrtc::AudioDeviceModuleImpl
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc187 virtual void Process(int channel,
199 void MediaProcessImpl::Process(int channel, function in class:MediaProcessImpl
/external/jhead/
H A Djhead.h102 int Process; member in struct:__anon22666
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc264 // worker thread to call Process.
275 int32_t AudioCodingModuleImpl::Process() { function in class:webrtc::acm2::AudioCodingModuleImpl
486 // Process any pending tasks such as timeouts.
2087 return acm_old_->Process();
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc157 // to call Process.
163 // Process any pending tasks such as timeouts (non time critical events).
164 int32_t ModuleRtpRtcpImpl::Process() { function in class:webrtc::ModuleRtpRtcpImpl
176 // Process RTT if we have received a receiver report and we haven't
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc1669 void WebRtcVoiceEngine::Process(int channel, function in class:cricket::WebRtcVoiceEngine
/external/lldb/include/lldb/Target/
H A DProcess.h1 //===-- Process.h -----------------------------------------------*- C++ -*-===//
1348 /// @class Process Process.h "lldb/Target/Process.h"
1351 class Process : class in namespace:lldb_private
1352 public std::enable_shared_from_this<Process>,
1418 void (*initialize)(void *baton, Process *process);
1419 void (*process_state_changed) (void *baton, Process *process, lldb::StateType state);
1425 friend class Process;
1482 static const Process
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2201 milliseconds

12345