OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setf
(Results
51 - 75
of
122
) sorted by null
1
2
3
4
5
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
62
__ios.
setf
(_M_flag, _M_mask);
64
__ios.
setf
(_M_flag);
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
62
__ios.
setf
(_M_flag, _M_mask);
64
__ios.
setf
(_M_flag);
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iomanip.h
62
__ios.
setf
(_M_flag, _M_mask);
64
__ios.
setf
(_M_flag);
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/external/openfst/src/include/fst/script/
info-impl.h
235
ios_base::fmtflags old = os.
setf
(ios::left);
246
os.
setf
(old);
320
os.
setf
(old);
/sdk/find_java/src/source/
utils.h
127
CString&
setf
(const char *str, ...) {
function in class:CString
217
setf
("[%d] %s", err, errStr);
219
setf
("%s[%d] %s", message, err, errStr);
find_java_exe.cpp
186
s.
setf
("Failed to find Java %d.%d (or newer) on your system. ", JAVA_MAJOR(minVersion),
204
s.
setf
("Failed to convert path (%s) to a short DOS path. ", javaPath.cstr());
/external/libcxx/include/
iomanip
107
__is.
setf
(__x.__mask_);
117
__os.
setf
(__x.__mask_);
144
__is.
setf
(__x.__base_ == 8 ? ios_base::oct :
157
__os.
setf
(__x.__base_ == 8 ? ios_base::oct :
/external/libunwind/tests/
ia64-test-nat-asm.S
110
setf
.sig f2 = r4
386
(p6)
setf
.sig f31 = r5 // save r5 in f31 if it's a NaT
390
setf
.sig f32 = r6 // save r6 in f32 (fph partition)
405
setf
.sig f4 = r4
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip
107
__is.
setf
(__x.__mask_);
117
__os.
setf
(__x.__mask_);
144
__is.
setf
(__x.__base_ == 8 ? ios_base::oct :
157
__os.
setf
(__x.__base_ == 8 ? ios_base::oct :
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip
107
__is.
setf
(__x.__mask_);
117
__os.
setf
(__x.__mask_);
144
__is.
setf
(__x.__base_ == 8 ? ios_base::oct :
157
__os.
setf
(__x.__base_ == 8 ? ios_base::oct :
/ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c
480
__f.
setf
(ios_base::hex, ios_base::basefield);
481
__f.
setf
(ios_base::showbase);
482
__f.
setf
(ios_base::internal, ios_base::adjustfield);
/external/gptfdisk/
attributes.cc
73
cout.
setf
(ios::uppercase);
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp
113
ios.
setf
(0, ios.basefield);
125
ios.
setf
(0, ios.basefield);
137
ios.
setf
(0, ios.basefield);
149
ios.
setf
(0, ios.basefield);
/external/mesa3d/src/mapi/vgapi/
vgapi.csv
72
void,
Setf
, VGParamType type, VGfloat value
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp
113
ios.
setf
(0, ios.basefield);
125
ios.
setf
(0, ios.basefield);
137
ios.
setf
(0, ios.basefield);
149
ios.
setf
(0, ios.basefield);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp
51
std::istream::fmtflags old_flags = m_os.
setf
( std::istream::fixed,
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
229
ptr_cerr->
setf
(ios_base::unitbuf);
244
ptr_wcerr->
setf
(ios_base::unitbuf);
/external/jsoncpp/src/test_lib_json/
jsontest.h
95
oss.
setf
( std::ios_base::floatfield );
/ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp
107
fostr.
setf
(ios_base::uppercase | ios_base::showpos);
num_put_get_test.cpp
577
str.
setf
(ios::fixed, ios::floatfield);
600
// cerr.
setf
(ios::fixed, ios::floatfield);
1037
s.
setf
( ios_base::internal, ios_base::adjustfield );
1118
str.
setf
(ios::fixed, ios::floatfield);
[
all
...]
Completed in 831 milliseconds
1
2
3
4
5