Home
last modified time | relevance | path

Searched refs:NextRow (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc73 void NextRow();
190 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable
313 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog
317 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()
401 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl
405 tables_[table_name]->NextRow(); in NextRow()
Ddata_log_no_op.cc38 int DataLog::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLog
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLogImpl
Ddata_log_unittest.cc143 DataLog::NextRow(DataLog::Combine("table", 1)); in TEST()
204 DataLog::NextRow(DataLog::Combine("table", 4)); in TEST()
205 DataLog::NextRow(DataLog::Combine("table", 2)); in TEST()
206 DataLog::NextRow(DataLog::Combine("table", 3)); in TEST()
Ddata_log_unittest_disabled.cc29 ASSERT_EQ(0, DataLog::NextRow(table_name)); in PerformLogging()
Ddata_log_c.cc142 return webrtc::DataLog::NextRow(table_name); in WebRtcDataLog_NextRow()
/external/libvpx/libvpx/vpx_dsp/x86/
Dssim_opt_x86_64.asm177 .NextRow: label
191 jnz .NextRow
/external/webrtc/webrtc/system_wrappers/include/
Ddata_log.h114 static int NextRow(const std::string& table_name);
Ddata_log_impl.h115 int NextRow(const std::string& table_name);
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
Drtp_to_text.cc115 DataLog::NextRow(table_name); in main()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc58 DataLog::NextRow("CodecTest"); in CompareInputOutput()