HomeSort by relevance Sort by last modified time
    Searched full:data_log (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
data_log_impl.h 11 // This file contains the helper classes for the DataLog APIs. See data_log.h
84 // The implementation of the CreateLog() method declared in data_log.h.
85 // See data_log.h for a description.
88 // The implementation of the StaticInstance() method declared in data_log.h.
89 // See data_log.h for a description.
92 // The implementation of the ReturnLog() method declared in data_log.h. See
93 // data_log.h for a description.
96 // The implementation of the AddTable() method declared in data_log.h. See
97 // data_log.h for a description.
100 // The implementation of the AddColumn() method declared in data_log.h. Se
    [all...]
data_log.h 81 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
82 if (data_log == NULL)
84 return data_log->InsertCell(
102 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
103 if (data_log == NULL)
105 return data_log->InsertCell(
data_log_c.h 13 // See data_log.h for a description of the functions.
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 12 * This file contains the helper classes for the DataLog APIs. See data_log.h
86 // The implementation of the CreateLog() method declared in data_log.h.
87 // See data_log.h for a description.
90 // The implementation of the StaticInstance() method declared in data_log.h.
91 // See data_log.h for a description.
94 // The implementation of the ReturnLog() method declared in data_log.h. See
95 // data_log.h for a description.
98 // The implementation of the AddTable() method declared in data_log.h. See
99 // data_log.h for a description.
102 // The implementation of the AddColumn() method declared in data_log.h. Se
    [all...]
data_log.h 83 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
84 if (data_log == NULL)
86 return data_log->InsertCell(
104 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
105 if (data_log == NULL)
107 return data_log->InsertCell(
data_log_c.h 14 * See data_log.h for a description of the functions.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc 11 #include "webrtc/system_wrappers/interface/data_log.h"
297 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
298 if (data_log == NULL)
300 return data_log->AddTable(table_name);
306 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
307 if (data_log == NULL)
309 return data_log->DataLogImpl::StaticInstance()->AddColumn(table_name,
315 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
316 if (data_log == NULL)
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name)
    [all...]
data_log_helpers_unittest.cc 11 #include "webrtc/system_wrappers/interface/data_log.h"
data_log_no_op.cc 11 #include "webrtc/system_wrappers/interface/data_log.h"
data_log_unittest_disabled.cc 11 #include "webrtc/system_wrappers/interface/data_log.h"
system_wrappers.gyp 36 '../interface/data_log.h',
83 'data_log.cc',
125 'sources!': [ 'data_log.cc', ],
data_log_c.cc 17 #include "webrtc/system_wrappers/interface/data_log.h"
data_log_unittest.cc 11 #include "webrtc/system_wrappers/interface/data_log.h"
  /external/webrtc/src/system_wrappers/source/
data_log.cc 11 #include "data_log.h"
297 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
298 if (data_log == NULL)
300 return data_log->AddTable(table_name);
306 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
307 if (data_log == NULL)
309 return data_log->DataLogImpl::StaticInstance()->AddColumn(table_name,
315 DataLogImpl* data_log = DataLogImpl::StaticInstance(); local
316 if (data_log == NULL)
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name)
    [all...]
data_log_helpers_unittest.cc 13 #include "data_log.h"
data_log_no_op.cc 11 #include "data_log.h"
data_log_unittest_disabled.cc 11 #include "system_wrappers/interface/data_log.h"
system_wrappers.gyp 33 '../interface/data_log.h',
75 'data_log.cc',
112 'sources!': [ 'data_log.cc', ],
data_log_c.cc 19 #include "system_wrappers/interface/data_log.h"
data_log_unittest.cc 14 #include "system_wrappers/interface/data_log.h"
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
quality_modes_test.h 17 #include "webrtc/system_wrappers/interface/data_log.h"
quality_modes_test.cc 24 #include "webrtc/system_wrappers/interface/data_log.h"
25 #include "webrtc/system_wrappers/interface/data_log.h"
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc 20 #include "data_log.h"
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 30 #include "webrtc/system_wrappers/interface/data_log.h"
    [all...]

Completed in 270 milliseconds