/third_party/boost/boost/locale/ |
D | formatting.hpp | 113 static ios_info &get(std::ios_base &ios); 282 inline std::ios_base & posix(std::ios_base & ios) in posix() argument 284 ios_info::get(ios).display_flags(flags::posix); in posix() 285 return ios; in posix() 292 inline std::ios_base & number(std::ios_base & ios) in number() argument 294 ios_info::get(ios).display_flags(flags::number); in number() 295 return ios; in number() 301 inline std::ios_base & currency(std::ios_base & ios) in currency() argument 303 ios_info::get(ios).display_flags(flags::currency); in currency() 304 return ios; in currency() [all …]
|
/third_party/boost/libs/locale/src/shared/ |
D | ios_prop.hpp | 19 static void set(Property const &prop,std::ios_base &ios) in set() argument 22 if(ios.pword(id)==0) { in set() 23 ios.pword(id) = new Property(prop); in set() 24 ios.register_callback(callback,id); in set() 26 else if(ios.pword(id)==invalid) { in set() 27 ios.pword(id) = new Property(prop); in set() 30 *static_cast<Property *>(ios.pword(id))=prop; in set() 34 static Property &get(std::ios_base &ios) in get() argument 37 if(!has(ios)) in get() 38 set(Property(),ios); in get() [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/ |
D | .gitignore | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/dev/integration_tests/release_smoke_test/ |
D | .gitignore | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/templates/package/ |
D | .gitignore.tmpl | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ |
D | .gitignore | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/templates/app/ |
D | .gitignore.tmpl | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/ |
D | .gitignore | 42 **/ios/**/*.mode1v3 43 **/ios/**/*.mode2v3 44 **/ios/**/*.moved-aside 45 **/ios/**/*.pbxuser 46 **/ios/**/*.perspectivev3 47 **/ios/**/*sync/ 48 **/ios/**/.sconsign.dblite 49 **/ios/**/.tags* 50 **/ios/**/.vagrant/ 51 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/ |
D | .gitignore | 45 **/ios/**/*.mode1v3 46 **/ios/**/*.mode2v3 47 **/ios/**/*.moved-aside 48 **/ios/**/*.pbxuser 49 **/ios/**/*.perspectivev3 50 **/ios/**/*sync/ 51 **/ios/**/.sconsign.dblite 52 **/ios/**/.tags* 53 **/ios/**/.vagrant/ 54 **/ios/**/DerivedData/ [all …]
|
/third_party/flutter/flutter/ |
D | .gitignore | 62 **/ios/**/*.mode1v3 63 **/ios/**/*.mode2v3 64 **/ios/**/*.moved-aside 65 **/ios/**/*.pbxuser 66 **/ios/**/*.perspectivev3 67 **/ios/**/*sync/ 68 **/ios/**/.sconsign.dblite 69 **/ios/**/.tags* 70 **/ios/**/.vagrant/ 71 **/ios/**/DerivedData/ [all …]
|
/third_party/boost/libs/locale/src/util/ |
D | numeric.hpp | 79 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long val) const in do_put() argument 81 return do_real_put(out,ios,fill,val); in do_put() 83 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long val) co… in do_put() argument 85 return do_real_put(out,ios,fill,val); in do_put() 87 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, double val) const in do_put() argument 89 return do_real_put(out,ios,fill,val); in do_put() 91 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long double val) const in do_put() argument 93 return do_real_put(out,ios,fill,val); in do_put() 97 … virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long long val) const in do_put() argument 99 return do_real_put(out,ios,fill,val); in do_put() [all …]
|
/third_party/zlib/contrib/iostream/ |
D | zfstream.cpp | 27 if ( io_mode & ios::in ) { in open() 28 mode = ios::in; in open() 30 } else if ( io_mode & ios::app ) { in open() 31 mode = ios::app; in open() 34 mode = ios::out; in open() 38 if ( io_mode & ios::binary ) { in open() 39 mode |= ios::binary; in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 69 if ( io_mode & ios::in ) { in attach() 70 mode = ios::in; in attach() [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 27 if ( io_mode & ios::in ) { in open() 28 mode = ios::in; in open() 30 } else if ( io_mode & ios::app ) { in open() 31 mode = ios::app; in open() 34 mode = ios::out; in open() 38 if ( io_mode & ios::binary ) { in open() 39 mode |= ios::binary; in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 69 if ( io_mode & ios::in ) { in attach() 70 mode = ios::in; in attach() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 27 if ( io_mode & ios::in ) { in open() 28 mode = ios::in; in open() 30 } else if ( io_mode & ios::app ) { in open() 31 mode = ios::app; in open() 34 mode = ios::out; in open() 38 if ( io_mode & ios::binary ) { in open() 39 mode |= ios::binary; in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 69 if ( io_mode & ios::in ) { in attach() 70 mode = ios::in; in attach() [all …]
|
/third_party/boost/boost/chrono/io/ |
D | ios_base_state.hpp | 29 fmt_masks(std::ios_base& ios): base_type(ios) {} in fmt_masks() argument 67 inline duration_style get_duration_style(std::ios_base & ios) in get_duration_style() argument 69 return fmt_masks(ios).get_duration_style(); in get_duration_style() 71 inline void set_duration_style(std::ios_base& ios, duration_style style) in set_duration_style() argument 73 fmt_masks(ios).set_duration_style(style); in set_duration_style() 75 inline std::ios_base& symbol_format(std::ios_base& ios) in symbol_format() argument 77 fmt_masks(ios).setf(fmt_masks::uses_symbol); in symbol_format() 78 return ios; in symbol_format() 80 inline std::ios_base& name_format(std::ios_base& ios) in name_format() argument 82 fmt_masks(ios).unsetf(fmt_masks::uses_symbol); in name_format() [all …]
|
D | duration_put.hpp | 104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put() argument 107 if (std::has_facet<duration_units<CharT> >(ios.getloc())) in put() 110 ios.getloc()); in put() 111 return put(facet, s, ios, fill, d, pattern, pat_end, val); in put() 116 return put(facet, s, ios, fill, d, pattern, pat_end, val); in put() 121 …iter_type put(duration_units<CharT> const& units_facet, iter_type s, std::ios_base& ios, char_type… in put() argument 125 const std::ctype<char_type>& ct = std::use_facet<std::ctype<char_type> >(ios.getloc()); in put() 140 s = put_value(s, ios, fill, d, val); in put() 145 s = put_unit(units_facet, s, ios, fill, d); in put() 173 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put() argument [all …]
|
D | time_point_put.hpp | 93 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put() argument 96 if (std::has_facet<time_point_units<CharT> >(ios.getloc())) in put() 99 std::use_facet<time_point_units<CharT> >(ios.getloc()); in put() 100 return put(facet, i, ios, fill, tp, pattern, pat_end); in put() 105 return put(facet, i, ios, fill, tp, pattern, pat_end); in put() 110 …iter_type put(time_point_units<CharT> const& units_facet, iter_type s, std::ios_base& ios, char_ty… in put() argument 114 const std::ctype<char_type>& ct = std::use_facet<std::ctype<char_type> >(ios.getloc()); in put() 129 s = put_duration(s, ios, fill, tp.time_since_epoch()); in put() 134 s = put_epoch<Clock> (units_facet, s, ios); in put() 163 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put() argument [all …]
|
/third_party/boost/libs/locale/src/icu/ |
D | numeric.cpp | 92 static bool use_parent(std::ios_base &ios,ValueType v) in use_parent() argument 94 uint64_t flg = ios_info::get(ios).display_flags(); in use_parent() 103 if(flg == flags::number && (ios.flags() & std::ios_base::basefield) != std::ios_base::dec) { in use_parent() 130 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long val) const in do_put() argument 132 return do_real_put(out,ios,fill,val); in do_put() 134 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, unsigned long val) co… in do_put() argument 136 return do_real_put(out,ios,fill,val); in do_put() 138 virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, double val) const in do_put() argument 140 return do_real_put(out,ios,fill,val); in do_put() 142 …virtual iter_type do_put (iter_type out, std::ios_base &ios, char_type fill, long double val) const in do_put() argument [all …]
|
/third_party/boost/libs/process/test/ |
D | async_system_stackful_error.cpp | 35 boost::asio::io_context ios; variable 41 ios, yield_, in __anon2dc066e80102() 49 boost::asio::spawn(ios, stackful); 50 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anon2dc066e80202() 52 ios.run(); 62 boost::asio::io_context ios; variable 69 ios, yield_, in __anon2dc066e80302() 75 boost::asio::spawn(ios, stackful); 76 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anon2dc066e80402() 77 ios.run(); [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/ |
D | cocoapods_test.dart | 13 import 'package:flutter_tools/src/ios/xcodeproj.dart'; 61 projectUnderTest.ios.xcodeProject.createSync(recursive: true); 65 Cache.flutterRoot, 'packages', 'flutter_tools', 'templates', 'cocoapods', 'Podfile-ios-objc', 70 Cache.flutterRoot, 'packages', 'flutter_tools', 'templates', 'cocoapods', 'Podfile-ios-swift', 86 workingDirectory: 'project/ios', 149 cocoaPodsUnderTest.setupPodfile(projectUnderTest.ios); 151 expect(projectUnderTest.ios.podfile.readAsStringSync(), 'Objective-C iOS podfile template'); 163 cocoaPodsUnderTest.setupPodfile(project.ios); 165 expect(projectUnderTest.ios.podfile.readAsStringSync(), 'Swift iOS podfile template'); 181 projectUnderTest.ios.podfile..createSync()..writeAsStringSync('Existing Podfile'); [all …]
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | doc_snippets.cpp | 30 net::io_service ios; in fxx() local 31 net::io_service::work work{ios}; in fxx() 32 std::thread t{[&](){ ios.run(); }}; in fxx() 34 net::ip::tcp::socket sock{ios}; in fxx() 38 stream<net::ip::tcp::socket> ws{ios}; in fxx() 61 net::ip::tcp::resolver r{ios}; in fxx() 62 stream<net::ip::tcp::socket> ws{ios}; in fxx() 69 net::ip::tcp::acceptor acceptor{ios}; in fxx() 76 stream<net::ip::tcp::socket> ws{ios}; in fxx() 140 stream<net::ip::tcp::socket> ws{ios}; in fxx() [all …]
|
/third_party/boost/boost/chrono/io/utility/ |
D | ios_base_state_ptr.hpp | 81 explicit ios_state_ptr(std::ios_base& ios) : in ios_state_ptr() argument 82 ios_(ios) in ios_state_ptr() 229 static inline bool is_registerd(std::ios_base& ios) in is_registerd() argument 231 long iw = ios.iword(index()); in is_registerd() 234 static inline void set_registered(std::ios_base& ios) in set_registered() argument 236 long& iw = ios.iword(index()); in set_registered() 239 static inline void callback(std::ios_base::event evt, std::ios_base& ios, int index) in callback() argument 245 void*& pw = ios.pword(index); in callback() 256 void*& pw = ios.pword(index); in callback() 273 static inline void register_once(int indx, std::ios_base& ios) in register_once() argument [all …]
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 72 termios ios; 73 s = ::tcgetattr(fd, &ios); 78 ::cfmakeraw(&ios); 80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK 82 ios.c_oflag &= ~OPOST; 83 ios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); 84 ios.c_cflag &= ~(CSIZE | PARENB); 85 ios.c_cflag |= CS8; 87 ios.c_iflag |= IGNPAR; 88 ios.c_cflag |= CREAD | CLOCAL; [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 72 termios ios; 73 s = ::tcgetattr(fd, &ios); 78 ::cfmakeraw(&ios); 80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK 82 ios.c_oflag &= ~OPOST; 83 ios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); 84 ios.c_cflag &= ~(CSIZE | PARENB); 85 ios.c_cflag |= CS8; 87 ios.c_iflag |= IGNPAR; 88 ios.c_cflag |= CREAD | CLOCAL; [all …]
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 463 {uint128(0), std::ios::dec, 0, '_', "0"}, in TEST() 464 {uint128(0), std::ios::oct, 0, '_', "0"}, in TEST() 465 {uint128(0), std::ios::hex, 0, '_', "0"}, in TEST() 467 {uint128(0, -1), std::ios::dec, 0, '_', "18446744073709551615"}, in TEST() 468 {uint128(0, -1), std::ios::oct, 0, '_', "1777777777777777777777"}, in TEST() 469 {uint128(0, -1), std::ios::hex, 0, '_', "ffffffffffffffff"}, in TEST() 470 {uint128(1, 0), std::ios::dec, 0, '_', "18446744073709551616"}, in TEST() 471 {uint128(1, 0), std::ios::oct, 0, '_', "2000000000000000000000"}, in TEST() 472 {uint128(1, 0), std::ios::hex, 0, '_', "10000000000000000"}, in TEST() 474 {uint128(PROTOBUF_ULONGLONG(0x8000000000000000), 0), std::ios::dec, 0, in TEST() [all …]
|