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

1 2

  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
boolalpha.pass.cpp 14 // ios_base& boolalpha(ios_base& str);
26 std::ios_base& r = std::boolalpha(ios);
28 assert(ios.flags() & std::ios::boolalpha);
noboolalpha.pass.cpp 26 std::boolalpha(ios);
29 assert(!(ios.flags() & std::ios::boolalpha));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
boolalpha.pass.cpp 14 // ios_base& boolalpha(ios_base& str);
26 std::ios_base& r = std::boolalpha(ios);
28 assert(ios.flags() & std::ios::boolalpha);
noboolalpha.pass.cpp 26 std::boolalpha(ios);
29 assert(!(ios.flags() & std::ios::boolalpha));
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
simplereader.cpp 9 bool Bool(bool b) { cout << "Bool(" << boolalpha << b << ")" << endl; return true; }
16 cout << "String(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
21 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 78 boolalpha(os);
86 boolalpha(os);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 14 // static const fmtflags boolalpha;
38 assert(std::ios_base::boolalpha);
56 ( std::ios_base::boolalpha
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 65 boolalpha(ios);
83 boolalpha(ios);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 78 boolalpha(os);
86 boolalpha(os);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 14 // static const fmtflags boolalpha;
38 assert(std::ios_base::boolalpha);
56 ( std::ios_base::boolalpha
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 65 boolalpha(ios);
83 boolalpha(ios);
  /art/compiler/optimizing/
graph_visualizer.cc 367 StartAttributeStream("is_catch_phi") << std::boolalpha << phi->IsCatchPhi() << std::noboolalpha;
383 StartAttributeStream("gen_clinit_check") << std::boolalpha
385 StartAttributeStream("needs_access_check") << std::boolalpha
395 StartAttributeStream("must_do_null_check") << std::boolalpha
401 StartAttributeStream("must_do_null_check") << std::boolalpha
406 StartAttributeStream("is_string_length") << std::boolalpha
414 StartAttributeStream("is_string_char_at") << std::boolalpha
419 StartAttributeStream("is_string_char_at") << std::boolalpha
424 StartAttributeStream("value_can_be_null") << std::boolalpha
426 StartAttributeStream("needs_type_check") << std::boolalpha
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
camera_characteristics.cc 280 is >> std::boolalpha
285 is >> std::boolalpha
290 is >> std::boolalpha
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 236 * - boolalpha
258 static const fmtflags boolalpha = _S_boolalpha; member in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
795 boolalpha(ios_base& __base) function
797 __base.setf(ios_base::boolalpha);
801 /// Calls base.unsetf(ios_base::boolalpha).
805 __base.unsetf(ios_base::boolalpha);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 236 * - boolalpha
258 static const fmtflags boolalpha = _S_boolalpha; member in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
795 boolalpha(ios_base& __base) function
797 __base.setf(ios_base::boolalpha);
801 /// Calls base.unsetf(ios_base::boolalpha).
805 __base.unsetf(ios_base::boolalpha);
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 78 ios1.flags(std::ios::boolalpha | std::ios::dec | std::ios::fixed);
152 assert(ios2.flags() == (std::ios::boolalpha | std::ios::dec | std::ios::fixed));
copyfmt.pass.cpp 118 ios1.flags(std::ios::boolalpha | std::ios::dec | std::ios::fixed);
  /external/webrtc/webrtc/base/
stringencode.h 186 oss << std::boolalpha << t;
195 iss >> std::boolalpha >> *t;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 78 ios1.flags(std::ios::boolalpha | std::ios::dec | std::ios::fixed);
152 assert(ios2.flags() == (std::ios::boolalpha | std::ios::dec | std::ios::fixed));
copyfmt.pass.cpp 118 ios1.flags(std::ios::boolalpha | std::ios::dec | std::ios::fixed);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 45 static const fmtflags boolalpha ;
  /art/runtime/
debug_print.cc 145 << " match? " << std::boolalpha << (klass == target_class);
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_bool.pass.cpp 107 boolalpha(ios);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_bool.pass.cpp 107 boolalpha(ios);
  /art/runtime/gc/space/
region_space.cc 572 << " is_newly_allocated=" << std::boolalpha << is_newly_allocated_ << std::noboolalpha
573 << " is_a_tlab=" << std::boolalpha << is_a_tlab_ << std::noboolalpha

Completed in 872 milliseconds

1 2