HomeSort by relevance Sort by last modified time
    Searched defs:showbase (Results 1 - 20 of 20) sorted by null

  /external/stlport/src/
ios.cpp 53 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /external/stlport/test/unit/
money_facets_test.cpp 67 ostr << showbase; local
287 ostr << showbase; local
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1030 s << hex << showbase << 0; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 53 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 67 ostr << showbase; local
287 ostr << showbase; local
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1030 s << hex << showbase << 0; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 67 ostr << showbase; local
287 ostr << showbase; local
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1030 s << hex << showbase << 0; local
    [all...]
  /external/astl/include/
ios_base.h 121 // showbase: Generates a prefix indicating the numeric base of generated
139 static const fmtflags showbase = android::ios_baseflags_showbase; member in class:std::ios_base
  /external/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) function
274 { __s.setf(ios_base::showbase); return __s;}
277 { __s.unsetf(ios_base::showbase); return __s;}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) function
274 { __s.setf(ios_base::showbase); return __s;}
277 { __s.unsetf(ios_base::showbase); return __s;}
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) function
274 { __s.setf(ios_base::showbase); return __s;}
277 { __s.unsetf(ios_base::showbase); return __s;}
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) function
274 { __s.setf(ios_base::showbase); return __s;}
277 { __s.unsetf(ios_base::showbase); return __s;}
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) function
274 { __s.setf(ios_base::showbase); return __s;}
277 { __s.unsetf(ios_base::showbase); return __s;}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 253 * - showbase
298 static const fmtflags showbase = _S_showbase; member in class:ios_base
813 /// Calls base.setf(ios_base::showbase).
815 showbase(ios_base& __base) function
817 __base.setf(ios_base::showbase);
821 /// Calls base.unsetf(ios_base::showbase).
825 __base.unsetf(ios_base::showbase);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 247 * - showbase
292 static const fmtflags showbase = _S_showbase; member in class:ios_base
811 /// Calls base.setf(ios_base::showbase).
813 showbase(ios_base& __base) function
815 __base.setf(ios_base::showbase);
819 /// Calls base.unsetf(ios_base::showbase).
823 __base.unsetf(ios_base::showbase);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 247 * - showbase
292 static const fmtflags showbase = _S_showbase; member in class:ios_base
811 /// Calls base.setf(ios_base::showbase).
813 showbase(ios_base& __base) function
815 __base.setf(ios_base::showbase);
819 /// Calls base.unsetf(ios_base::showbase).
823 __base.unsetf(ios_base::showbase);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 253 * - showbase
298 static const fmtflags showbase = _S_showbase; member in class:ios_base
813 /// Calls base.setf(ios_base::showbase).
815 showbase(ios_base& __base) function
817 __base.setf(ios_base::showbase);
821 /// Calls base.unsetf(ios_base::showbase).
825 __base.unsetf(ios_base::showbase);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 253 * - showbase
298 static const fmtflags showbase = _S_showbase; member in class:ios_base
813 /// Calls base.setf(ios_base::showbase).
815 showbase(ios_base& __base) function
817 __base.setf(ios_base::showbase);
821 /// Calls base.unsetf(ios_base::showbase).
825 __base.unsetf(ios_base::showbase);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 253 * - showbase
298 static const fmtflags showbase = _S_showbase; member in class:ios_base
813 /// Calls base.setf(ios_base::showbase).
815 showbase(ios_base& __base) function
817 __base.setf(ios_base::showbase);
821 /// Calls base.unsetf(ios_base::showbase).
825 __base.unsetf(ios_base::showbase);

Completed in 676 milliseconds