HomeSort by relevance Sort by last modified time
    Searched full:feof (Results 201 - 225 of 459) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/sdk/tools/linux/
zipalign 
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1152 while (readed < dict_info.lemma_size && !ferror(fp) && !feof(fp)) {
1160 while (readed < toread && !ferror(fp) && !feof(fp)) {
1169 while (readed < toread && !ferror(fp) && !feof(fp)) {
1177 while (readed < toread && !ferror(fp) && !feof(fp)) {
1186 while (readed < toread && !ferror(fp) && !feof(fp)) {
    [all...]
  /external/zlib/src/examples/
zlib_how.html 38 <tt>feof()</tt>, <tt>ferror()</tt>, and <tt>fclose()</tt> for file i/o, and
160 indicate that this is the last chunk of input data to compress. We need to use <tt>feof()</tt>
180 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
  /external/e2fsprogs/tests/progs/
test_rel.c 684 while (!feof(f)) {
  /external/icu4c/io/
ustdio.c 468 (UBool)(feof(f->fFile) != 0),
  /external/icu4c/test/iotest/
filetst.c 89 log_err("Got feof while writing the file.\n");
109 log_err("Got feof while reading the file and not at the end of the file.\n");
295 log_err("Got feof while reading the file and not at the end of the file.\n");
303 log_err("Did not get feof while reading the end of the file.\n");
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 201 while (!feof(fd) && fread(&c, 1, 1, fd) == 1)
  /external/libnfc-nci/src/adaptation/
config.cpp 201 while (!feof(fd) && fread(&c, 1, 1, fd) == 1)
  /external/libvorbis/vq/
bookutil.c 87 if(feof(in))return NULL;
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 102 'Feof','Ferror','FetchMemo','FetchSize','Fflush','Fgets',
  /external/linux-tools-perf/util/
annotate.c 357 while (!feof(file))
  /external/openssl/crypto/bio/
bss_file.c 293 ret=(long)feof(fp);
  /external/svox/pico/lib/
picopal.c 374 return (0 != feof((FILE *)stream));
  /external/v8/samples/
lineprocessor.cc 295 while (!feof(stdin)) {
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 561 while (!feof(f) && !ferror(f)) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 941 if (feof(input->fp))
    [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 487 // while (!feof(file)) {
543 // while (!feof(file)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /sdk/emulator/qtools/
trace_reader.cpp 1076 if (feof(static_fstream_)) {
1103 if (feof(static_fstream_)) {
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 

Completed in 2980 milliseconds

1 2 3 4 5 6 7 891011>>