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

  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 198 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1]; local
200 memset(asc_line, ' ', sizeof(asc_line));
205 asc_line[i] = isprint(ch) ? ch : '.';
209 asc_line[sizeof(asc_line)-1] = 0;
212 << asc_line << " " << hex_line << " ";
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 517 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1]; local
519 memset(asc_line, ' ', sizeof(asc_line));
524 asc_line[i] = isprint(ch) ? ch : '.';
528 asc_line[sizeof(asc_line)-1] = 0;
531 << asc_line << " " << hex_line << " ";
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 540 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1]; local
542 memset(asc_line, ' ', sizeof(asc_line));
547 asc_line[i] = isprint(ch) ? ch : '.';
551 asc_line[sizeof(asc_line)-1] = 0;
554 << asc_line << " " << hex_line << " ";
  /external/chromium_org/v8/tools/
grokdump.py 133 asc_line = ""
138 asc_line += chr(byte)
140 asc_line += "."
148 asc_line)
    [all...]

Completed in 588 milliseconds