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

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fsetpos.c 1 /* $OpenBSD: fsetpos.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
37 * fsetpos: like fseeko.
40 fsetpos(FILE *iop, const fpos_t *pos) function
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /ndk/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 59 using ::fsetpos;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 61 using ::fsetpos;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 61 using ::fsetpos;
  /bionic/libstdc++/include/
cstdio 61 using ::fsetpos;
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 121 using std::fsetpos;
  /external/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 84 using _STLP_VENDOR_CSTD::fsetpos;
  /bionic/tests/
stdio_test.cpp 623 ASSERT_EQ(0, fsetpos(fp, &pos2));
625 ASSERT_EQ(0, fsetpos(fp, &pos1));
627 ASSERT_EQ(0, fsetpos(fp, &pos4));
629 ASSERT_EQ(0, fsetpos(fp, &pos3));
631 ASSERT_EQ(0, fsetpos(fp, &pos5));
686 ASSERT_EQ(0, fsetpos(fp, &mb_two_bytes_pos));
689 // Moving withing a multi byte with fsetpos should work but reading should
691 ASSERT_EQ(0, fsetpos(fp, &pos_inside_mb));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 57 fsetpos(fid, &cur_pos);

Completed in 935 milliseconds

1 2 3 4 5 6