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

1 23 4 5 6 7 8 9

  /test/vts/utils/python/controllers/attenuator_lib/aeroflex/
telnet.py 65 def is_open(self): member in class:AttenuatorInstrument
75 return bool(self._tnhelper.is_open())
107 if not self.is_open():
138 if not self.is_open():
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
telnet.py 69 def is_open(self): member in class:AttenuatorInstrument
79 return bool(self._tnhelper.is_open())
112 if not self.is_open():
141 if not self.is_open():
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 45 assert(f.is_open());
57 assert(f.is_open());
65 assert(f.is_open());
77 assert(f.is_open());
84 assert(f.is_open());
96 assert(f.is_open());
104 assert(f.is_open());
116 assert(f.is_open());
131 assert(f.is_open());
pbackfail.pass.cpp 41 assert(f.is_open());
49 assert(f.is_open());
underflow.pass.cpp 45 assert(f.is_open());
59 assert(f.is_open());
81 assert(f.is_open());
95 assert(f.is_open());
119 assert(f.is_open());
seekoff.pass.cpp 31 assert(f.is_open());
52 assert(f.is_open());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 43 assert(f.is_open());
55 assert(f.is_open());
63 assert(f.is_open());
75 assert(f.is_open());
82 assert(f.is_open());
94 assert(f.is_open());
102 assert(f.is_open());
114 assert(f.is_open());
132 assert(f.is_open());
pbackfail.pass.cpp 41 assert(f.is_open());
49 assert(f.is_open());
underflow.pass.cpp 42 assert(f.is_open());
56 assert(f.is_open());
78 assert(f.is_open());
92 assert(f.is_open());
118 assert(f.is_open());
seekoff.pass.cpp 31 assert(f.is_open());
52 assert(f.is_open());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 45 assert(f.is_open());
57 assert(f.is_open());
65 assert(f.is_open());
77 assert(f.is_open());
84 assert(f.is_open());
96 assert(f.is_open());
104 assert(f.is_open());
116 assert(f.is_open());
131 assert(f.is_open());
pbackfail.pass.cpp 41 assert(f.is_open());
49 assert(f.is_open());
underflow.pass.cpp 44 assert(f.is_open());
58 assert(f.is_open());
80 assert(f.is_open());
94 assert(f.is_open());
117 assert(f.is_open());
seekoff.pass.cpp 31 assert(f.is_open());
52 assert(f.is_open());
  /external/zlib/src/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
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 91 if (mFile.is_open()) {
104 if (!mFile.is_open()) {
147 if (mFile.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-linux-glibc2.15-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_filebuf.h 131 if (this->is_open())
148 if (this->is_open())
  /test/vts/utils/python/controllers/attenuator_lib/
_tnhelper.py 51 def is_open(self): member in class:_TNHelper
63 if not self.is_open():
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 51 def is_open(self): member in class:_TNHelper
63 if not self.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() )

Completed in 445 milliseconds

1 23 4 5 6 7 8 9