OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_open
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/chromium/app/sql/
transaction_unittest.cc
46
EXPECT_FALSE(t.
is_open
());
48
EXPECT_TRUE(t.
is_open
());
53
EXPECT_FALSE(t.
is_open
());
64
EXPECT_FALSE(t.
is_open
());
66
EXPECT_TRUE(t.
is_open
());
76
EXPECT_FALSE(t2.
is_open
());
81
EXPECT_FALSE(t2.
is_open
());
transaction.h
25
bool
is_open
() const { return is_open_; }
function in class:sql::Transaction
/external/chromium/chrome/browser/chromeos/login/
help_app_launcher.h
45
bool
is_open
() const { return dialog_.get() && dialog_->
is_open
(); }
function in class:chromeos::HelpAppLauncher
login_html_dialog.h
54
bool
is_open
() const { return is_open_; }
function in class:chromeos::LoginHtmlDialog
/external/zlib/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
() )
zfstream.h
22
inline int
is_open
() const { return (file !=NULL); }
function in class:gzfilebuf
/external/zlib/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
;
readme.txt
16
- Added
Is_Open
routines to ZLib and ZLib.Streams packages.
/prebuilt/linux-x86/toolchain/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
...]
/prebuilt/ndk/android-ndk-r5/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
...]
/prebuilt/ndk/android-ndk-r6/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
...]
/external/chromium/chrome/browser/ui/cocoa/
constrained_window_mac.h
45
void set_sheet_open(bool
is_open
) { is_sheet_open_ =
is_open
; }
/external/zlib/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/libvpx/vp8/encoder/
parms.cpp
82
while(!config_file.eof() && config_file.
is_open
())
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h
76
is_open
() const;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h
76
is_open
() const;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h
76
is_open
() const;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h
76
is_open
() const;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h
76
is_open
() const;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h
76
is_open
() const;
/external/clang/test/CodeGenCXX/
template-instantiation.cpp
92
virtual void
is_open
() const { }
function in class:test3::basic_fstreamXX
98
template void basic_fstreamXX<char>::
is_open
() const;
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py
73
def
is_open
(self):
member in class:Bug
77
return not self.
is_open
()
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h
127
if (this->
is_open
())
144
if (this->
is_open
())
Completed in 358 milliseconds
1
2
3