/external/libcxx/include/ |
D | cstdio | 92 int feof(FILE* stream); 129 #ifdef feof 130 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_feof(FILE* __stream) { return feof(__stream); } 131 #undef feof 132 inline _LIBCPP_INLINE_VISIBILITY int feof(FILE* __stream) { return __libcpp_feof(__stream); } 133 #endif // feof 194 using ::feof;
|
/external/clang/test/Analysis/ |
D | cxx-method-names.cpp | 10 void feof(int, int); // stream checker 20 E.feof(0,1); in test()
|
/external/bison/lib/ |
D | unlocked-io.h | 44 # undef feof 45 # define feof(x) feof_unlocked (x) macro 47 # define feof_unlocked(x) feof (x)
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 118 while (!feof (fp)) { in set_struct_descriptors() 120 if (feof (fp)) break; in set_struct_descriptors() 128 if (feof (fp)) break; in set_struct_descriptors() 130 if (feof (fp)) break; in set_struct_descriptors() 595 if (feof (fp)) return (0); in get_next_option() 597 if (feof (fp)) return (0); in get_next_option() 620 while (!feof (fp)) { in check_mounted() 622 if (feof (fp)) break; in check_mounted()
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 44 return feof((FILE *)f); in sk_feof() 76 …SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)… in sk_fread() 82 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
|
/external/libvpx/libvpx/ |
D | ivfdec.c | 78 if (!feof(infile)) in ivf_read_frame() 101 if (!feof(infile)) { in ivf_read_frame()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 322 while((!feof(f)) && in convsample_05() 336 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_05() 437 while((!feof(f)) && in convsample_06() 909 while((!feof(f)) && in convsample_40() 925 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_40() 1015 while((!feof(f)) && in convsample_46() 1031 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_46()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 100 # define FEOF(fp) feof (fp) 118 # undef feof 119 # define feof(s) feof_unlocked (s) macro
|
/external/sfntly/cpp/src/sfntly/port/ |
D | file_input_stream.cc | 65 if (feof(file_)) { in Read() 89 if (feof(file_)) { in Read()
|
/external/libopus/src/ |
D | repacketizer_demo.c | 127 if (feof(fin)) in main() 141 if (feof(fin)) in main()
|
/external/libopus/celt/ |
D | opus_custom_demo.c | 131 while (!feof(fin)) in main() 135 if (feof(fin)) in main()
|
/external/webrtc/src/modules/audio_processing/test/ |
D | process_test.cc | 670 ASSERT_TRUE(feof(pb_file)); in void_main() 680 while (simulating || feof(event_file) == 0) { in void_main() 921 EXPECT_NE(0, feof(far_file)) << "Far-end file not fully processed"; in void_main() 925 EXPECT_NE(0, feof(near_file)) << "Near-end file not fully processed"; in void_main() 929 EXPECT_NE(0, feof(event_file)) << "Event file not fully processed"; in void_main() 931 EXPECT_NE(0, feof(delay_file)) << "Delay file not fully processed"; in void_main() 933 EXPECT_NE(0, feof(drift_file)) << "Drift file not fully processed"; in void_main()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
D | download.php | 21 while (!feof($fileHandle)) {
|
D | buildNotes.php | 11 while (!feof($fileHandle)) {
|
D | consoleLogs.php | 11 while (!feof($fileHandle)) {
|
/external/llvm/utils/count/ |
D | count.c | 39 if (!feof(stdin)) { in main()
|
/external/e2fsprogs/tests/progs/ |
D | crcsum.c | 57 while (!feof(f)) { in main()
|
/external/valgrind/none/tests/ |
D | coolo_sigaction.cpp | 46 while (!feof(p)) { in main()
|
/external/nanopb-c/tests/basic_buffer/ |
D | decode_buffer.c | 71 if (!feof(stdin)) in main()
|
/external/google-breakpad/src/client/mac/handler/testcases/ |
D | breakpad_nlist_test.cc | 63 while (!feof(fd)) { in CompareToNM()
|
/external/webrtc/test/testsupport/ |
D | frame_reader.cc | 74 if (feof(input_file_) != 0) { in ReadFrame()
|
/external/nanopb-c/tests/basic_stream/ |
D | decode_stream.c | 65 if (feof(file)) in callback()
|
/external/fsck_msdos/ |
D | main.c | 158 if (feof(stdin)) in ask()
|
/external/expat/examples/ |
D | outline.c | 92 done = feof(stdin); in main()
|
/external/iproute2/netem/ |
D | stats.c | 37 if (feof(fp)) in stats()
|