/external/webrtc/webrtc/tools/frame_editing/ |
D | frame_editing_unittest.cc | 61 while (!feof(test_video_fid) && !feof(ref_video_fid)) { in CompareToTheEnd() 63 if (!feof(ref_video_fid)) { in CompareToTheEnd() 68 if (!feof(test_video_fid)) { in CompareToTheEnd() 71 if (!feof(test_video_fid) && !feof(test_video_fid)) { in CompareToTheEnd() 77 EXPECT_EQ(!feof(test_video_fid), !feof(ref_video_fid)); in CompareToTheEnd() 153 while (!feof(original_fid_) && !feof(edited_fid_)) { in TEST_F() 156 if (!feof(original_fid_)) { in TEST_F() 167 if (!feof(edited_fid_)) { in TEST_F() 170 if (!feof(original_fid_) && !feof(edited_fid_)) { in TEST_F()
|
/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 178 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/autotest/client/profilers/powertop/src/ |
D | xrandr.c | 55 if (!file || feof(file)) { in suggest_xrandr_TV_off() 59 while (!feof(file)) { in suggest_xrandr_TV_off()
|
D | config.c | 48 while (file && !feof(file)) { in read_kernel_config() 76 while (!feof(file)) { in read_kernel_config()
|
D | wireless.c | 98 while (!feof(file)) { in check_unused_wiresless_up() 125 while (!feof(file)) { in need_wireless_suggest() 221 while (!feof(file)) { in find_wireless_nic()
|
D | misctips.c | 192 while (!feof(file)) { in suggest_noatime() 246 while (!feof(file)) { in suggest_powersched()
|
/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/webrtc/webrtc/modules/video_processing/test/ |
D | brightness_detection_test.cc | 41 ASSERT_NE(0, feof(source_file_)) << "Error reading source file"; in TEST_F() 79 ASSERT_NE(0, feof(source_file_)) << "Error reading source file"; in TEST_F() 113 ASSERT_NE(0, feof(source_file_)) << "Error reading source file"; in TEST_F()
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 89 return feof((FILE *)f); in sk_feof() 121 … SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof(f), ferror(f))); in sk_fread() 127 byteCount, curr, feof(f), ferror(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/webrtc/webrtc/modules/audio_coding/test/ |
D | insert_packet_with_timing.cc | 207 if (feof(seq_num_fid_) || feof(send_ts_fid_) || feof(receive_ts_fid_)) in HasPackets()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 100 # define FEOF(fp) feof (fp) 118 # undef feof 119 # define feof(s) feof_unlocked (s) macro
|
/external/libdivsufsort/examples/ |
D | sasearch.c | 123 (ferror(fp) || !feof(fp)) ? "Cannot read from" : "Unexpected EOF in", 145 (ferror(fp) || !feof(fp)) ? "Cannot read from" : "Unexpected EOF in",
|
/external/sfntly/cpp/src/sfntly/port/ |
D | file_input_stream.cc | 65 if (feof(file_)) { in Read() 89 if (feof(file_)) { in Read()
|
/external/webrtc/webrtc/test/ |
D | run_loop.cc | 19 while (getc(stdin) != '\n' && !feof(stdin)); in PressEnterToContinue()
|
/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/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)) {
|
/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/dhcpcd-6.8.2/compat/ |
D | getline.c | 56 if (feof(fp)) in getline()
|