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

<<111213141516

  /external/webrtc/webrtc/base/
criticalsection_unittest.cc 78 bool Run() {
253 EXPECT_TRUE(runner.Run());
266 EXPECT_TRUE(runner.Run());
278 EXPECT_TRUE(runner.Run());
290 EXPECT_TRUE(runner.Run());
302 EXPECT_TRUE(runner.Run());
dbus.cc 149 virtual void Run() {
physicalsocketserver_unittest.cc 489 void Run(Thread *thread) {
thread.cc 298 init->runnable->Run(init->thread);
300 init->thread->Run();
307 void Thread::Run() {
528 void ComThread::Run() {
532 Thread::Run();
  /external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.cc 230 Run(channel_a2b_, audio_channels, codec_channels);
233 Run(channel_a2b_, audio_channels, codec_channels);
236 Run(channel_a2b_, audio_channels, codec_channels);
239 Run(channel_a2b_, audio_channels, codec_channels);
242 Run(channel_a2b_, audio_channels, codec_channels);
245 Run(channel_a2b_, audio_channels, codec_channels);
259 Run(channel_a2b_, audio_channels, codec_channels);
262 Run(channel_a2b_, audio_channels, codec_channels);
265 Run(channel_a2b_, audio_channels, codec_channels);
268 Run(channel_a2b_, audio_channels, codec_channels)
    [all...]
delay_test.cc 125 Run(duration_sec, output_prefix);
176 void Run(int duration_sec, const char* output_prefix) {
target_delay_unittest.cc 59 for (int n = 0; n < 30; ++n) // Run enough iterations.
60 Run(true);
62 Run(false); // Run with jitter.
75 for (int n = 0; n < 30; ++n) // Run enough iterations to fill the buffer.
76 Run(true);
79 Run(false); // Run with jitter.
85 for (int n = 0; n < 30; ++n) // Run clean and store delay.
86 Run(true)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 325 new rtc::PlatformThread(DataLogImpl::Run, instance_, "DataLog")),
418 bool DataLogImpl::Run(void* obj) {
scoped_vector_unittest.cc 280 ScopedVector<T> Run() {
295 ScopedVector<DeleteCounter> result = pass_thru.Run();
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 523 _pThread(Run, this, "UdpSocket2ManagerWindows_thread"),
560 bool UdpSocket2WorkerWindows::Run(void* obj)
  /system/connectivity/shill/shims/
netfilter_queue_processor.cc 156 void NetfilterQueueProcessor::Run() {
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc 489 value_out = handler_.Run(params_in, shill_wifi_client_);
514 void ProxyRpcServer::Run() {
  /system/extras/simpleperf/
cmd_stat.cpp 83 bool Run(const std::vector<std::string>& args);
103 bool StatCommand::Run(const std::vector<std::string>& args) {
  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 60 void Run() {
61 run_loop_.Run();
65 // Run out the service worker loop by posting a new command and waiting for
72 Run();
138 Run();
174 Run();
193 Run();
213 Run();
225 Run();
237 Run();
    [all...]
  /system/tpm/trunks/
tpm_generated_test.cc 280 void Run() {
347 Run();
373 Run();
434 Run();
  /art/compiler/optimizing/
codegen_test.cc 187 static void Run(const InternalCodeAllocator& allocator,
210 graph_checker.Run();
220 PrepareForRegisterAllocation(graph).Run();
227 Run(allocator, *codegen, has_result, expected);
670 PrepareForRegisterAllocation(graph).Run();
    [all...]
gvn.cc 363 void Run();
408 void GlobalValueNumberer::Run() {
568 void GVNOptimization::Run() {
570 gvn.Run();
  /art/runtime/jit/
profile_saver.cc 79 void ProfileSaver::Run() {
361 profile_saver->Run();
372 // This can happen if we fallback to run code directly from the APK.
  /art/runtime/
oat_file_assistant_test.cc 673 // We should still be able to get the non-executable odex file to run from.
    [all...]
  /external/libchrome/base/message_loop/
message_loop.cc 48 // Logical events for Histogram profiling. Run with --message-loop-histogrammer
141 // iOS just attaches to the loop, it doesn't Run it.
289 void MessageLoop::Run() {
292 run_loop.Run();
306 NOTREACHED() << "Must be inside Run to call Quit";
315 NOTREACHED() << "Must be inside Run to call Quit";
406 pump_ = pump_factory_.Run();
449 pump_->Run(this);
500 // We couldn't run the task now because we're in a nested message loop
623 // queue that are ready to run. To increase efficiency when we fall behind
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 43 /// Run: module ::= toplevelentity*
44 bool LLParser::Run() {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 88 void Run(const string& command);
91 // Methods to set up the test (called before Run()).
111 // Methods to check the test results (called after Run()).
113 // Checks that no text was written to stderr during Run(), and Run()
117 // Checks that Run() returned non-zero and the stderr output is exactly
122 // Checks that Run() returned non-zero and the stderr contains the given
126 // Like ExpectErrorSubstring, but checks that Run() returned zero.
183 // The result of Run().
221 // run with the option on (which used to be the only way) except in certai
    [all...]
  /external/v8/src/ast/
ast-expression-visitor.cc 48 void AstExpressionVisitor::Run() { RECURSE(Visit(root_)); }
  /external/v8/src/compiler/
loop-analysis.cc 67 void Run() {
454 finder.Run();
  /external/v8/tools/
run_perf.py 9 Call e.g. with tools/run-perf.py --arch ia32 some_suite.json
15 "archs": [<architecture name for which this suite is run>, ...],
16 "binary": <name of binary to run, default "d8">,
19 "run_count": <how often will this suite run (optional)>,
20 "run_count_XXX": <how often will this suite run for arch XXX (optional)>,
62 "main": "run.js",
83 "main": "run.js",
88 "main": "run.js",
93 Path pieces are concatenated. D8 is always run with the suite's path as cwd.
203 self.errors.append("Test %s should only run once since a stddev
    [all...]

Completed in 808 milliseconds

<<111213141516