HomeSort by relevance Sort by last modified time
    Searched defs:LogEntry (Results 1 - 25 of 39) sorted by null

1 2

  /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/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillLogger.java 18 public static class LogEntry {
22 private LogEntry(String autofilledValue, String profileFullName) {
41 public void didFillField(LogEntry logItem);
53 sLogger.didFillField(new LogEntry(autofilledValue, profileFullName));
  /external/chromium_org/tools/cygprofile/
cygprofile.h 66 struct LogEntry {
67 LogEntry(const void* address);
79 typedef base::Callback<void (std::vector<LogEntry>*)> FlushCallback;
92 void TakeEntries(std::vector<LogEntry>* output);
96 void Flush(std::vector<LogEntry>* entries) const;
101 void FlushInternal(std::vector<LogEntry>* entries) const;
123 std::vector<LogEntry> entries_;
cygprofile.cc 35 const int kMaxBufferSize = 8 * 1024 * 1024 / sizeof(LogEntry);
178 LogEntry::LogEntry(const void* address)
214 entries_.push_back(LogEntry(address));
223 void ThreadLog::TakeEntries(std::vector<LogEntry>* destination) {
229 void ThreadLog::Flush(std::vector<LogEntry>* entries) const {
233 void ThreadLog::FlushInternal(std::vector<LogEntry>* entries) const {
244 for (std::vector<LogEntry>::const_iterator it = entries->begin();
301 std::vector<LogEntry> entries;
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 57 class LogEntry(ndb.Model):
64 return LogEntry.query().order(-LogEntry.date)
105 log_entry = LogEntry(content=new_log_data, is_no_needs_rebaseline=no_needs_rebaseline)
111 LogEntry(content=new_log_data, is_no_needs_rebaseline=no_needs_rebaseline).put()
134 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,
  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 31 struct LogEntry {
50 const std::vector<LogEntry>& log_entries() const { return log_entries_; }
63 RecordLogEntry(LogEntry::PROCESS_FILE, url);
72 RecordLogEntry(LogEntry::PROCESS_DIRECTORY, url);
78 RecordLogEntry(LogEntry::POST_PROCESS_DIRECTORY, url);
83 void RecordLogEntry(LogEntry::Type type, const FileSystemURL& url) {
84 LogEntry entry;
105 std::vector<LogEntry> log_entries_;
199 const std::vector<LoggingRecursiveOperation::LogEntry>& log_entries =
202 const LoggingRecursiveOperation::LogEntry& entry = log_entries[0]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
JsDocValidator.java 55 List<LogEntry> entries = new ArrayList<>(entryCount);
59 entries.add(new LogEntry(context.scriptFileName, record));
63 for (LogEntry entry : entries) {
74 private static class LogEntry implements Comparable<LogEntry> {
78 LogEntry(String fileName, ValidatorContext.MessageRecord record) {
84 public int compareTo(LogEntry other) {
108 LogEntry other = (LogEntry) obj;
  /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/chrome/test/chromedriver/
performance_logger_unittest.cc 88 struct LogEntry {
94 LogEntry(const base::Time& timestamp,
108 const ScopedVector<LogEntry>& GetEntries() {
113 ScopedVector<LogEntry> entries_;
120 entries_.push_back(new LogEntry(timestamp, level, source, message));
142 void ValidateLogEntry(const LogEntry *entry,
161 void ValidateLogEntry(const LogEntry *entry,
374 LogEntry* entry = log.GetEntries()[0];
  /external/chromium_org/chromeos/network/
network_event_log.cc 72 struct LogEntry {
73 LogEntry(const std::string& file,
92 bool ContentEquals(const LogEntry& other) const;
103 LogEntry::LogEntry(const std::string& file,
116 std::string LogEntry::ToString(bool show_time,
143 void LogEntry::ToDictionary(base::DictionaryValue* output) const {
153 std::string LogEntry::GetAsJSON() const {
164 std::string LogEntry::GetNormalText(bool show_desc) const {
171 std::string LogEntry::GetHtmlText(bool show_desc) const
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.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/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 

Completed in 776 milliseconds

1 2