HomeSort by relevance Sort by last modified time
    Searched refs:is_open (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 76 is_open() const;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 76 is_open() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
basic_file.h 76 is_open() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
basic_file.h 76 is_open() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
basic_file.h 76 is_open() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
basic_file.h 76 is_open() const;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 31 assert(f.is_open());
52 assert(f.is_open());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 132 if (this->is_open())
149 if (this->is_open())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 132 if (this->is_open())
149 if (this->is_open())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /external/zlib/src/contrib/iostream/
zfstream.cpp 21 if ( is_open() )
63 if ( is_open() )
104 if ( is_open() ) {
138 if ( !is_open() || !(mode & ios::in) )
175 if ( !is_open() || !(mode & ios::out) )
208 if ( !is_open() )
  /external/zlib/src/contrib/iostream3/
zfstream.cc 55 if (this->is_open())
83 if (this->is_open())
110 if (!this->is_open())
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 106 virtual void is_open() const { } function in class:test3::basic_fstreamXX
112 template void basic_fstreamXX<char>::is_open() const;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 48 assert(f.is_open());
69 assert(f.is_open());
  /external/chromium_org/base/files/
file_util.cc 67 if (!file1.is_open() || !file2.is_open())
96 if (!file1.is_open() || !file2.is_open())

Completed in 2792 milliseconds

1 23 4 5 6 7 8