HomeSort by relevance Sort by last modified time
    Searched refs:LogEntry (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/log_private/
syslog_parser.h 17 // A parser that parses syslog into LogEntry objects.
24 // Parses one line log text into a LogEntry object.
27 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
36 api::log_private::LogEntry* entry) const;
39 api::log_private::LogEntry* entry) const;
log_parser.h 29 // Parses log text into multiple LogEntry objects.
32 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
37 // Parses a single line of log text into one LogEntry object.
40 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
filter_handler.h 23 bool IsValidLogEntry(const api::log_private::LogEntry& entry) const;
log_parser.cc 29 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
syslog_parser.cc 38 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
40 linked_ptr<api::log_private::LogEntry> entry(new api::log_private::LogEntry);
112 api::log_private::LogEntry* entry) const {
132 api::log_private::LogEntry* entry) const {
syslog_parser_unittest.cc 35 std::vector<linked_ptr<api::log_private::LogEntry> > output;
log_private_api_chromeos.cc 35 std::vector<linked_ptr<api::log_private::LogEntry> >* output) {
73 std::vector<linked_ptr<api::log_private::LogEntry> > data;
filter_handler.cc 32 const api::log_private::LogEntry& entry) const {
  /external/chromium_org/chromeos/network/
network_event_log.cc 29 struct LogEntry {
30 LogEntry(const std::string& file,
46 bool ContentEquals(const LogEntry& other) const;
57 LogEntry::LogEntry(const std::string& file,
71 std::string LogEntry::ToString(bool show_time,
88 std::string LogEntry::GetNormalText(bool show_desc) const {
95 std::string LogEntry::GetHtmlText(bool show_desc) const {
117 void LogEntry::SendToVLogOrErrorLog() const {
129 bool LogEntry::ContentEquals(const LogEntry& other) const
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
console_logger_unittest.cc 67 struct LogEntry {
72 LogEntry(const base::Time& timestamp,
84 const ScopedVector<LogEntry>& GetEntries() {
89 ScopedVector<LogEntry> entries_;
94 entries_.push_back(new LogEntry(timestamp, level, message));
97 void ValidateLogEntry(const LogEntry *entry,
performance_logger_unittest.cc 68 struct LogEntry {
73 LogEntry(const base::Time& timestamp,
85 const ScopedVector<LogEntry>& GetEntries() {
90 ScopedVector<LogEntry> entries_;
95 entries_.push_back(new LogEntry(timestamp, level, message));
117 void ValidateLogEntry(const LogEntry *entry,
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 28 import com.android.ddmlib.log.LogReceiver.LogEntry;
61 public void newEntry(LogEntry entry) {
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 31 import com.android.ddmlib.log.LogReceiver.LogEntry;
408 // we ignore raw data. New entries are processed in #newEntry(LogEntry)
413 * @see com.android.ddmlib.log.LogReceiver.ILogListener#newEntry(com.android.ddmlib.log.LogReceiver.LogEntry)
415 public void newEntry(LogEntry entry) {
  /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/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 7330 milliseconds