OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmtflags
(Results
1 - 9
of
9
) sorted by null
/external/astl/tests/
test_iomanip.cpp
52
typedef std::ios_base::
fmtflags
fmtflags
;
typedef
/external/astl/include/
ios_base.h
98
typedef int
fmtflags
;
typedef in class:std::ios_base
130
static const
fmtflags
boolalpha = android::ios_baseflags_boolalpha;
131
static const
fmtflags
dec = android::ios_baseflags_dec;
132
static const
fmtflags
fixed = android::ios_baseflags_fixed;
133
static const
fmtflags
hex = android::ios_baseflags_hex;
134
static const
fmtflags
internal = android::ios_baseflags_internal;
135
static const
fmtflags
left = android::ios_baseflags_left;
136
static const
fmtflags
oct = android::ios_baseflags_oct;
137
static const
fmtflags
right = android::ios_baseflags_right;
138
static const
fmtflags
scientific = android::ios_baseflags_scientific
[
all
...]
/external/stlport/stlport/stl/
_ios_base.h
57
typedef int
fmtflags
;
typedef in class:ios_base
63
typedef
fmtflags
fmt_flags;
107
fmtflags
flags() const { return _M_fmtflags; }
108
fmtflags
flags(
fmtflags
__flags) {
109
fmtflags
__tmp = _M_fmtflags;
114
fmtflags
setf(
fmtflags
__flag) {
115
fmtflags
__tmp = _M_fmtflags;
119
fmtflags
setf(fmtflags __flag, fmtflags __mask)
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
57
typedef int
fmtflags
;
typedef in class:ios_base
63
typedef
fmtflags
fmt_flags;
107
fmtflags
flags() const { return _M_fmtflags; }
108
fmtflags
flags(
fmtflags
__flags) {
109
fmtflags
__tmp = _M_fmtflags;
114
fmtflags
setf(
fmtflags
__flag) {
115
fmtflags
__tmp = _M_fmtflags;
119
fmtflags
setf(fmtflags __flag, fmtflags __mask)
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
57
typedef int
fmtflags
;
typedef in class:ios_base
63
typedef
fmtflags
fmt_flags;
107
fmtflags
flags() const { return _M_fmtflags; }
108
fmtflags
flags(
fmtflags
__flags) {
109
fmtflags
__tmp = _M_fmtflags;
114
fmtflags
setf(
fmtflags
__flag) {
115
fmtflags
__tmp = _M_fmtflags;
119
fmtflags
setf(fmtflags __flag, fmtflags __mask)
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
57
typedef int
fmtflags
;
typedef in class:ios_base
63
typedef
fmtflags
fmt_flags;
107
fmtflags
flags() const { return _M_fmtflags; }
108
fmtflags
flags(
fmtflags
__flags) {
109
fmtflags
__tmp = _M_fmtflags;
114
fmtflags
setf(
fmtflags
__flag) {
115
fmtflags
__tmp = _M_fmtflags;
119
fmtflags
setf(fmtflags __flag, fmtflags __mask)
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h
237
// 27.4.2.1.2 Type ios_base::
fmtflags
243
* Thing to happen. Defined objects of type
fmtflags
are:
263
typedef _Ios_Fmtflags
fmtflags
;
typedef in class:ios_base
266
static const
fmtflags
boolalpha = _S_boolalpha;
269
static const
fmtflags
dec = _S_dec;
272
static const
fmtflags
fixed = _S_fixed;
275
static const
fmtflags
hex = _S_hex;
280
static const
fmtflags
internal = _S_internal;
284
static const
fmtflags
left = _S_left;
287
static const
fmtflags
oct = _S_oct
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
237
// 27.4.2.1.2 Type ios_base::
fmtflags
243
* Thing to happen. Defined objects of type
fmtflags
are:
263
typedef _Ios_Fmtflags
fmtflags
;
typedef in class:ios_base
266
static const
fmtflags
boolalpha = _S_boolalpha;
269
static const
fmtflags
dec = _S_dec;
272
static const
fmtflags
fixed = _S_fixed;
275
static const
fmtflags
hex = _S_hex;
280
static const
fmtflags
internal = _S_internal;
284
static const
fmtflags
left = _S_left;
287
static const
fmtflags
oct = _S_oct
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
237
// 27.4.2.1.2 Type ios_base::
fmtflags
243
* Thing to happen. Defined objects of type
fmtflags
are:
263
typedef _Ios_Fmtflags
fmtflags
;
typedef in class:ios_base
266
static const
fmtflags
boolalpha = _S_boolalpha;
269
static const
fmtflags
dec = _S_dec;
272
static const
fmtflags
fixed = _S_fixed;
275
static const
fmtflags
hex = _S_hex;
280
static const
fmtflags
internal = _S_internal;
284
static const
fmtflags
left = _S_left;
287
static const
fmtflags
oct = _S_oct
[
all
...]
Completed in 238 milliseconds