Searched refs:NextRow (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc38 int DataLog::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLog
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLogImpl
H A Ddata_log_unittest_disabled.cc29 ASSERT_EQ(0, DataLog::NextRow(table_name));
H A Ddata_log.cc74 void NextRow();
191 void LogTable::NextRow() { function in class:webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { function in class:webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name);
412 int DataLogImpl::NextRow(const std::string& table_name) { function in class:webrtc::DataLogImpl
416 tables_[table_name]->NextRow();
H A Ddata_log_unittest.cc143 DataLog::NextRow(DataLog::Combine("table", 1));
204 DataLog::NextRow(DataLog::Combine("table", 4));
205 DataLog::NextRow(DataLog::Combine("table", 2));
206 DataLog::NextRow(DataLog::Combine("table", 3));
H A Ddata_log_c.cc142 return webrtc::DataLog::NextRow(table_name);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc38 int DataLog::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLog
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLogImpl
H A Ddata_log_unittest_disabled.cc29 ASSERT_EQ(0, DataLog::NextRow(table_name));
H A Ddata_log.cc74 void NextRow();
191 void LogTable::NextRow() { function in class:webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { function in class:webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name);
412 int DataLogImpl::NextRow(const std::string& table_name) { function in class:webrtc::DataLogImpl
416 tables_[table_name]->NextRow();
H A Ddata_log_unittest.cc142 DataLog::NextRow(DataLog::Combine("table", 1));
203 DataLog::NextRow(DataLog::Combine("table", 4));
204 DataLog::NextRow(DataLog::Combine("table", 2));
205 DataLog::NextRow(DataLog::Combine("table", 3));
H A Ddata_log_c.cc144 return webrtc::DataLog::NextRow(table_name);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log.h114 static int NextRow(const std::string& table_name);
H A Ddata_log_impl.h113 // The implementation of the NextRow() method declared in data_log.h. See
115 int NextRow(const std::string& table_name);
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h116 static int NextRow(const std::string& table_name);
H A Ddata_log_impl.h115 // The implementation of the NextRow() method declared in data_log.h. See
117 int NextRow(const std::string& table_name);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Drtp_to_text.cc115 DataLog::NextRow(table_name);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dssim_opt_x86_64.asm87 .NextRow:
110 jnz .NextRow
177 .NextRow:
191 jnz .NextRow
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_ssim_opt_x86_64.asm87 .NextRow:
110 jnz .NextRow
177 .NextRow:
191 jnz .NextRow
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm87 .NextRow:
110 jnz .NextRow
177 .NextRow:
191 jnz .NextRow
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_ssim_opt.asm87 .NextRow:
110 jnz .NextRow
177 .NextRow:
191 jnz .NextRow
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dquality_modes_test.cc370 DataLog::NextRow(feature_table_name_);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_unittest.cc146 DataLog::NextRow("CodecTest");

Completed in 250 milliseconds