OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:data_log
(Results
1 - 10
of
10
) sorted by null
/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/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"
Completed in 64 milliseconds