HomeSort by relevance Sort by last modified time
    Searched full:filebuf (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/stlport/stlport/using/
fstream 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
iosfwd 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
  /ndk/sources/cxx-stl/stlport/stlport/using/
fstream 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
iosfwd 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
fstream 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
iosfwd 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
fstream 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
iosfwd 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/
fstream 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
iosfwd 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
66 * @param mode Same meaning as in a standard filebuf.
78 * @param mode Same meaning as in a standard filebuf.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
70 * @param mode Same meaning as in a standard filebuf.
82 * @param mode Same meaning as in a standard filebuf.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
70 * @param mode Same meaning as in a standard filebuf.
82 * @param mode Same meaning as in a standard filebuf.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
66 * @param mode Same meaning as in a standard filebuf.
78 * @param mode Same meaning as in a standard filebuf.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
66 * @param mode Same meaning as in a standard filebuf.
78 * @param mode Same meaning as in a standard filebuf.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 0 // filebuf with encoding state type -*- C++ -*-
stdio_filebuf.h 1 // File descriptor layer for filebuf -*- C++ -*-
66 * @param mode Same meaning as in a standard filebuf.
78 * @param mode Same meaning as in a standard filebuf.
  /external/astl/src/
ios_globals.cpp 39 // the stdio filebuf. The first time ios_base::Init::Init() is called,
  /external/icu4c/test/intltest/
dcfmtest.cpp 447 char *fileBuf = NULL;
474 fileBuf = new char[fileSize];
476 amtRead = fread(fileBuf, 1, fileSize, f);
489 fileBufNoBOM = fileBuf + 3;
491 if (fileSize<3 || uprv_strncmp(fileBuf, "\xEF\xBB\xBF", 3) != 0) {
494 fileBufNoBOM = fileBuf;
516 delete[] fileBuf;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 741 Vector<WCHAR> fileBuf(multiFile ? maxFilePathsListSize : MAX_PATH);
747 // Need to zero out the first char of fileBuf so GetOpenFileName doesn't think it's an initialization string
748 fileBuf[0] = '\0';
755 ofn.lpstrFile = fileBuf.data();
756 ofn.nMaxFile = fileBuf.size();
764 WCHAR* files = fileBuf.data();
777 if (files != fileBuf.data() || nextFile.isEmpty())

Completed in 474 milliseconds

1 2 3