HomeSort by relevance Sort by last modified time
    Searched refs:feof (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
feof.c 1 /* $OpenBSD: feof.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
38 * A subroutine version of the macro feof.
40 #undef feof macro
43 feof(FILE *fp) function
  /external/chromium_org/third_party/webrtc/test/
run_loop.cc 19 while (getchar() != '\n' && !feof(stdin));
  /ndk/tests/build/issue66668-libc++-std-feof/jni/
Android.mk 4 LOCAL_MODULE := issue66668-libc++-std-feof
5 LOCAL_SRC_FILES := issue66668-libc++-std-feof.cpp
issue66668-libc++-std-feof.cpp 9 int c = std::feof(fp);
  /external/clang/test/Analysis/
cxx-method-names.cpp 10 void feof(int, int); // stream checker
20 E.feof(0,1);
  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing_unittest.cc 58 while (!feof(test_video_fid) && !feof(ref_video_fid)) {
60 if (!feof(ref_video_fid)) {
65 if (!feof(test_video_fid)) {
68 if (!feof(test_video_fid) && !feof(test_video_fid)) {
74 EXPECT_EQ(!feof(test_video_fid), !feof(ref_video_fid));
150 while (!feof(original_fid_) && !feof(edited_fid_))
    [all...]
  /external/llvm/utils/count/
count.c 39 if (!feof(stdin)) {
  /external/chromium_org/third_party/libvpx/source/libvpx/
ivfdec.c 78 if (!feof(infile))
101 if (!feof(infile)) {
  /external/libvpx/libvpx/
ivfdec.c 78 if (!feof(infile))
101 if (!feof(infile)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfdec.c 78 if (!feof(infile))
101 if (!feof(infile)) {
  /ndk/sources/android/support/src/stdio/
stdio_impl.h 52 #undef feof macro
53 #define feof fake_feof macro
  /external/bison/lib/
unlocked-io.h 44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
brightness_detection_test.cc 39 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
81 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
117 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
content_metrics_test.cc 41 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
  /external/chromium_org/tools/relocation_packer/src/
elf_file_unittest.cc 113 } while (!feof(first) && !feof(second));
115 EXPECT_TRUE(feof(first) && feof(second));
  /external/e2fsprogs/tests/progs/
crcsum.c 57 while (!feof(f)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 21 while (!feof($fileHandle)) {
  /external/nanopb-c/tests/basic_buffer/
decode_buffer.c 71 if (!feof(stdin))
  /external/openssl/crypto/bio/
bio_lcl.h 13 #define UP_feof feof
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 46 while (!feof(p)) {
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 37 if (feof(_file) || ferror(_file)) {
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_stdio.cpp 44 return feof((FILE *)f);
76 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
81 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
82 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
  /external/skia/src/ports/
SkOSFile_stdio.cpp 46 return feof((FILE *)f);
78 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
83 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
84 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
  /external/chromium_org/tools/android/ps_ext/
ps_ext.c 43 while (!feof(f)) {
77 while (!feof(f)) {

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>