Searched refs:feof (Results 1 - 25 of 170) sorted by relevance

1234567

/external/webrtc/webrtc/test/
H A Drun_loop.cc19 while (getc(stdin) != '\n' && !feof(stdin));
/external/clang/test/Analysis/
H A Dcxx-method-names.cpp10 void feof(int, int); // stream checker
20 E.feof(0,1);
/external/libcxx/include/
H A Dstdio.h97 int feof(FILE* stream);
122 #undef feof macro
/external/webrtc/webrtc/tools/frame_editing/
H A Dframe_editing_unittest.cc61 while (!feof(test_video_fid) && !feof(ref_video_fid)) {
63 if (!feof(ref_video_fid)) {
68 if (!feof(test_video_fid)) {
71 if (!feof(test_video_fid) && !feof(test_video_fid)) {
77 EXPECT_EQ(!feof(test_video_fid), !feof(ref_video_fid));
153 while (!feof(original_fid_) && !feof(edited_fid
[all...]
/external/autotest/client/profilers/powertop/src/
H A Dxrandr.c55 if (!file || feof(file)) {
59 while (!feof(file)) {
H A Dconfig.c48 while (file && !feof(file)) {
76 while (!feof(file)) {
H A Dprocess.c50 while (!feof(file)) {
/external/libpng/contrib/mips-msa/
H A Dlinux.c37 while(!feof(f))
/external/llvm/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/external/swiftshader/third_party/LLVM/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/external/libvpx/libvpx/
H A Divfdec.c79 if (!feof(infile)) warn("Failed to read frame size\n");
101 if (!feof(infile)) {
/external/bison/lib/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/external/webrtc/webrtc/modules/video_processing/test/
H A Dbrightness_detection_test.cc41 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
79 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
113 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
H A Dcontent_metrics_test.cc45 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
/external/dhcpcd-6.8.2/compat/
H A Dgetline.c56 if (feof(fp))
/external/e2fsprogs/tests/progs/
H A Dcrcsum.c58 while (!feof(f)) {
/external/google-breakpad/src/client/mac/handler/testcases/
H A Dbreakpad_nlist_test.cc63 while (!feof(fd)) {
/external/ltp/testcases/open_posix_testsuite/include/
H A Daffinity.h66 while (!feof(f)) {
/external/nanopb-c/tests/basic_buffer/
H A Ddecode_buffer.c71 if (!feof(stdin))
/external/valgrind/none/tests/
H A Dcoolo_sigaction.cpp46 while (!feof(p)) {
/external/ltp/testcases/kernel/fs/stream/
H A Dstream05.c24 >KEYS: < ferror() feof() clearerr() fileno()
27 < 3) check that feof returns zero (nonzero) appropriately
32 < 3) open stream and ensure feof returns zero, read to end of
33 < file and ensure feof returns non-zero.
34 < 4) after 3) above use clearerr and then use feof to ensure
132 /* read to EOF and ensure feof returns non-zero */
140 if (feof(stream) != 0) {
142 "feof returned non-zero when it should not: %s",
147 if (feof(stream) == 0) {
149 "feof returne
[all...]
/external/libdivsufsort/examples/
H A Dsasearch.c123 (ferror(fp) || !feof(fp)) ? "Cannot read from" : "Unexpected EOF in",
145 (ferror(fp) || !feof(fp)) ? "Cannot read from" : "Unexpected EOF in",
/external/dtc/tests/
H A Dincbin.c45 while (!feof(f)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php11 while (!feof($fileHandle)) {
H A Ddownload.php21 while (!feof($fileHandle)) {

Completed in 872 milliseconds

1234567