OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogEntry
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/net/cert/
signed_certificate_timestamp.cc
78
LogEntry
::
LogEntry
() {}
80
LogEntry
::~
LogEntry
() {}
82
void
LogEntry
::Reset() {
83
type =
LogEntry
::LOG_ENTRY_TYPE_X509;
signed_certificate_timestamp.h
24
//
LogEntry
struct in RFC 6962, Section 3.1
25
struct NET_EXPORT
LogEntry
{
32
LogEntry
();
33
~
LogEntry
();
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py
54
class
LogEntry
(ndb.Model):
61
return
LogEntry
.query().order(-
LogEntry
.date)
101
log_entry =
LogEntry
(content=new_log_data, is_no_needs_rebaseline=no_needs_rebaseline)
125
query = query.filter(
LogEntry
.date < date)
/external/chromium_org/chrome/test/chromedriver/chrome/
console_logger_unittest.cc
67
struct
LogEntry
{
73
LogEntry
(const base::Time& timestamp,
87
const ScopedVector<
LogEntry
>& GetEntries() {
92
ScopedVector<
LogEntry
> entries_;
99
entries_.push_back(new
LogEntry
(timestamp, level, source, message));
102
void ValidateLogEntry(const
LogEntry
*entry,
performance_logger_unittest.cc
68
struct
LogEntry
{
74
LogEntry
(const base::Time& timestamp,
88
const ScopedVector<
LogEntry
>& GetEntries() {
93
ScopedVector<
LogEntry
> entries_;
100
entries_.push_back(new
LogEntry
(timestamp, level, source, message));
122
void ValidateLogEntry(const
LogEntry
*entry,
/external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc
27
struct
LogEntry
{
47
const std::vector<
LogEntry
>& log_entries() const { return log_entries_; }
60
RecordLogEntry(
LogEntry
::PROCESS_FILE, url);
69
RecordLogEntry(
LogEntry
::PROCESS_DIRECTORY, url);
75
RecordLogEntry(
LogEntry
::POST_PROCESS_DIRECTORY, url);
80
void RecordLogEntry(
LogEntry
::Type type, const FileSystemURL& url) {
81
LogEntry
entry;
102
std::vector<
LogEntry
> log_entries_;
195
const std::vector<LoggingRecursiveOperation::
LogEntry
>& log_entries =
198
const LoggingRecursiveOperation::
LogEntry
& entry = log_entries[0]
[
all
...]
/external/chromium_org/ui/v2/src/
view_unittest.cc
381
typedef std::pair<ViewObserver::DispositionChangePhase, bool>
LogEntry
;
382
typedef std::vector<
LogEntry
> LogEntries;
/external/chromium_org/chromeos/network/
network_event_log.cc
31
struct
LogEntry
{
32
LogEntry
(const std::string& file,
50
bool ContentEquals(const
LogEntry
& other) const;
61
LogEntry
::
LogEntry
(const std::string& file,
74
std::string
LogEntry
::ToString(bool show_time,
91
void
LogEntry
::ToDictionary(base::DictionaryValue* output) const {
100
std::string
LogEntry
::GetAsJSON() const {
111
std::string
LogEntry
::GetNormalText(bool show_desc) const {
118
std::string
LogEntry
::GetHtmlText(bool show_desc) const
[
all
...]
/packages/apps/Music/src/com/android/music/
MusicUtils.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
ddmlib.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 518 milliseconds