Home
last modified time | relevance | path

Searched refs:is_open (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/
A Dzfstream.cpp21 if ( is_open() ) in open()
63 if ( is_open() ) in attach()
104 if ( is_open() ) { in close()
138 if ( !is_open() || !(mode & ios::in) ) in underflow()
175 if ( !is_open() || !(mode & ios::out) ) in overflow()
208 if ( !is_open() ) in sync()
A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } in is_open() function
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.h57 is_open() const { return (file != NULL); } in is_open() function
270 is_open() { return sb.is_open(); } in is_open() function
359 is_open() { return sb.is_open(); } in is_open() function
A Dzfstream.cc55 if (this->is_open()) in open()
83 if (this->is_open()) in attach()
110 if (!this->is_open()) in close()
172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc()
192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow()
234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc147 if (recordStream->is_open()) { in Download()
271 if (recordStream->is_open()) { in prepare()
328 if (recordStream->is_open()) { in loadRecord()
A DDownloadObjectRequest.cc134 if (!stream->is_open()) { in validate()
A DResumableCopier.cc233 if (recordStream->is_open()) { in prepare()
274 if (recordStream->is_open()) { in loadRecord()
A DResumableUploader.cc243 if (recordStream->is_open()) { in prepare()
274 if (recordStream->is_open()){ in loadRecord()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/
A Dusb_host.h366 bool is_open; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dgenerated_examples_zip_test.cc269 ASSERT_TRUE(tflite_stream.is_open()) << tflite_test_case; in TEST_P()

Completed in 15 milliseconds