Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 195) sorted by relevance

12345678

/external/webrtc/webrtc/tools/frame_editing/
Dframe_editing_unittest.cc61 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/libese/tools/ese_replay/
Dbuffer.c40 if (feof(fp)) in buffer_read_hex()
43 while (!feof(fp)) { in buffer_read_hex()
54 for (; !feof(fp) && b->len < b->size; ++b->len) { in buffer_read_hex()
/external/clang/test/Analysis/
Dcxx-method-names.cpp10 void feof(int, int); // stream checker
20 E.feof(0,1); in test()
/external/autotest/client/profilers/powertop/src/
Dxrandr.c55 if (!file || feof(file)) { in suggest_xrandr_TV_off()
59 while (!feof(file)) { in suggest_xrandr_TV_off()
Dconfig.c48 while (file && !feof(file)) { in read_kernel_config()
76 while (!feof(file)) { in read_kernel_config()
Dwireless.c98 while (!feof(file)) { in check_unused_wiresless_up()
125 while (!feof(file)) { in need_wireless_suggest()
221 while (!feof(file)) { in find_wireless_nic()
Dmisctips.c192 while (!feof(file)) { in suggest_noatime()
246 while (!feof(file)) { in suggest_powersched()
/external/bison/lib/
Dunlocked-io.h44 # undef feof
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/external/e2fsprogs/ext2ed/
Dinit.c119 while (!feof (fp)) { in set_struct_descriptors()
121 if (feof (fp)) break; in set_struct_descriptors()
129 if (feof (fp)) break; in set_struct_descriptors()
131 if (feof (fp)) break; in set_struct_descriptors()
596 if (feof (fp)) return (0); in get_next_option()
598 if (feof (fp)) return (0); in get_next_option()
621 while (!feof (fp)) { in check_mounted()
623 if (feof (fp)) break; in check_mounted()
/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc41 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/ltp/testcases/kernel/fs/stream/
Dstream05.c140 if (feof(stream) != 0) { in main()
147 if (feof(stream) == 0) { in main()
165 if (feof(stream) != 0) { in main()
/external/libvpx/libvpx/
Divfdec.c79 if (!feof(infile)) warn("Failed to read frame size\n"); in ivf_read_frame()
101 if (!feof(infile)) { in ivf_read_frame()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp329 while((!feof(f)) && in convsample_05()
343 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_05()
444 while((!feof(f)) && in convsample_06()
916 while((!feof(f)) && in convsample_40()
932 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_40()
1022 while((!feof(f)) && in convsample_46()
1038 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_46()
/external/webrtc/webrtc/modules/audio_coding/test/
Dinsert_packet_with_timing.cc207 if (feof(seq_num_fid_) || feof(send_ts_fid_) || feof(receive_ts_fid_)) in HasPackets()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp28 #ifdef feof
29 #error feof is defined
166 static_assert((std::is_same<decltype(feof(fp)), int>::value), ""); in main()
/external/e2fsprogs/intl/
Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/external/libdivsufsort/examples/
Dsasearch.c123 (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/
Dfile_input_stream.cc67 if (feof(file_)) { in Read()
91 if (feof(file_)) { in Read()
/external/webrtc/webrtc/test/
Drun_loop.cc19 while (getc(stdin) != '\n' && !feof(stdin)); in PressEnterToContinue()
/external/libopus/src/
Drepacketizer_demo.c127 if (feof(fin)) in main()
141 if (feof(fin)) in main()
/external/libopus/celt/
Dopus_custom_demo.c131 while (!feof(fin)) in main()
135 if (feof(fin)) in main()
/external/libcxx/include/
Dstdio.h122 #undef feof
/external/libpng/contrib/mips-msa/
Dlinux.c37 while(!feof(f)) in png_have_msa()
/external/llvm/utils/count/
Dcount.c39 if (!feof(stdin)) { in main()
/external/boringssl/src/tool/
Dfile.cc33 if (feof(file)) { in ReadAll()

12345678