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

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 322 while((!feof(f)) &&
336 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
437 while((!feof(f)) &&
909 while((!feof(f)) &&
925 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
1015 while((!feof(f)) &&
1031 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
  /external/openssl/crypto/des/
des.c 485 if (feof(DES_IN))
502 if (feof(DES_IN)) break;
558 if (feof(DES_IN))
620 if (feof(DES_IN) && (ll == 0))
649 if ((l == 0) && feof(DES_IN)) break;
794 while (!feof(fp))
  /external/chromium_org/third_party/opus/src/doc/
trivial_example.c 119 if (feof(fin))
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 79 ASSERT_NE(0, feof(output_file));
  /external/libopus/doc/
trivial_example.c 119 if (feof(fin))
  /external/libvorbis/examples/
encoder_example.c 84 for (i=0, founddata=0; i<30 && ! feof(stdin) && ! ferror(stdin); i++)
  /external/libvpx/libvpx/test/
webm_video_source.h 29 if (feof(f))
  /external/qemu/android/utils/
file_data.c 96 if (feof(f)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 29 if (feof(f))
  /development/ndk/platforms/android-3/include/
stdio.h 205 int feof(FILE *);
388 #define feof(p) __sfeof(p) macro
  /development/ndk/platforms/android-8/include/
stdio.h 205 int feof(FILE *);
388 #define feof(p) __sfeof(p) macro
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 175 if(Relens!=INPUT_SIZE && !feof(fsrc))
238 if (feof(fsrc) && Relens == 0)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 89 if (feof(pStream))
99 if (feof(pStream)) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 133 #if !defined(feof)
134 //check return type of feof only if it's not an macro which may be a compound expression
135 static_assert((std::is_same<decltype(feof(fp)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 136 #if !defined(feof)
137 //check return type of feof only if it's not an macro which may be a compound expression
138 static_assert((std::is_same<decltype(std::feof(fp)), int>::value), "");
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 226 int feof(FILE *);
407 #define feof(p) __sfeof(p) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 226 int feof(FILE *);
407 #define feof(p) __sfeof(p) macro

Completed in 1565 milliseconds

1 2 34 5 6 7 8 91011>>