HomeSort by relevance Sort by last modified time
    Searched full:is_open (Results 26 - 50 of 65) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 97 if (!this->is_open())
100 if (this->is_open())
130 if (!this->is_open())
182 if (__testin && this->is_open())
659 if (!this->is_open())
696 if (this->is_open() && !__testfail)
742 if (this->is_open())
863 if (this->is_open())
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 97 if (!this->is_open())
100 if (this->is_open())
130 if (!this->is_open())
182 if (__testin && this->is_open())
659 if (!this->is_open())
696 if (this->is_open() && !__testfail)
742 if (this->is_open())
863 if (this->is_open())
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 127 if (this->is_open())
144 if (this->is_open())
  /external/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /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) &&
  /external/zlib/contrib/ada/
zlib.adb 141 if not Ignore_Error and then not Is_Open (Filter) then
202 if Is_Open (Filter) then
329 if Is_Open (Filter) then
370 -- Is_Open --
373 function Is_Open (Filter : in Filter_Type) return Boolean is
376 end Is_Open;
520 if not Is_Open (Filter) then
zlib-streams.ads 80 function Is_Open (Stream : Stream_Type) return Boolean;
zlib.ads 165 function Is_Open (Filter : in Filter_Type) return Boolean;
166 pragma Inline (Is_Open);
  /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) &&
  /prebuilt/ndk/android-ndk-r5/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) &&
  /prebuilt/ndk/android-ndk-r6/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/chrome/browser/chromeos/login/
network_selection_view.h 73 return proxy_settings_dialog_.get() && proxy_settings_dialog_->is_open();
network_screen.cc 156 !(help_app_.get() && help_app_->is_open())) {
  /external/stlport/test/unit/
fstream_test.cpp 159 CPPUNIT_ASSERT( f.is_open() );
194 CPPUNIT_ASSERT( f.is_open() );
215 CPPUNIT_ASSERT( of.is_open() );
227 CPPUNIT_ASSERT( is.is_open() );
246 CPPUNIT_ASSERT( is.is_open() );
262 CPPUNIT_ASSERT( is.is_open() );
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 177 CPPUNIT_ASSERT( f.is_open() );
212 CPPUNIT_ASSERT( f.is_open() );
233 CPPUNIT_ASSERT( of.is_open() );
245 CPPUNIT_ASSERT( is.is_open() );
264 CPPUNIT_ASSERT( is.is_open() );
280 CPPUNIT_ASSERT( is.is_open() );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 177 CPPUNIT_ASSERT( f.is_open() );
212 CPPUNIT_ASSERT( f.is_open() );
233 CPPUNIT_ASSERT( of.is_open() );
245 CPPUNIT_ASSERT( is.is_open() );
264 CPPUNIT_ASSERT( is.is_open() );
280 CPPUNIT_ASSERT( is.is_open() );
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 112 if ( !in.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())
  /external/chromium/chrome/browser/history/
starred_url_database_unittest.cc 48 DCHECK(db_.is_open());

Completed in 3280 milliseconds

12 3