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

  /ndk/sources/android/crazy_linker/src/
crazy_linker_line_reader_unittest.cpp 17 EXPECT_FALSE(reader.GetNextLine());
25 EXPECT_FALSE(reader.GetNextLine());
35 EXPECT_TRUE(reader.GetNextLine());
38 EXPECT_FALSE(reader.GetNextLine());
48 EXPECT_TRUE(reader.GetNextLine());
53 EXPECT_FALSE(reader.GetNextLine());
69 EXPECT_TRUE(reader.GetNextLine());
72 EXPECT_TRUE(reader.GetNextLine());
80 EXPECT_TRUE(reader.GetNextLine());
89 EXPECT_FALSE(reader.GetNextLine());
    [all...]
crazy_linker_line_reader.h 17 // while (reader.GetNextLine()) {
30 // opening the file, GetNextLine() will simply return false.
34 bool GetNextLine();
38 // Only call this after a successful GetNextLine().
42 // Only call this after a successful GetNextLine().
crazy_linker_line_reader.cpp 42 bool LineReader::GetNextLine() {
crazy_linker_proc_maps.cpp 138 while (reader.GetNextLine()) {
  /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)) {
  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 24 virtual FX_LPBYTE GetNextLine(void* pDecoder) = 0;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 473 return m_pExtProvider->GetNextLine(m_pExtContext);

Completed in 745 milliseconds