Searched defs:Process (Results 76 - 100 of 116) sorted by relevance

12345

/external/v8/src/crankshaft/
H A Dhydrogen-load-elimination.cc47 HLoadEliminationTable* Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::HLoadEliminationTable
199 // Process a load instruction, updating internal table state. If a previous
226 // Process a store instruction, updating internal table state. If a previous
446 // Process a possibly side-effecting instruction.
447 void Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::HLoadEliminationEffects
H A Dhydrogen-check-elimination.cc85 HCheckTable* Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::HCheckTable
818 // Process a possibly side-effecting instruction.
819 void Process(HInstruction* instr, Zone* zone) {
/external/v8/src/parsing/
H A Drewriter.cc41 void Process(ZoneList<Statement*>* statements);
107 void Processor::Process(ZoneList<Statement*>* statements) { function in class:v8::internal::Processor
124 if (!node->ignore_completion_value()) Process(node->statements());
261 Process(clause->statements());
352 processor.Process(body);
386 processor.Process(body);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc41 size_t Merge::Process(int16_t* input, size_t input_length, function in class:webrtc::Merge
183 expand_->Process(&expanded_temp);
/external/webrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_test.cc79 void Process(size_t num_blocks);
187 void DebugDumpGenerator::Process(size_t num_blocks) { function in class:webrtc::test::__anon20978::DebugDumpGenerator
475 generator.Process(100);
484 generator.Process(100);
492 generator.Process(100);
501 generator.Process(100);
504 generator.Process(100);
513 generator.Process(100);
516 generator.Process(100);
525 generator.Process(10
[all...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada.cc240 int NadaBweSender::Process() { function in class:webrtc::testing::bwe::NadaBweSender
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc309 incoming_bitrate_.Process();
457 int32_t ReceiveStatisticsImpl::Process() { function in class:webrtc::ReceiveStatisticsImpl
533 int32_t NullReceiveStatistics::Process() { return 0; } function in class:webrtc::NullReceiveStatistics
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc122 int32_t ModuleVideoRenderImpl::Process() function in class:webrtc::ModuleVideoRenderImpl
H A Dvideo_render_internal_impl.cc302 int32_t ModuleVideoRenderImpl::Process() function in class:webrtc::ModuleVideoRenderImpl
/external/webrtc/webrtc/video/
H A Doveruse_frame_detector.cc280 int32_t OveruseFrameDetector::Process() { function in class:webrtc::OveruseFrameDetector
285 // Used to protect against Process() being called too often.
/external/autotest/scheduler/
H A Ddrone_manager.py62 class Process(CustomEquals): class in inherits:CustomEquals
77 return super(Process, self).__repr__() + '<%s>' % self
167 # holds Process objects
377 contents.process = Process(drone.hostname, pid)
398 process = Process(drone.hostname, int(process_info['pid']),
452 body = ('Active processes/Process limit: %d/%d (%s)' %
511 # {pidfile_id: pidfile_contents(Process(drone, pid),
579 Returns a set of Process objects for orphaned processes only.
825 logging.error('Process %s found, but not an autoserv process. '
914 running the given Process
[all...]
/external/dng_sdk/source/
H A Ddng_linearization_info.cpp72 void Process (const dng_rect &tile);
451 void dng_linearize_plane::Process (const dng_rect &srcTile) function in class:dng_linearize_plane
454 // Process tile.
980 virtual void Process (uint32 threadIndex,
1045 void dng_linearize_image::Process (uint32 /* threadIndex */, function in class:dng_linearize_image
1050 // Process each plane.
1055 fPlaneTask [plane]->Process (srcTile);
H A Ddng_utils.cpp556 virtual void Process (uint32 threadIndex,
580 void dng_limit_float_depth_task::Process (uint32 /* threadIndex */, function in class:dng_limit_float_depth_task
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc77 ProcessResult MinidumpProcessor::Process( function in class:google_breakpad::MinidumpProcessor
305 ProcessResult MinidumpProcessor::Process( function in class:google_breakpad::MinidumpProcessor
315 return Process(&dump, process_state);
/external/v8/samples/
H A Dprocess.cc82 // Process a single request.
83 virtual bool Process(HttpRequest* req) = 0;
95 // Process function of the JavaScript script given as an argument.
102 virtual bool Process(HttpRequest* req);
106 // Process function. Returns true if this succeeded, otherwise false.
165 // Execute the script and fetch the Process method.
199 // Process function from the global object.
201 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal)
204 // If there is no Process function, or if it is not a function,
284 bool JsHttpRequestProcessor::Process(HttpReques function in class:JsHttpRequestProcessor
[all...]
/external/webrtc/webrtc/base/
H A Dhttpbase.cc60 HttpParser::Process(const char* buffer, size_t len, size_t* processed, function in class:rtc::HttpParser
550 // Process data in our buffer. Process is not guaranteed to process all
554 // necessary to call Process with an empty buffer, since the state machine
557 ProcessResult process_result = Process(buffer_, len_, &processed,
845 // Break out of Process loop, since our I/O model just changed.
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc178 // Process should be called every kProcessPeriodicityInMs ms
192 int32_t AudioConferenceMixerImpl::Process() { function in class:webrtc::AudioConferenceMixerImpl
414 // Note: The scratch buffer may only be updated in Process().
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h40 virtual int32_t Process() { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/webrtc/modules/pacing/
H A Dpaced_sender.cc290 // be updated in Process().
356 int32_t PacedSender::Process() { function in class:webrtc::PacedSender
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_receiver.cc65 int32_t VideoReceiver::Process() { function in class:webrtc::vcm::VideoReceiver
119 // TODO(holmer): Add API for changing Process interval and make sure it's
156 // We need a Process call more often if we are relying on
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc178 bool Process();
196 return static_cast<ThreadTest*> (ptr)->Process();
199 bool ThreadTest::Process() function in class:ThreadTest
/external/jhead/
H A Djhead.h102 int Process; member in struct:__anon7575
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp401 Shape *Inner = Process(InnerBlocks, Entries, nullptr);
562 Process(CurrBlocks, CurrEntries, nullptr);
580 // Process a set of blocks with specified entries, returns a shape
586 Shape *Process(BlockSet &Blocks, BlockSet &InitialEntries, Shape *Prev) { function in struct:Analyzer
728 Root = Analyzer(this).Process(AllBlocks, Entries, nullptr);
976 void Process(Shape * Root) { function in struct:PostOptimizer
983 PostOptimizer(this).Process(Root);
/external/v8/src/compiler/
H A Descape-analysis.cc481 Process(node);
516 void EscapeStatusAnalysis::Process(Node* node) { function in class:v8::internal::compiler::EscapeStatusAnalysis
803 if (aliases_[node->id()] != kNotReachable && Process(node)) {
852 bool EscapeAnalysis::Process(Node* node) { function in class:v8::internal::compiler::EscapeAnalysis
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc105 int32_t FakeAudioCaptureModule::Process() { function in class:FakeAudioCaptureModule

Completed in 903 milliseconds

12345