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

1 2

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 88 #ifdef seekdir
89 #undef seekdir macro
  /bionic/tests/headers/posix/
dirent_h.c 57 FUNCTION(seekdir, void (*f)(DIR*, long));
  /device/linaro/bootloader/edk2/StdLib/Include/
dirent.h 67 void *dd_internal; /* state for seekdir/telldir */
91 void seekdir(DIR *, long);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 80 // 27.4.2.1.5 Type seekdir
81 typedef int seekdir;
82 static const seekdir beg ;
83 static const seekdir cur ;
84 static const seekdir end ;
std_streambuf.i 39 pubseekoff(off_type __off, ios_base::seekdir __way,
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
tellg.pass.cpp 41 std::ios_base::seekdir way,
seekg_off.pass.cpp 19 // basic_istream<charT,traits>& seekg(off_type off, ios_base::seekdir dir);
50 std::ios_base::seekdir,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
basic_file.h 98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
basic_file.h 98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
basic_file.h 98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
basic_file.h 98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 68 void __cdecl __MINGW_NOTHROW seekdir (DIR*, long);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
tellg.pass.cpp 41 std::ios_base::seekdir way,
seekg_off.pass.cpp 19 // basic_istream<charT,traits>& seekg(off_type off, ios_base::seekdir dir);
50 std::ios_base::seekdir,
  /bionic/libc/include/
dirent.h 87 void seekdir(DIR* __dir, long __location) __INTRODUCED_IN(23);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 383 // 27.4.2.1.5 Type ios_base::seekdir
388 * of type seekdir are:
393 typedef _Ios_Seekdir seekdir; typedef in class:ios_base
396 static const seekdir beg = _S_beg;
399 static const seekdir cur = _S_cur;
402 static const seekdir end = _S_end;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 383 // 27.4.2.1.5 Type ios_base::seekdir
388 * of type seekdir are:
393 typedef _Ios_Seekdir seekdir; typedef in class:ios_base
396 static const seekdir beg = _S_beg;
399 static const seekdir cur = _S_cur;
402 static const seekdir end = _S_end;
  /external/ImageMagick/MagickCore/
nt-base.h 220 #if !defined(seekdir)
221 # define seekdir(directory,offset) NTSeekDirectory(directory,offset) macro
  /bionic/tests/
dirent_test.cpp 324 seekdir(d, offset_list[i]);
331 seekdir(d, offset_list[i]);
339 seekdir(d, end_offset);
  /bionic/libc/bionic/
dirent.cpp 175 void seekdir(DIR* d, long offset) { function
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h 68 std::streamoff off, std::ios_base::seekdir way,

Completed in 587 milliseconds

1 2