| /third_party/flutter/flutter/packages/flutter_tools/templates/package/ |
| D | .gitignore.tmpl | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/templates/app/ |
| D | .gitignore.tmpl | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/ |
| D | .gitignore | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/ |
| D | .gitignore | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/ |
| D | .gitignore | 44 # iOS/XCode related 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/ [all …]
|
| /third_party/ejdb/src/bindings/ejdb2_flutter/example/ |
| D | .gitignore | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/release_smoke_test/ |
| D | .gitignore | 41 # iOS/XCode related 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/ [all …]
|
| /third_party/flutter/flutter/ |
| D | .gitignore | 61 # iOS/XCode related 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/ [all …]
|
| /third_party/boost/libs/locale/src/shared/ |
| D | ios_prop.hpp | 10 #include <ios> 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() [all …]
|
| /third_party/boost/libs/locale/src/util/ |
| D | numeric.hpp | 12 #include <ios> 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 [all …]
|
| /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/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/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/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 | 80 * @param ios a reference to a ios_base 95 * @c ios.getloc(). The first character of each sequence is equal to @c '%', 99 * <c>put_value(s, ios, fill, d)</c> or <c>put_unit(s, ios, fill, d)</c>. 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() [all …]
|
| D | time_point_put.hpp | 68 * @param ios a reference to a ios_base 83 * @c ios.getloc(). The first character of each sequence is equal to @c '%', 87 * <c>put_duration(s, ios, fill, tp.time_since_epoch())</c> or <c>put_epoch(s, ios)</c>. 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() [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', 68 ..writeAsStringSync('Objective-C iOS podfile template'); 70 Cache.flutterRoot, 'packages', 'flutter_tools', 'templates', 'cocoapods', 'Podfile-ios-swift', 73 ..writeAsStringSync('Swift iOS podfile template'); 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); [all …]
|
| /third_party/boost/libs/locale/src/icu/ |
| D | numeric.cpp | 11 #include <ios> 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() [all …]
|
| /third_party/mingw-w64/mingw-w64-crt/lib64/ |
| D | msvcirt.def | 9 ; public: __cdecl Iostream_init::Iostream_init(class ios & __ptr64,int) __ptr64 47 ; protected: __cdecl ios::ios(class ios const & __ptr64) __ptr64 48 ??0ios@@IEAA@AEBV0@@Z 49 ; protected: __cdecl ios::ios(void) __ptr64 50 ??0ios@@IEAA@XZ 51 ; public: __cdecl ios::ios(class streambuf * __ptr64) __ptr64 52 ??0ios@@QEAA@PEAVstreambuf@@@Z 151 ; public: virtual __cdecl ios::~ios(void) __ptr64 152 ??1ios@@UEAA@XZ 191 ; protected: class ios & __ptr64 __cdecl ios::operator=(class ios const & __ptr64) __ptr64 [all …]
|
| /third_party/mingw-w64/mingw-w64-crt/libarm32/ |
| D | msvcirt.def | 27 ??0ios@@IAA@ABV0@@Z 28 ??0ios@@IAA@XZ 29 ??0ios@@QAA@PAVstreambuf@@@Z 79 ??1ios@@UAA@XZ 99 ??4ios@@IAAAAV0@ABV0@@Z 158 ??7ios@@QBAHXZ 208 ?adjustfield@ios@@2JB 214 ?bad@ios@@QBAHXZ 216 ?basefield@ios@@2JB 218 ?bitalloc@ios@@SAJXZ [all …]
|
| /third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
| D | colors.dart | 8 /// matching the iOS platform aesthetics. 12 /// iOS 10's default blue color. Used to indicate active elements such as 15 /// This is SystemBlue in the iOS palette. 18 /// iOS 10's default green color. Used to indicate active accents such as 22 /// This is SystemGreen in the iOS palette. 25 /// iOS 12's default dark mode color. Used in place of the [activeBlue] color 28 /// This is SystemOrange in the iOS palette. 33 /// This is SystemWhiteColor in the iOS palette. 43 /// This is SystemBlackColor in the iOS palette. 51 /// Used in iOS 10 for light background fills such as the chat bubble background. [all …]
|
| /third_party/flutter/flutter/dev/devicelab/ |
| D | manifest.yaml | 47 Layout sample app for iOS from Mac. 49 required_agent_capabilities: ["mac/ios"] 68 app for iOS from Mac. 70 required_agent_capabilities: ["mac/ios"] 91 required_agent_capabilities: ["mac/ios"] 117 Gallery for iOS from Mac. 119 required_agent_capabilities: ["mac/ios"] 154 required_agent_capabilities: ["mac/ios"] 390 # iOS on-device tests 396 required_agent_capabilities: ["mac/ios"] [all …]
|
| /third_party/freetype/builds/cmake/ |
| D | iOS.cmake | 1 # iOS.cmake 17 # altered for iOS development. 63 # iOS environment. Thanks to the `android-cmake' project for providing 72 set(IOS True) variable 76 CACHE STRING "Force unset of the deployment target for iOS" FORCE 79 # determine the cmake host system version so we know where to find the iOS 92 # all iOS/Darwin specific settings - some may be redundant 109 # hidden visibility is required for cxx on iOS 141 # set up iOS platform unless specified manually with IOS_PLATFORM 146 set(IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/builds/cmake/ |
| D | iOS.cmake | 1 # iOS.cmake 17 # altered for iOS development. 63 # iOS environment. Thanks to the `android-cmake' project for providing 72 set(IOS True) variable 76 CACHE STRING "Force unset of the deployment target for iOS" FORCE 79 # determine the cmake host system version so we know where to find the iOS 92 # all iOS/Darwin specific settings - some may be redundant 109 # hidden visibility is required for cxx on iOS 141 # set up iOS platform unless specified manually with IOS_PLATFORM 146 set(IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") [all …]
|