Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Ddata_log.cc74 void NextRow();
191 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()
412 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl
416 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/webrtc/src/system_wrappers/source/
Ddata_log.cc74 void NextRow();
191 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()
412 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl
416 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.cc142 DataLog::NextRow(DataLog::Combine("table", 1)); in TEST()
203 DataLog::NextRow(DataLog::Combine("table", 4)); in TEST()
204 DataLog::NextRow(DataLog::Combine("table", 2)); in TEST()
205 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.cc144 return webrtc::DataLog::NextRow(table_name); in WebRtcDataLog_NextRow()
/external/libvpx/libvpx/vp8/encoder/x86/
Dssim_opt.asm177 .NextRow: label
191 jnz .NextRow
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
Dssim_opt_x86_64.asm177 .NextRow: label
191 jnz .NextRow
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_ssim_opt.asm177 .NextRow: label
191 jnz .NextRow
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
Dvp9_ssim_opt_x86_64.asm177 .NextRow: label
191 jnz .NextRow
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Ddata_log.h114 static int NextRow(const std::string& table_name);
Ddata_log_impl.h115 int NextRow(const std::string& table_name);
/external/webrtc/src/system_wrappers/interface/
Ddata_log.h116 static int NextRow(const std::string& table_name);
Ddata_log_impl.h117 int NextRow(const std::string& table_name);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
Drtp_to_text.cc115 DataLog::NextRow(table_name); in main()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dquality_modes_test.cc370 DataLog::NextRow(feature_table_name_); in Perform()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc146 DataLog::NextRow("CodecTest"); in CompareInputOutput()