Searched defs:Run (Results 251 - 275 of 516) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc38 void Run(VP9Worker* worker) { function in class:__anon13015::VP9WorkerThreadTest
69 Run(&worker_);
88 Run(&worker_);
125 Run(&workers[n]);
/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc27 virtual void Run() { function in class:re2::BuildThread
241 virtual void Run() { function in class:re2::SearchThread
285 // Run the search simultaneously in a bunch of threads.
/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection_unittest.cc40 bool Run() { function in class:rtc::__anon15660::AtomicOpRunner
131 EXPECT_TRUE(runner.Run());
143 EXPECT_TRUE(runner.Run());
H A Dsignalthread.h110 virtual void Run() { parent_->Run(); } function in class:rtc::SignalThread::Worker
141 void Run();
H A Dsignalthread_unittest.cc111 virtual void Run() { function in class:OwnerThread
H A Dwin32socketserver.h145 virtual void Run() { function in class:rtc::Win32Thread
147 Thread::Run();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestRedFec.cc78 Run();
84 Run();
93 Run();
99 Run();
107 Run();
113 Run();
121 Run();
125 Run();
129 Run();
133 Run();
294 void TestRedFec::Run() { function in class:webrtc::TestRedFec
[all...]
H A Dinitial_delay_unittest.cc88 Run(codec, 1000);
95 Run(codec, 1000);
102 Run(codec, 400); // Memory constraints limit the buffer at <500 ms.
109 Run(codec, 1000);
116 Run(codec, 1000);
123 Run(codec, 400); // Memory constraints limit the buffer at <500 ms.
127 void Run(CodecInst codec, int initial_delay_ms) { function in class:webrtc::InitialPlayoutDelayTest
H A Dopus_test.cc114 // Run Opus with 2.5 ms frame size.
115 Run(channel_a2b_, audio_channels, 64000, 120);
117 // Run Opus with 5 ms frame size.
118 Run(channel_a2b_, audio_channels, 64000, 240);
120 // Run Opus with 10 ms frame size.
121 Run(channel_a2b_, audio_channels, 64000, 480);
123 // Run Opus with 20 ms frame size.
124 Run(channel_a2b_, audio_channels, 64000, 960);
126 // Run Opus with 40 ms frame size.
127 Run(channel_a2b
210 void OpusTest::Run(TestPackStereo* channel, int channels, int bitrate, function in class:webrtc::OpusTest
[all...]
H A Dtarget_delay_unittest.cc60 for (int n = 0; n < 30; ++n) // Run enough iterations.
61 Run(true);
63 Run(false); // Run with jitter.
76 for (int n = 0; n < 30; ++n) // Run enough iterations to fill the buffer.
77 Run(true);
80 Run(false); // Run with jitter.
86 for (int n = 0; n < 30; ++n) // Run clean and store delay.
87 Run(tru
162 void Run(bool clean) { function in class:webrtc::TargetDelayTest
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_performance_test.cc29 int64_t NetEqPerformanceTest::Run(int runtime_ms, function in class:webrtc::test::NetEqPerformanceTest
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc205 timer_thread_ = ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
216 bool EventPosix::Run(ThreadObj obj) { function in class:webrtc::EventPosix
H A Dthread_posix.cc19 // The Run() method fires event_ when it's started; this ensures that the
27 // true false Run() method entry
28 // false any Run() method run_function failure
29 // any false Run() method exit (happens only with alive_ false)
35 // alive_ Constructor(false) Run.loop
36 // Run.start(true)
37 // Run.fail(false)
42 // Run.start(false)
43 // Run.exit(true)
95 static_cast<ThreadPosix*>(lp_parameter)->Run();
308 void ThreadPosix::Run() { function in class:webrtc::ThreadPosix
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.cc197 _thread = ThreadWrapper::CreateThread(UdpSocketManagerPosixImpl::Run, this,
310 bool UdpSocketManagerPosixImpl::Run(ThreadObj obj) function in class:webrtc::test::UdpSocketManagerPosixImpl
/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc59 FakeAudioDevice::Run, this, webrtc::kHighPriority, "FakeAudioDevice"));
91 bool FakeAudioDevice::Run(void* obj) { function in class:webrtc::test::FakeAudioDevice
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py216 def Run(self, old_version, config): member in class:InitHook
217 """Run the initialization hook.
/external/chromium_org/tools/gn/
H A Dninja_build_writer.cc94 void NinjaBuildWriter::Run() { function in class:NinjaBuildWriter
127 gen.Run();
H A Dtarget_generator.cc37 void TargetGenerator::Run() { function in class:TargetGenerator
87 generator.Run();
91 generator.Run();
95 generator.Run();
99 generator.Run();
102 generator.Run();
106 generator.Run();
110 generator.Run();
114 generator.Run();
/external/chromium_org/tools/grit/grit/tool/
H A Drc2grd.py182 def Run(self, opts, args): member in class:Rc2Grd
/external/chromium_org/tools/telemetry/telemetry/
H A Dbenchmark.py75 def Run(self, finder_options): member in class:Benchmark
76 """Run this test with the given options."""
95 page_runner.Run(pt, ps, expectations, finder_options, results)
160 # Run with freshly extracted profile directory.
H A Dtest_runner.py33 def Run(self, args): member in class:Deps
36 return super(Deps, self).Run(args)
44 def Run(self, args): member in class:Help
89 def Run(self, args): member in class:List
106 class Run(command_line.OptparseCommand): class in inherits:command_line.OptparseCommand
107 """Run one or more tests (default)"""
187 def Run(self, args): member in class:Run
188 return min(255, self._test().Run(args))
380 command = Run
390 return command().Run(option
[all...]
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Drun_tests.py115 """Run unit tests"""
164 def Run(self, args): member in class:RunTestsCommand
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies.py256 def Run(self, args): member in class:FindDependenciesCommand
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_aura.cc127 void MenuMessageLoopAura::Run(MenuController* controller, function in class:views::MenuMessageLoopAura
149 run_loop.Run();
155 run_loop.Run();
173 run_loop.Run();
179 run_loop.Run();
193 message_loop_quit_.Run();
/external/chromium_org/ui/views/controls/
H A Dthrobber.cc40 this, &Throbber::Run);
65 void Throbber::Run() { function in class:views::Throbber

Completed in 474 milliseconds

<<11121314151617181920>>