OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmtflags
(Results
1 - 25
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i
42
// 27.4.2.1.2 Type ios_base::
fmtflags
43
typedef int
fmtflags
;
44
// 27.4.2.1.2 Type
fmtflags
45
static const
fmtflags
boolalpha ;
46
static const
fmtflags
dec ;
47
static const
fmtflags
fixed ;
48
static const
fmtflags
hex ;
49
static const
fmtflags
internal ;
50
static const
fmtflags
left ;
51
static const
fmtflags
oct
[
all
...]
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp
14
// static const
fmtflags
boolalpha;
15
// static const
fmtflags
dec;
16
// static const
fmtflags
fixed;
17
// static const
fmtflags
hex;
18
// static const
fmtflags
internal;
19
// static const
fmtflags
left;
20
// static const
fmtflags
oct;
21
// static const
fmtflags
right;
22
// static const
fmtflags
scientific;
23
// static const
fmtflags
showbase
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp
14
// static const
fmtflags
boolalpha;
15
// static const
fmtflags
dec;
16
// static const
fmtflags
fixed;
17
// static const
fmtflags
hex;
18
// static const
fmtflags
internal;
19
// static const
fmtflags
left;
20
// static const
fmtflags
oct;
21
// static const
fmtflags
right;
22
// static const
fmtflags
scientific;
23
// static const
fmtflags
showbase
[
all
...]
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Android.mk
17
test_makefile := external/libcxx/test/input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/Android.mk
19
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/unitbuf
23
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/noskipws
27
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/nounitbuf
31
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/noshowpoint
35
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/showbase
39
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/skipws
43
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/uppercase
47
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/showpoint
51
test_name := input.output/iostreams.base/std.ios.manip/
fmtflags
.manip/noshowbas
[
all
...]
/external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
Android.mk
17
test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/
fmtflags
.state/Android.mk
19
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/unsetf_mask
23
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/width
27
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/precision
31
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/setf_fmtflags
35
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/flags_fmtflags
39
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/flags
43
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/width_streamsize
47
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/setf_fmtflags_mask
51
test_name := input.output/iostreams.base/ios.base/
fmtflags
.state/precision_streamsiz
[
all
...]
setf_fmtflags_mask.pass.cpp
14
//
fmtflags
setf(
fmtflags
fmtfl,
fmtflags
mask);
33
test::
fmtflags
f = t.setf(test::hex | test::right, test::dec | test::right);
flags_fmtflags.pass.cpp
14
//
fmtflags
flags(
fmtflags
fmtfl);
33
test::
fmtflags
f = t.flags(test::hex | test::right);
setf_fmtflags.pass.cpp
14
//
fmtflags
setf(
fmtflags
fmtfl)
33
test::
fmtflags
f = t.setf(test::hex | test::right);
/external/libcxx/include/
ios
31
typedef T1
fmtflags
;
32
static constexpr
fmtflags
boolalpha;
33
static constexpr
fmtflags
dec;
34
static constexpr
fmtflags
fixed;
35
static constexpr
fmtflags
hex;
36
static constexpr
fmtflags
internal;
37
static constexpr
fmtflags
left;
38
static constexpr
fmtflags
oct;
39
static constexpr
fmtflags
right;
40
static constexpr
fmtflags
scientific
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios
31
typedef T1
fmtflags
;
32
static constexpr
fmtflags
boolalpha;
33
static constexpr
fmtflags
dec;
34
static constexpr
fmtflags
fixed;
35
static constexpr
fmtflags
hex;
36
static constexpr
fmtflags
internal;
37
static constexpr
fmtflags
left;
38
static constexpr
fmtflags
oct;
39
static constexpr
fmtflags
right;
40
static constexpr
fmtflags
scientific
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
ios
31
typedef T1
fmtflags
;
32
static constexpr
fmtflags
boolalpha;
33
static constexpr
fmtflags
dec;
34
static constexpr
fmtflags
fixed;
35
static constexpr
fmtflags
hex;
36
static constexpr
fmtflags
internal;
37
static constexpr
fmtflags
left;
38
static constexpr
fmtflags
oct;
39
static constexpr
fmtflags
right;
40
static constexpr
fmtflags
scientific
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags_mask.pass.cpp
14
//
fmtflags
setf(
fmtflags
fmtfl,
fmtflags
mask);
33
test::
fmtflags
f = t.setf(test::hex | test::right, test::dec | test::right);
flags_fmtflags.pass.cpp
14
//
fmtflags
flags(
fmtflags
fmtfl);
33
test::
fmtflags
f = t.flags(test::hex | test::right);
setf_fmtflags.pass.cpp
14
//
fmtflags
setf(
fmtflags
fmtfl)
33
test::
fmtflags
f = t.setf(test::hex | test::right);
/external/stlport/src/
ios.cpp
44
const ios_base::
fmtflags
ios_base::left;
45
const ios_base::
fmtflags
ios_base::right;
46
const ios_base::
fmtflags
ios_base::internal;
47
const ios_base::
fmtflags
ios_base::dec;
48
const ios_base::
fmtflags
ios_base::hex;
49
const ios_base::
fmtflags
ios_base::oct;
50
const ios_base::
fmtflags
ios_base::fixed;
51
const ios_base::
fmtflags
ios_base::scientific;
52
const ios_base::
fmtflags
ios_base::boolalpha;
53
const ios_base::
fmtflags
ios_base::showbase
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
ios.cpp
46
const ios_base::
fmtflags
ios_base::left;
47
const ios_base::
fmtflags
ios_base::right;
48
const ios_base::
fmtflags
ios_base::internal;
49
const ios_base::
fmtflags
ios_base::dec;
50
const ios_base::
fmtflags
ios_base::hex;
51
const ios_base::
fmtflags
ios_base::oct;
52
const ios_base::
fmtflags
ios_base::fixed;
53
const ios_base::
fmtflags
ios_base::scientific;
54
const ios_base::
fmtflags
ios_base::boolalpha;
55
const ios_base::
fmtflags
ios_base::showbase
[
all
...]
/external/stlport/stlport/stl/
_iomanip.h
50
ios_base::
fmtflags
_M_flag;
51
ios_base::
fmtflags
_M_mask;
54
_Ios_Setf_Manip(ios_base::
fmtflags
__f)
57
_Ios_Setf_Manip(ios_base::
fmtflags
__f, ios_base::
fmtflags
__m)
104
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::
fmtflags
__mask)
107
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::
fmtflags
__flag)
111
ios_base::
fmtflags
__base = __n == 8 ? ios_base::oct :
114
ios_base::
fmtflags
(0);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
50
ios_base::
fmtflags
_M_flag;
51
ios_base::
fmtflags
_M_mask;
54
_Ios_Setf_Manip(ios_base::
fmtflags
__f)
57
_Ios_Setf_Manip(ios_base::
fmtflags
__f, ios_base::
fmtflags
__m)
104
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::
fmtflags
__mask)
107
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::
fmtflags
__flag)
111
ios_base::
fmtflags
__base = __n == 8 ? ios_base::oct :
114
ios_base::
fmtflags
(0);
/prebuilts/ndk/5/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
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
50
ios_base::
fmtflags
_M_flag;
51
ios_base::
fmtflags
_M_mask;
54
_Ios_Setf_Manip(ios_base::
fmtflags
__f)
57
_Ios_Setf_Manip(ios_base::
fmtflags
__f, ios_base::
fmtflags
__m)
104
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::
fmtflags
__mask)
107
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::
fmtflags
__flag)
111
ios_base::
fmtflags
__base = __n == 8 ? ios_base::oct :
114
ios_base::
fmtflags
(0);
/prebuilts/ndk/6/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
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
50
ios_base::
fmtflags
_M_flag;
51
ios_base::
fmtflags
_M_mask;
54
_Ios_Setf_Manip(ios_base::
fmtflags
__f)
57
_Ios_Setf_Manip(ios_base::
fmtflags
__f, ios_base::
fmtflags
__m)
104
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::
fmtflags
__mask)
107
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::
fmtflags
__flag)
111
ios_base::
fmtflags
__base = __n == 8 ? ios_base::oct :
114
ios_base::
fmtflags
(0);
/prebuilts/ndk/7/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
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
50
ios_base::
fmtflags
_M_flag;
51
ios_base::
fmtflags
_M_mask;
54
_Ios_Setf_Manip(ios_base::
fmtflags
__f)
57
_Ios_Setf_Manip(ios_base::
fmtflags
__f, ios_base::
fmtflags
__m)
104
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::
fmtflags
__mask)
107
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::
fmtflags
__flag)
111
ios_base::
fmtflags
__base = __n == 8 ? ios_base::oct :
114
ios_base::
fmtflags
(0);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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 3018 milliseconds
1
2
3
4
5
6
7
8
9