HomeSort by relevance Sort by last modified time
    Searched refs:is_open (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
_fstream.c 82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
  /external/chromium/app/sql/
connection.h 159 bool is_open() const { return !!db_; } function in class:sql::Connection
  /external/chromium/base/
file_util.cc 90 if (!file1.is_open() || !file2.is_open())
119 if (!file1.is_open() || !file2.is_open())
  /external/marisa-trie/lib/marisa/
reader.cc 33 MARISA_THROW_IF(is_open(), MARISA_STATE_ERROR);
writer.cc 34 MARISA_THROW_IF(is_open(), MARISA_STATE_ERROR);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
reader.cc 33 MARISA_ALPHA_THROW_IF(is_open(), MARISA_ALPHA_STATE_ERROR);
writer.cc 34 MARISA_ALPHA_THROW_IF(is_open(), MARISA_ALPHA_STATE_ERROR);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 87 assert(f.is_open());
  /external/bison/lib/
error.c 125 is_open (int fd) function
162 if (0 <= stdout_fd && is_open (stdout_fd))
  /external/marisa-trie/tests/
io-test.cc 200 ASSERT(file.is_open());
210 ASSERT(file.is_open());
  /external/marisa-trie/v0_1_5/tests/
io-test.cc 201 ASSERT(file.is_open());
211 ASSERT(file.is_open());
  /external/chromium/chrome/browser/chromeos/login/
network_screen.cc 156 !(help_app_.get() && help_app_->is_open())) {
  /external/stlport/src/
iostream.cpp 172 if (result->is_open())
184 if (result->is_open())
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 172 if (result->is_open())
184 if (result->is_open())

Completed in 1695 milliseconds

1 2 34 5 6