HomeSort by relevance Sort by last modified time
    Searched defs:LogReader (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/
logreader.js 44 devtools.profiler.LogReader = function(dispatchTable) {
100 devtools.profiler.LogReader.prototype.createAddressParser = function(
125 devtools.profiler.LogReader.prototype.expandAlias = function(symbol) {
135 devtools.profiler.LogReader.prototype.printError = function(str) {
145 devtools.profiler.LogReader.prototype.processLogChunk = function(chunk) {
155 devtools.profiler.LogReader.prototype.processLogLine = function(line) {
168 devtools.profiler.LogReader.prototype.processStack = function(pc, func, stack) {
193 devtools.profiler.LogReader.prototype.skipDispatch = function(dispatch) {
204 devtools.profiler.LogReader.prototype.dispatchLogRow_ = function(fields) {
243 devtools.profiler.LogReader.prototype.expandBackRef_ = function(line)
    [all...]
  /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 {

Completed in 47 milliseconds