Searched refs:ftell (Results 201 - 225 of 239) sorted by relevance

12345678910

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp386 int32_t fileSize = ftell(f.getAlias());
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c508 size = ftell(fin);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.c770 pos = ftell(f);
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc138 return ftell(fp_);
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp386 int32_t fileSize = ftell(f.getAlias());
/external/libopus/src/
H A Dopus_demo.c508 size = ftell(fin);
/external/stlport/test/unit/
H A Dfstream_test.cpp297 After fopen( "test_file.txt", "a" ) in this context ftell( f ) == 9 for
299 on Windows (independently from version?) ftell( f ) == 0, i.e. write pointer not
324 { // for reference, to test fopen/ftell behaviour in append mode:
331 CPPUNIT_CHECK( ftell( f ) == expected_pos );
/external/chromium_org/v8/src/
H A Dd8.cc1081 int size = ftell(file);
1579 startup_data->raw_size = ftell(file);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1342 long lSize = ftell( pFile );
1815 nFileSize = ftell( pFile );
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp206 length=(int32_t)ftell(f);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c479 if(fseek(file, 0, SEEK_END)<0 || (srcsize=ftell(file))==(unsigned long)-1)
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc506 long inEndPos = ftell(inDump);
510 // long outEndPos = ftell(outDump);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c1117 fileoff_sections = ftell(f);
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp206 length=(int32_t)ftell(f);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2730 int file_size = (int)ftell( fs->file );
2748 int line_offset = ftell( fs->file );
2804 buf_size = ftell( fs->file );
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1226 case LibFunc::ftell:
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c343 return (cmsUInt32Number) ftell((FILE*)iohandler ->stream);
/external/opencv/cv/src/
H A Dcvhaar.cpp1681 size += ftell( f ) + 1;
1704 size = ftell( f );
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c2988 if (ftell(ssl_keylog_iob) == 0) {
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c988 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
/external/genext2fs/
H A Dgenext2fs.c2135 if((fseek(fh, 0, SEEK_END) < 0) || ((ssize_t)(fssize = ftell(fh)) == -1))
/external/libpng/contrib/libtests/
H A Dpngstest.c3174 long int cb = ftell(f);
/external/libxml2/
H A Dcatalog.c989 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
/external/openssl/apps/
H A Dapps.c189 len=ftell(fp), rewind(fp);
/external/sqlite/dist/orig/
H A Dshell.c1673 nIn = ftell(in);

Completed in 523 milliseconds

12345678910