HomeSort by relevance Sort by last modified time
    Searched defs:Run (Results 201 - 225 of 390) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/base/
win32socketserver.h 145 virtual void Run() {
147 Thread::Run();
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc 61 void Run(size_t frames, float* destination) {
79 resampler_source.Run(input_samples, source.get());
122 // Disabled because it takes too long to run routinely. Use for performance
174 resampler_source.Run(input_samples, source.get());
201 pure_source.Run(output_samples, pure_destination.get());
262 // First run through the rates tested in SincResamplerTest. The
305 // Next run through some additional cases interesting for WebRTC.
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 29 int64_t NetEqPerformanceTest::Run(int runtime_ms,
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 112 void Sender::Run() {
225 void Receiver::Run() {
318 _receiver.Run();
347 _sender.Run();
TestAllCodecs.cc 82 // Only run mono for all test cases.
163 Run(channel_a_to_b_);
165 Run(channel_a_to_b_);
167 Run(channel_a_to_b_);
169 Run(channel_a_to_b_);
171 Run(channel_a_to_b_);
173 Run(channel_a_to_b_);
184 Run(channel_a_to_b_);
186 Run(channel_a_to_b_);
188 Run(channel_a_to_b_)
    [all...]
TestVADDTX.cc 82 void TestVadDtx::Run(std::string in_filename, int frequency, int channels,
196 // Set the expectation and run the test.
207 Run(webrtc::test::ResourcePath("audio_coding/testfile32kHz", "pcm"),
227 EXPECT_TRUE(vad_enabled_); // WebRTC DTX cannot run without WebRTC VAD.
252 Run(webrtc::test::ResourcePath("audio_coding/testfile32kHz", "pcm"),
257 Run(webrtc::test::ResourcePath("audio_coding/testfile32kHz", "pcm"),
265 Run(webrtc::test::ResourcePath("audio_coding/teststereo32kHz", "pcm"),
271 Run(webrtc::test::ResourcePath("audio_coding/teststereo32kHz", "pcm"),
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 188 : _thread(UdpSocketManagerPosixImpl::Run,
289 bool UdpSocketManagerPosixImpl::Run(void* obj)
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 122 static bool Run(void* transport) {
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 111 bool HeartRateServer::Run(const RunCallback& callback) {
  /system/core/liblog/tests/
benchmark_main.cpp 82 return true; // With no arguments, we run all benchmarks.
121 void Run(Benchmark* b) {
122 // run once in case it's expensive
233 Run(b);
  /system/tpm/attestation/server/
attestation_service_test.cc 119 void Run() {
120 run_loop_.Run();
212 Run();
226 Run();
239 Run();
252 Run();
265 Run();
278 Run();
291 Run();
305 Run();
    [all...]
  /art/compiler/
elf_writer_quick.cc 65 void Run(Thread*) {
  /art/runtime/jdwp/
jdwp_main.cc 219 run(false),
366 run = false;
437 state->Run();
441 void JdwpState::Run() {
453 run = true;
474 while (run) {
557 run = false;
584 * instant the debugger connects, because we run the risk of executing code
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 527 System.Threading.Thread t = new System.Threading.Thread(Run);
531 public virtual void Run() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 678 System.Threading.Thread t = new System.Threading.Thread( Run );
682 public virtual void Run()
  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 25 virtual bool Run();
50 bool WindowManagerCompositingTest::Run() {
yuvtest.cc 26 virtual bool Run();
212 bool YuvToRgbTest::Run() {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 255 bool V4L2Device::Run(uint32_t frames, uint32_t time_in_sec) {
  /external/autotest/site_utils/
generate_test_report 679 def Run(self):
747 generator.Run()
  /external/autotest/site_utils/suite_scheduler/
task.py 55 # avoid dependency on the installation of gsutil to run sanity check.
141 run_on: event_on which to run # Required
142 hour: integer of the hour to run, only applies to nightly. # Optional
148 By default, Tasks run on all release branches, not factory or firmware.
301 This will run test using latest build on firmware branch, and the latest
307 This will run test using latest build on firmware branch, and the latest
314 This will run test using latest ChromeOS and firmware RW build on ToT.
318 @param suite: the name of the suite to run, e.g. 'bvt'
326 @param boards: A comma separated list of boards to run this task on.
327 Default: Run on all boards
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
app2.py 82 def Run(self, argv):
83 """Run this command.
87 simply call self.Run(argv).
96 return super(NewCmd, self).Run(argv)
126 return self.Run([self._command_name] + args)
149 """Run this command in debug mode."""
174 """Run this command, turning exceptions into print statements."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1.py 135 def Run(self, _):
136 """Run an interactive python shell with the client."""
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags2man.py 35 Run the program, parse the output, and then format that into a man
44 # This may seem a bit of an end run, but it: doesn't bloat flags, can
96 def run(self): member in class:App
185 def Run(self):
186 """Run it and collect output.
535 if not prog.Run():
544 app.run()
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags2man.py 35 Run the program, parse the output, and then format that into a man
44 # This may seem a bit of an end run, but it: doesn't bloat flags, can
96 def run(self): member in class:App
185 def Run(self):
186 """Run it and collect output.
535 if not prog.Run():
544 app.run()
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 0 // RUN: %clang_cc1 -fms-extensions -fdelayed-template-parsing -fsyntax-only -verify -std=c++11 %s
75 static void Run() { }
84 BindState<RunType>::Run();

Completed in 492 milliseconds

1 2 3 4 5 6 7 891011>>