HomeSort by relevance Sort by last modified time
    Searched refs:showbase (Results 1 - 25 of 32) sorted by null

1 2

  /external/stlport/test/unit/
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...]
money_facets_test.cpp 67 ostr << showbase; local
287 ostr << showbase; local
  /ndk/tests/device/test-gnustl-full/unit/
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/
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/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 78 << std::showbase << std::hex << object;
  /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;}
_num_put.c 174 (__flg & ios_base::showbase) &&
211 if (__flags & ios_base::showbase)
242 if (__flags & ios_base::showbase)
325 // put leading '0' if showbase is set
326 if (__flags & ios_base::showbase)
342 if (__flags & ios_base::showbase) {
481 __f.setf(ios_base::showbase);
_monetary.c 149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0;
421 bool __generate_curr = (__str.flags() & ios_base::showbase) !=0;
  /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;}
_num_put.c 174 (__flg & ios_base::showbase) &&
211 if (__flags & ios_base::showbase)
242 if (__flags & ios_base::showbase)
325 // put leading '0' if showbase is set
326 if (__flags & ios_base::showbase)
342 if (__flags & ios_base::showbase) {
481 __f.setf(ios_base::showbase);
  /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;}
_num_put.c 174 (__flg & ios_base::showbase) &&
211 if (__flags & ios_base::showbase)
242 if (__flags & ios_base::showbase)
325 // put leading '0' if showbase is set
326 if (__flags & ios_base::showbase)
342 if (__flags & ios_base::showbase) {
481 __f.setf(ios_base::showbase);
  /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;}
_num_put.c 174 (__flg & ios_base::showbase) &&
211 if (__flags & ios_base::showbase)
242 if (__flags & ios_base::showbase)
325 // put leading '0' if showbase is set
326 if (__flags & ios_base::showbase)
342 if (__flags & ios_base::showbase) {
481 __f.setf(ios_base::showbase);
  /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;}
_num_put.c 174 (__flg & ios_base::showbase) &&
211 if (__flags & ios_base::showbase)
242 if (__flags & ios_base::showbase)
325 // put leading '0' if showbase is set
326 if (__flags & ios_base::showbase)
342 if (__flags & ios_base::showbase) {
481 __f.setf(ios_base::showbase);
  /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
  /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);
  /external/stlport/src/
ios.cpp 53 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 53 const ios_base::fmtflags ios_base::showbase; member in class:ios_base

Completed in 512 milliseconds

1 2