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

  /external/google-breakpad/src/client/linux/minidump_writer/
line_reader_unittest.cc 64 ASSERT_FALSE(reader.GetNextLine(&line, &len));
74 ASSERT_TRUE(reader.GetNextLine(&line, &len));
80 ASSERT_FALSE(reader.GetNextLine(&line, &len));
90 ASSERT_TRUE(reader.GetNextLine(&line, &len));
96 ASSERT_FALSE(reader.GetNextLine(&line, &len));
106 ASSERT_TRUE(reader.GetNextLine(&line, &len));
112 ASSERT_TRUE(reader.GetNextLine(&line, &len));
118 ASSERT_FALSE(reader.GetNextLine(&line, &len));
128 ASSERT_TRUE(reader.GetNextLine(&line, &len));
134 ASSERT_TRUE(reader.GetNextLine(&line, &len))
    [all...]
line_reader.h 64 bool GetNextLine(const char **line, unsigned *len) {
proc_cpuinfo_reader.h 65 if (!line_reader_.GetNextLine(&line, &line_len))
linux_ptrace_dumper.cc 177 while (line_reader->GetNextLine(&line, &line_len)) {
linux_dumper.cc 309 while (line_reader->GetNextLine(&line, &line_len)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserUnitTest.py 101 ConcatLine, CommentList = self.dec._TryBackSlash(self.dec._RawData.GetNextLine(), [])
105 ConcatLine, CommentList = self.dec._TryBackSlash(self.dec._RawData.GetNextLine(), [])
112 self.assertRaises(FatalError, self.dec._TryBackSlash, self.dec._RawData.GetNextLine(), [])
113 self.assertRaises(FatalError, self.dec._TryBackSlash, self.dec._RawData.GetNextLine(), [])
237 Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
263 Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
292 Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
342 Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
415 dec._RawData.CurrentLine = CleanString(dec._RawData.GetNextLine())[0]
424 dec._RawData.CurrentLine = CleanString(dec._RawData.GetNextLine())[0]
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 51 GetNextLine (
322 GetNextLine (
403 if (GetNextLine (String, In, LineNumber) == -1) {
412 if (GetNextLine (String, In, LineNumber) == -1) {
458 if (GetNextLine (NewString, OverridePackage, LineNumber) != 0) {
922 if (GetNextLine (Buffer, Package, &LineNumber) != -1) {
1159 if (GetNextLine (Buffer, Package, &LineNumber) != -1) {
1174 if (GetNextLine (Buffer, Package, &LineNumber) != -1) {
1184 if (GetNextLine (Buffer, Package, &LineNumber) != -1) {
1238 if (GetNextLine (Buffer, Package, &LineNumber) != -1) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 259 Line, Comment = CleanString(self._RawData.GetNextLine())
328 Line, Comment = CleanString(self._RawData.GetNextLine())
    [all...]
DecParserMisc.py 56 def GetNextLine(self):

Completed in 953 milliseconds