HomeSort by: relevance | last modified time | path
    Searched defs:got_eof (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-shutdown-simultaneous.c 32 static int got_eof; variable
62 ASSERT_OK(got_eof);
75 got_eof = 1;
130 ASSERT_EQ(1, got_eof);
test-shutdown-eof.c 34 static int got_eof; variable
58 ASSERT(!got_eof);
68 got_eof = 1;
78 ASSERT(!got_eof);
119 ASSERT(got_eof);
179 ASSERT(got_eof);
  /src/external/bsd/atf/dist/tools/
config_file.cpp 146 detail::atf_config_reader::got_eof(void) function in class:detail::atf_config_reader
197 ATF_PARSER_CALLBACK(p, got_eof());
atffile.cpp 120 detail::atf_atffile_reader::got_eof(void) function in class:detail::atf_atffile_reader
197 ATF_PARSER_CALLBACK(p, got_eof());
atffile_test.cpp 110 got_eof(void) function in class:atffile_reader
112 m_calls.push_back("got_eof()");
139 "got_eof()",
165 "got_eof()",
207 "got_eof()",
249 "got_eof()",
302 "got_eof()",
330 "got_eof()",
config_file_test.cpp 66 got_eof(void) function in class:config_reader
68 m_calls.push_back("got_eof()");
95 "got_eof()",
121 "got_eof()",
163 "got_eof()",
185 "got_eof()",
reader.cpp 203 impl::atf_tps_reader::got_eof(void) function in class:impl::atf_tps_reader
434 ATF_PARSER_CALLBACK(p, got_eof());
reader_test.cpp 100 got_eof(void) function in class:tps_reader
102 m_calls.push_back("got_eof()");
131 "got_eof()",
161 "got_eof()",
239 "got_eof()",
329 "got_eof()",
384 "got_eof()",
444 "got_eof()",
atf-report.cpp 576 got_eof(void) function in class:converter
test_program_test.cpp 140 got_eof(void) function in class:tp_reader
142 m_calls.push_back("got_eof()");
177 "got_eof()",
210 "got_eof()",
242 "got_eof()",
266 "got_eof()",
332 "got_eof()",
test-program.cpp 427 detail::atf_tp_reader::got_eof(void) function in class:detail::atf_tp_reader
533 ATF_PARSER_CALLBACK(p, got_eof());
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-istream.cc 135 bool got_eof, want_eof; local
165 got_eof = input.eof();
181 if (want_ok && got_eof != want_eof)
184 cout << " got_eof: " << got_eof << "\n"; local
203 got_eof = input.eof();
221 if (want_ok && got_eof != want_eof)
225 cout << " got_eof: " << got_eof << "\n"; local
301 bool got_eof, want_eof local
353 cout << " got_eof: " << got_eof << "\\n"; local
397 cout << " got_eof: " << got_eof << "\\n"; local
474 bool got_eof, want_eof; local
523 cout << " got_eof: " << got_eof << "\\n"; local
564 cout << " got_eof: " << got_eof << "\\n"; local
    [all...]
  /src/external/bsd/libevent/dist/
bufferevent_filter.c 94 unsigned got_eof; member in struct:bufferevent_filtered
456 if (bevf->got_eof)
495 if (bevf->got_eof)
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_filter.c 93 unsigned got_eof; member in struct:bufferevent_filtered
455 if (bevf->got_eof)
494 if (bevf->got_eof)

Completed in 40 milliseconds