OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_open
(Results
26 - 50
of
161
) sorted by null
1
2
3
4
5
6
7
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
reader.h
38
bool
is_open
() const {
function in class:marisa_alpha::Reader
writer.h
38
bool
is_open
() const {
function in class:marisa_alpha::Writer
mapper.cc
67
MARISA_ALPHA_THROW_IF(
is_open
(), MARISA_ALPHA_STATE_ERROR);
96
MARISA_ALPHA_THROW_IF(
is_open
(), MARISA_ALPHA_STATE_ERROR);
163
MARISA_ALPHA_THROW_IF(!
is_open
(), MARISA_ALPHA_STATE_ERROR);
/external/zlib/src/contrib/ada/
zlib-streams.adb
118
--
Is_Open
--
121
function
Is_Open
(Stream : Stream_Type) return Boolean is
123
return
Is_Open
(Stream.Reader) or else
Is_Open
(Stream.Writer);
124
end
Is_Open
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fstream
222
is_open
() const throw()
223
{ return _M_file.
is_open
(); }
501
* @return @c rdbuf()->
is_open
()
504
is_open
()
505
{ return _M_filebuf.
is_open
(); }
510
is_open
() const
511
{ return _M_filebuf.
is_open
(); }
672
* @return @c rdbuf()->
is_open
()
675
is_open
()
676
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fstream
224
is_open
() const throw()
225
{ return _M_file.
is_open
(); }
507
* @return @c rdbuf()->
is_open
()
510
is_open
()
511
{ return _M_filebuf.
is_open
(); }
516
is_open
() const
517
{ return _M_filebuf.
is_open
(); }
678
* @return @c rdbuf()->
is_open
()
681
is_open
()
682
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fstream
224
is_open
() const throw()
225
{ return _M_file.
is_open
(); }
507
* @return @c rdbuf()->
is_open
()
510
is_open
()
511
{ return _M_filebuf.
is_open
(); }
516
is_open
() const
517
{ return _M_filebuf.
is_open
(); }
678
* @return @c rdbuf()->
is_open
()
681
is_open
()
682
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
fstream
222
is_open
() const throw()
223
{ return _M_file.
is_open
(); }
501
* @return @c rdbuf()->
is_open
()
504
is_open
()
505
{ return _M_filebuf.
is_open
(); }
510
is_open
() const
511
{ return _M_filebuf.
is_open
(); }
672
* @return @c rdbuf()->
is_open
()
675
is_open
()
676
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
fstream
222
is_open
() const throw()
223
{ return _M_file.
is_open
(); }
501
* @return @c rdbuf()->
is_open
()
504
is_open
()
505
{ return _M_filebuf.
is_open
(); }
510
is_open
() const
511
{ return _M_filebuf.
is_open
(); }
672
* @return @c rdbuf()->
is_open
()
675
is_open
()
676
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
fstream
222
is_open
() const throw()
223
{ return _M_file.
is_open
(); }
501
* @return @c rdbuf()->
is_open
()
504
is_open
()
505
{ return _M_filebuf.
is_open
(); }
510
is_open
() const
511
{ return _M_filebuf.
is_open
(); }
672
* @return @c rdbuf()->
is_open
()
675
is_open
()
676
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
fstream
222
is_open
() const throw()
223
{ return _M_file.
is_open
(); }
501
* @return @c rdbuf()->
is_open
()
504
is_open
()
505
{ return _M_filebuf.
is_open
(); }
510
is_open
() const
511
{ return _M_filebuf.
is_open
(); }
672
* @return @c rdbuf()->
is_open
()
675
is_open
()
676
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fstream
224
is_open
() const throw()
225
{ return _M_file.
is_open
(); }
507
* @return @c rdbuf()->
is_open
()
510
is_open
()
511
{ return _M_filebuf.
is_open
(); }
516
is_open
() const
517
{ return _M_filebuf.
is_open
(); }
678
* @return @c rdbuf()->
is_open
()
681
is_open
()
682
{ return _M_filebuf.
is_open
(); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fstream
224
is_open
() const throw()
225
{ return _M_file.
is_open
(); }
507
* @return @c rdbuf()->
is_open
()
510
is_open
()
511
{ return _M_filebuf.
is_open
(); }
516
is_open
() const
517
{ return _M_filebuf.
is_open
(); }
678
* @return @c rdbuf()->
is_open
()
681
is_open
()
682
{ return _M_filebuf.
is_open
(); }
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/
constrained_window_mac.h
45
void set_sheet_open(bool
is_open
) { is_sheet_open_ =
is_open
; }
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp
48
assert(f.
is_open
());
69
assert(f.
is_open
());
/external/chromium/app/sql/
transaction.h
25
bool
is_open
() const { return is_open_; }
function in class:sql::Transaction
/external/zlib/src/contrib/iostream/
zfstream.h
22
inline int
is_open
() const { return (file !=NULL); }
function in class:gzfilebuf
/cts/suite/audio_quality/lib/src/
FileUtil.cpp
91
if (mFile.
is_open
()) {
104
if (!mFile.
is_open
()) {
147
if (mFile.
is_open
()) {
/external/marisa-trie/lib/marisa/
mapper.cc
65
MARISA_THROW_IF(
is_open
(), MARISA_STATE_ERROR);
93
MARISA_THROW_IF(
is_open
(), MARISA_STATE_ERROR);
159
MARISA_THROW_IF(!
is_open
(), MARISA_STATE_ERROR);
reader.cc
33
MARISA_THROW_IF(
is_open
(), MARISA_STATE_ERROR);
/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/chromium/base/
file_util.cc
90
if (!file1.
is_open
() || !file2.
is_open
())
119
if (!file1.
is_open
() || !file2.
is_open
())
/external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h
54
bool
is_open
() const { return is_open_; }
function in class:chromeos::LoginHtmlDialog
/external/libusb/libusb/os/
darwin_usb.h
128
int
is_open
;
member in struct:darwin_device_handle_priv
/external/libusb_aah/libusb/os/
darwin_usb.h
134
int
is_open
;
member in struct:darwin_device_handle_priv
Completed in 2380 milliseconds
1
2
3
4
5
6
7