HomeSort by relevance Sort by last modified time
    Searched refs:LogReader (Results 1 - 25 of 48) sorted by null

1 2

  /system/core/logd/
LogListener.h 21 #include "LogReader.h"
25 LogReader* reader;
28 LogListener(LogBuffer* buf, LogReader* reader);
LogReader.h 26 class LogReader : public SocketListener {
30 explicit LogReader(LogBuffer* logbuf);
FlushCommand.h 26 class LogReader;
29 LogReader& mReader;
38 explicit FlushCommand(LogReader& mReader, bool nonBlock = false,
LogAudit.h 26 class LogReader;
30 LogReader* reader;
42 LogAudit(LogBuffer* buf, LogReader* reader, int fdDmesg);
LogKlog.h 24 class LogReader;
28 LogReader* reader;
42 LogKlog(LogBuffer* buf, LogReader* reader, int fdWrite, int fdRead,
CommandListener.h 24 #include "LogReader.h"
31 CommandListener(LogBuffer* buf, LogReader* reader, LogListener* swl);
39 LogReader& mReader;
43 ShutdownCmd(LogReader* reader, LogListener* swl);
LogReader.cpp 29 #include "LogReader.h"
32 LogReader::LogReader(LogBuffer* logbuf)
38 void LogReader::notifyNewLog() {
43 bool LogReader::onDataAvailable(SocketClient* cli) {
206 void LogReader::doSocketDelete(SocketClient* cli) {
222 int LogReader::getLogSocket() {
LogTimes.h 29 class LogReader;
41 LogReader& mReader;
53 LogTimeEntry(LogReader& reader, SocketClient* client, bool nonBlock,
Android.mk 14 LogReader.cpp \
FlushCommand.cpp 25 #include "LogReader.h"
29 FlushCommand::FlushCommand(LogReader& reader, bool nonBlock, unsigned long tail,
  /frameworks/base/core/java/android/metrics/
MetricsReader.java 43 private LogReader mReader = new LogReader();
52 public void setLogReader(LogReader reader) {
204 public static class LogReader {
  /development/apps/Development/src/com/android/development/
LogViewer.java 62 new Thread(new LogReader()).start();
75 private class LogReader implements Runnable {
84 public LogReader() throws IOException {
  /external/v8/tools/
dumpcpp.js 6 LogReader.call(this, {
15 inherits(CppProcessor, LogReader);
logreader.js 43 function LogReader(dispatchTable, timedRange, pairwiseTimedRange) {
93 LogReader.prototype.printError = function(str) {
103 LogReader.prototype.processLogChunk = function(chunk) {
113 LogReader.prototype.processLogLine = function(line) {
147 LogReader.prototype.processStack = function(pc, func, stack) {
174 LogReader.prototype.skipDispatch = function(dispatch) {
185 LogReader.prototype.dispatchLogRow_ = function(fields) {
222 LogReader.prototype.processLog_ = function(lines) {
ll_prof.py 331 class LogReader(object):
354 assert self.arch in LogReader._ARCH_TO_POINTER_TYPE_MAP, \
356 pointer_type = LogReader._ARCH_TO_POINTER_TYPE_MAP[self.arch]
358 self.code_create_struct = LogReader._DefineStruct([
363 self.code_move_struct = LogReader._DefineStruct([
367 self.code_delete_struct = LogReader._DefineStruct([
375 if tag == LogReader._CODE_MOVING_GC_TAG:
378 if tag == LogReader._CODE_CREATE_TAG:
395 LogReader._HandleCodeConflict(conficting_code, code)
404 if tag == LogReader._CODE_MOVE_TAG
    [all...]
  /external/autotest/client/cros/
login.py 29 @param log_reader: LogReader object set up to watch appropriate log file.
55 log_reader = cros_logging.LogReader()
  /external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py 49 ui_log = cros_logging.LogReader(asan_log_name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 26 class UnlinkingLogReader(hotshot.log.LogReader):
27 """Extend the LogReader so the log file is unlinked when we're
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 26 class UnlinkingLogReader(hotshot.log.LogReader):
27 """Extend the LogReader so the log file is unlinked when we're
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py 26 class UnlinkingLogReader(hotshot.log.LogReader):
27 """Extend the LogReader so the log file is unlinked when we're
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 26 class UnlinkingLogReader(hotshot.log.LogReader):
27 """Extend the LogReader so the log file is unlinked when we're
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 26 class UnlinkingLogReader(hotshot.log.LogReader):
27 """Extend the LogReader so the log file is unlinked when we're
32 hotshot.log.LogReader.__init__(self, logfn)
36 return hotshot.log.LogReader.next(self)
134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
stats.py 27 log = hotshot.log.LogReader(self._logfn)
  /external/autotest/client/site_tests/desktopui_HangDetector/
desktopui_HangDetector.py 50 reader = cros_logging.LogReader()
  /frameworks/base/core/tests/coretests/src/android/metrics/
MetricsReaderTest.java 32 class FakeLogReader extends MetricsReader.LogReader {

Completed in 1141 milliseconds

1 2