HomeSort by relevance Sort by last modified time
    Searched full:setf (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/libcxx/include/
ios 75 fmtflags setf(fmtflags fmtfl);
76 fmtflags setf(fmtflags fmtfl, fmtflags mask);
283 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
284 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
451 ios_base::setf(fmtflags __fmtfl)
467 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
806 __str.setf(ios_base::boolalpha);
822 __str.setf(ios_base::showbase);
838 __str.setf(ios_base::showpoint);
854 __str.setf(ios_base::showpos)
    [all...]
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/llvm-libc++/libcxx/include/
ios 75 fmtflags setf(fmtflags fmtfl);
76 fmtflags setf(fmtflags fmtfl, fmtflags mask);
283 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
284 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
451 ios_base::setf(fmtflags __fmtfl)
467 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
806 __str.setf(ios_base::boolalpha);
822 __str.setf(ios_base::showbase);
838 __str.setf(ios_base::showpoint);
854 __str.setf(ios_base::showpos)
    [all...]
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/current/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 75 fmtflags setf(fmtflags fmtfl);
76 fmtflags setf(fmtflags fmtfl, fmtflags mask);
283 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl);
284 _LIBCPP_INLINE_VISIBILITY fmtflags setf(fmtflags __fmtfl, fmtflags __mask);
451 ios_base::setf(fmtflags __fmtfl)
467 ios_base::setf(fmtflags __fmtfl, fmtflags __mask)
806 __str.setf(ios_base::boolalpha);
822 __str.setf(ios_base::showbase);
838 __str.setf(ios_base::showpoint);
854 __str.setf(ios_base::showpos)
    [all...]
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
iomanip 59 * @brief Manipulator for @c setf.
63 * via @e stream.setf(0,__mask).
73 __is.setf(ios_base::fmtflags(0), __f._M_mask);
81 __os.setf(ios_base::fmtflags(0), __f._M_mask);
89 * @brief Manipulator for @c setf.
103 __is.setf(__f._M_mask);
111 __os.setf(__f._M_mask);
119 * @brief Manipulator for @c setf.
134 __is.setf(__f._M_base == 8 ? ios_base::oct :
145 __os.setf(__f._M_base == 8 ? ios_base::oct :
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-2.d 33 10207: b005 setf
  /art/runtime/
reflection-inl.h 68 dst->SetF(src.GetI());
71 dst->SetF(src.GetJ());
jvalue.h 45 void SetF(float new_f) { f = new_f; }
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 108 setf(fmtflags __fmtfl);
111 setf(fmtflags __fmtfl, fmtflags __mask);
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 78 and error if a setf operation is performed on the address of this object.
380 `(cl::setf ,(identifier-convert-null
389 (cl::setf char (cl::schar cname n))
392 (cl::setf newcase (cl::if (cl::upper-case-p char) :upper :lower))
397 (cl::setf newcase :other))
399 (cl::setf lastcase newcase)
402 (cl::setf lastcase :other)))
409 `(cl::setf ,(identifier-convert-lispify
413 (cl::setf cname (cl::format nil "*~A*" cname)))
443 ;; setf functions should return the new valu
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
b44ExpLogTable.cpp 67 cout.setf (ios::hex, ios::basefield);
69 cout.setf (ios_base::hex, ios_base::basefield);
  /ndk/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/current/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);
  /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/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 175 setf
  /prebuilts/go/darwin-x86/src/go/types/
example_test.go 111 func (c *Celsius) SetF(f float64) { *c = Celsius(f - 32 / 9 * 5) }
144 // method (*temperature.Celsius) SetF(f float64)
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 111 func (c *Celsius) SetF(f float64) { *c = Celsius(f - 32 / 9 * 5) }
144 // method (*temperature.Celsius) SetF(f float64)
  /external/gptfdisk/
attributes.cc 73 cout.setf(ios::uppercase);

Completed in 743 milliseconds

12 3 4 5 6