HomeSort by relevance Sort by last modified time
    Searched refs:setf (Results 1 - 23 of 23) sorted by null

  /external/linux-kselftest/tools/testing/selftests/futex/
run.sh 26 tput setf 7 || tput setaf 7
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags.pass.cpp 14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
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);
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
numeric_lex.h 51 stream.setf(numeric_base_int(str), std::ios::basefield);
  /external/bcc/src/cc/vendor/
tinyformat.hpp 609 out.setf(std::ios::showpoint | std::ios::showbase);
618 out.setf(std::ios::internal, std::ios::adjustfield);
623 out.setf(std::ios::left, std::ios::adjustfield);
631 out.setf(std::ios::showpos);
658 out.setf(std::ios::left, std::ios::adjustfield);
698 out.setf(std::ios::dec, std::ios::basefield);
702 out.setf(std::ios::oct, std::ios::basefield);
706 out.setf(std::ios::uppercase);
708 out.setf(std::ios::hex, std::ios::basefield);
712 out.setf(std::ios::uppercase)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minmax_showbase.pass.cpp 44 ss.setf(fmt, std::ios_base::basefield);
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
run.sh 35 tput setf 7 || tput setaf 7
  /external/gptfdisk/
attributes.cc 75 cout.setf(ios::uppercase);
bsd.cc 199 cout.setf(ios::uppercase);
parttypes.cc 303 cout.setf(ios::uppercase);
gptpart.cc 313 cout.setf(ios::uppercase);
gpttext.cc     [all...]
basicmbr.cc 288 cerr.setf(ios::uppercase);
483 cout.setf(ios::uppercase);
    [all...]
gpt.cc 412 cout.setf(ios::uppercase);
614 cout.setf(ios::uppercase);
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long.pass.cpp 115 ios.setf(zf, ios.basefield);
127 ios.setf(zf, ios.basefield);
139 ios.setf(zf, ios.basefield);
151 ios.setf(zf, ios.basefield);
  /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
  /external/protobuf/src/google/protobuf/stubs/
int128.cc 167 os.setf(flags & copy_mask, copy_mask);
  /external/jsoncpp/src/test_lib_json/
jsontest.h 87 oss.setf(std::ios_base::floatfield);
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/eigen/Eigen/src/Core/
Redux.h 68 std::cerr.setf(std::ios::hex, std::ios::basefield);
AssignEvaluator.h 153 std::cerr.setf(std::ios::hex, std::ios::basefield);
    [all...]
  /external/v8/src/compiler/
types.cc 1002 std::ostream::fmtflags saved_flags = os.setf(std::ios::fixed);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 386 oss.setf(oss.fixed | oss.internal);
    [all...]

Completed in 1133 milliseconds