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

  /external/jsoncpp/devtools/
fixeol.py 14 raw_lines = f.readlines()
17 fixed_lines = [line.rstrip('\r\n') + eol for line in raw_lines]
18 if raw_lines != fixed_lines:
  /external/v8/test/message/
testcfg.py 107 raw_lines = output.stdout.splitlines()
108 actual_lines = [ s for s in raw_lines if not self._IgnoreLine(s) ]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
329 for raw_line in raw_lines:
503 resp, raw_lines = self.longcmd('XGTITLE ' + group, file)
505 for raw_line in raw_lines:
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
329 for raw_line in raw_lines:
503 resp, raw_lines = self.longcmd('XGTITLE ' + group, file)
505 for raw_line in raw_lines:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
329 for raw_line in raw_lines:
503 resp, raw_lines = self.longcmd('XGTITLE ' + group, file)
505 for raw_line in raw_lines:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 322 resp, raw_lines = self.longcmd('LIST NEWSGROUPS ' + group_pattern)
327 resp, raw_lines = self.longcmd('XGTITLE ' + group_pattern)
329 for raw_line in raw_lines:
503 resp, raw_lines = self.longcmd('XGTITLE ' + group, file)
505 for raw_line in raw_lines:
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /system/extras/simpleperf/
cmd_report_test.cpp 53 std::vector<std::string> raw_lines = android::base::Split(content, "\n"); local
55 for (const auto& line : raw_lines) {
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 179 milliseconds