| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | converter_numeric.hpp | 41 template <class Source > 44 typedef Source source_type; 45 typedef boost::numeric::Trunc<Source> Rounder; 47 boost::is_arithmetic<Source>, Source, Source const& 65 template <typename Base, class Source> 68 typedef Source source_type ; 70 boost::is_arithmetic<Source>, Source, Source const& 85 template <typename Target, typename Source> 86 inline bool noexcept_numeric_convert(const Source& arg, Target& result) BOOST_NOEXCEPT { in noexcept_numeric_convert() 89 Source, in noexcept_numeric_convert() [all …]
|
| H A D | converter_lexical.hpp | 329 template< class Source, // Source type of lexical_cast. 350 template <class Source> 352 … Source, BOOST_DEDUCED_TYPENAME boost::enable_if<boost::is_integral<Source> >::type 357 std::numeric_limits<Source>::is_signed + 358 std::numeric_limits<Source>::is_specialized + /* == 1 */ 359 std::numeric_limits<Source>::digits10 * 2 363 BOOST_STATIC_ASSERT(sizeof(Source) * CHAR_BIT <= 256); 377 template<class Source> 379 Source, BOOST_DEDUCED_TYPENAME boost::enable_if<boost::is_float<Source> >::type 385 std::numeric_limits<Source>::max_exponent10 <= 999999L && [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/ |
| H A D | substitute.hpp | 50 typename T, typename Dest, typename Source 65 template <typename Dest, typename Source> \ 67 CV_ Source \ 69 , Source \ 88 template <typename T, typename Dest, typename Source> \ 92 , Source \ 97 T, Dest, Source \ 112 template <typename T, typename Dest, typename Source> 116 , Source 121 T, Dest, Source [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-Fix-build-without-opengl-or-es.patch | 7 …re/tmp-glibc/work/core2-64-oe-linux/webkitgtk/2.34.0-r0/webkitgtk-2.34.0/Source/WebKit/WebProcess/… 9 …/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/webkitgtk/2.34.0-r0/webkitgtk-2.34.0/Source/Web… 15 USE_COORDINATED_GRAPHICS in webkitgtk-2.34.0/Source/WebCore/platform/TextureMapper.cmake 16 but in Source/cmake/OptionsGTK.cmake USE_COORDINATED_GRAPHICS was enabled only inside 29 diff --git a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp b/… 31 --- a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp 32 +++ b/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp 42 diff --git a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.h b/So… 44 --- a/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.h 45 +++ b/Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.h [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/ |
| H A D | 0005-Add-support-for-ARC-processors.patch | 9 Source/JavaScriptCore/CMakeLists.txt | 3 ++- 10 Source/WTF/wtf/Platform.h | 8 ++++++++ 11 Source/WTF/wtf/dtoa/utils.h | 2 +- 12 Source/cmake/OptionsQt.cmake | 4 ++++ 30 diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt 32 --- a/Source/JavaScriptCore/CMakeLists.txt 33 +++ b/Source/JavaScriptCore/CMakeLists.txt 44 diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h 46 --- a/Source/WTF/wtf/Platform.h 47 +++ b/Source/WTF/wtf/Platform.h [all …]
|
| H A D | 0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch | 10 Source/WebCore: 14 Source/WebKit: 18 Source/WTF: 32 Source/WebCore/platform/text/TextCodecICU.cpp | 2 +- 33 Source/WebCore/platform/text/icu/UTextProvider.h | 8 ++++---- 38 diff --git a/Source/WebCore/platform/text/TextCodecICU.cpp b/Source/WebCore/platform/text/TextCodec… 40 --- a/Source/WebCore/platform/text/TextCodecICU.cpp 41 +++ b/Source/WebCore/platform/text/TextCodecICU.cpp 51 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT… 53 --- a/Source/WebCore/platform/text/icu/UTextProvider.h [all …]
|
| /OK3568_Linux_fs/buildroot/package/lugaru/ |
| H A D | 0002-Fix-mismatched-usage-length-build-fail-on-g.patch | 10 inferred based on the initialisation in Source/main.cpp, however, the 11 extern declaration in Source/Game.hpp hard-codes it to 13. 18 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::index’ 21 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::index’ [-… 22 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::type’ 23 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::type’ [-W… 24 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::shortopt’ 25 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::shortopt’… 26 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::longopt’ 27 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::longopt’ … [all …]
|
| H A D | 0001-ImageIO-fix-invalid-conversion.patch | 7 Source/Utils/ImageIO.cpp:125:27: error: invalid conversion from 'int' to 'boolean' [-fpermissive] 17 Source/Utils/ImageIO.cpp | 2 +- 20 diff --git a/Source/Utils/ImageIO.cpp b/Source/Utils/ImageIO.cpp 22 --- a/Source/Utils/ImageIO.cpp 23 +++ b/Source/Utils/ImageIO.cpp
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CERN-OHL-W-2.0 | 31 c) any licence which permits You to treat the Source to which 33 provided that on Conveyance of any such Source, or any 34 associated Product You treat the Source in question as being 37 1.3 'Source' means information such as design materials or digital 42 1.4 'Covered Source' means Source that is explicitly made available 47 application or processing of Covered Source. 51 Source or another Product or otherwise. 56 a) is licensed to You as Complete Source under a Compatible 59 b) is available, at the time a Product or the Source containing 71 1.8 'External Material' means anything (including Source) which: [all …]
|
| H A D | CERN-OHL-S-2.0 | 32 c) any licence which permits You to treat the Source to which 34 Conveyance of any such Source, or any associated Product You 35 treat the Source in question as being licensed under 38 1.3 'Source' means information such as design materials or digital 43 1.4 'Covered Source' means Source that is explicitly made available 48 application or processing of Covered Source. 52 Source or another Product or otherwise. 57 a) is licensed to You as Complete Source under a Compatible 60 b) is available, at the time a Product or the Source containing 73 1.8 'Complete Source' means the set of all Source necessary to Make [all …]
|
| H A D | CERN-OHL-P-2.0 | 26 1.2 'Source' means information such as design materials or digital 31 1.3 'Covered Source' means Source that is explicitly made available 36 application or processing of Covered Source. 40 Source or another Product or otherwise. 46 Covered Source. 51 1.8 'Licensor' means a person who creates Source or modifies Covered 52 Source and subsequently Conveys the resulting Covered Source 62 of Covered Source and Products, and the Making of Products. By 76 3 Copying, modifying and Conveying Covered Source 78 3.1 You may copy and Convey verbatim copies of Covered Source, in [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0008-Fix-build-with-icu-68.patch | 13 Source/WebCore/platform/text/TextCodecICU.cpp | 15 +++++++++++++++ 14 Source/WebCore/platform/text/icu/UTextProvider.h | 15 +++++++++++++++ 19 diff --git a/Source/WebCore/platform/text/TextCodecICU.cpp b/Source/WebCore/platform/text/TextCodec… 21 --- a/Source/WebCore/platform/text/TextCodecICU.cpp 22 +++ b/Source/WebCore/platform/text/TextCodecICU.cpp 45 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT… 47 --- a/Source/WebCore/platform/text/icu/UTextProvider.h 48 +++ b/Source/WebCore/platform/text/icu/UTextProvider.h 71 diff --git a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp b/Source/WebCore/platform/tex… 73 --- a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp [all …]
|
| H A D | 0009-Riscv-Add-support-for-riscv.patch | 10 Source/JavaScriptCore/CMakeLists.txt | 1 + 11 Source/WTF/wtf/Platform.h | 12 ++++++++++-- 12 Source/WTF/wtf/dtoa/utils.h | 2 +- 28 diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt 30 --- a/Source/JavaScriptCore/CMakeLists.txt 31 +++ b/Source/JavaScriptCore/CMakeLists.txt 40 diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h 42 --- a/Source/WTF/wtf/Platform.h 43 +++ b/Source/WTF/wtf/Platform.h 70 diff --git a/Source/WTF/wtf/dtoa/utils.h b/Source/WTF/wtf/dtoa/utils.h [all …]
|
| H A D | 0002-Fix-build-with-non-glibc-libc-on-musl.patch | 11 Source/JavaScriptCore/heap/MachineStackMarker.cpp | 8 ++++---- 15 diff --git a/Source/JavaScriptCore/heap/MachineStackMarker.cpp b/Source/JavaScriptCore/heap/Machine… 17 --- a/Source/JavaScriptCore/heap/MachineStackMarker.cpp 18 +++ b/Source/JavaScriptCore/heap/MachineStackMarker.cpp 55 diff --git a/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp b/Source/JavaScr… 57 --- a/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp 58 +++ b/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | source.cpp | 11 Source::Source(Immutable<Impl> impl) in Source() function in mbgl::style::Source 16 Source::~Source() = default; 18 SourceType Source::getType() const { in getType() 22 std::string Source::getID() const { in getID() 26 optional<std::string> Source::getAttribution() const { in getAttribution() 30 void Source::setObserver(SourceObserver* observer_) { in setObserver() 34 void Source::dumpDebugLogs() const { in dumpDebugLogs()
|
| H A D | style_impl.hpp | 58 std::vector< Source*> getSources(); 59 std::vector<const Source*> getSources() const; 60 Source* getSource(const std::string& id) const; 62 void addSource(std::unique_ptr<Source>); 63 std::unique_ptr<Source> removeSource(const std::string& sourceID); 89 Immutable<std::vector<Immutable<Source::Impl>>> getSourceImpls() const; 112 Collection<Source> sources; 126 void onSourceLoaded(Source&) override; 127 void onSourceChanged(Source&) override; 128 void onSourceError(Source&, std::exception_ptr) override; [all …]
|
| H A D | source_observer.hpp | 8 class Source; 14 virtual void onSourceLoaded(Source&) {} in onSourceLoaded() argument 15 virtual void onSourceChanged(Source&) {} in onSourceChanged() argument 16 virtual void onSourceError(Source&, std::exception_ptr) {} in onSourceError() argument 19 virtual void onSourceDescriptionChanged(Source&) {} in onSourceDescriptionChanged() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | convert_point_to_point.hpp | 35 template <typename Source, typename Destination, std::size_t Dimension, std::size_t DimensionCount> 38 static inline void apply(Source const& source, Destination& destination) in apply() 43 … point_to_point<Source, Destination, Dimension + 1, DimensionCount>::apply(source, destination); in apply() 47 template <typename Source, typename Destination, std::size_t DimensionCount> 48 struct point_to_point<Source, Destination, DimensionCount, DimensionCount> 50 static inline void apply(Source const& , Destination& ) in apply() 55 template <typename Source, typename Destination> 56 inline void convert_point_to_point(Source const& source, Destination& destination) in convert_point_to_point() 58 … point_to_point<Source, Destination, 0, dimension<Destination>::value>::apply(source, destination); in convert_point_to_point()
|
| H A D | convert_indexed_to_indexed.hpp | 36 typename Source, 43 static inline void apply(Source const& source, Destination& destination) in apply() 56 Source, Destination, in apply() 64 typename Source, 68 struct indexed_to_indexed<Source, Destination, DimensionCount, DimensionCount> 70 static inline void apply(Source const& , Destination& ) in apply()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-device-mali-coresight-source | 18 Attribute used to enable Coresight Source ETM. 22 Attribute used to check if Coresight Source ITM is enabled. 26 Coresight Source ETM trace configuration to enable global 31 Coresight Source ETM trace ID. 35 Coresight Source ETM viewData include/exclude address 40 Coresight Source ETM viewInst include and exclude control. 44 Coresight Source ETM stall control register. 48 Attribute used to enable Coresight Source ITM. 52 Attribute used to check if Coresight Source ITM is enabled. 56 Coresight Source DWT configuration: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | try_lexical_convert.hpp | 72 template<typename Target, typename Source> 77 !(boost::detail::is_character<Source>::value) && 78 boost::is_arithmetic<Source>::value && 91 template<typename Target, typename Source> 95 sizeof(Source) == sizeof(Target) && 96 sizeof(Source) == sizeof(char) && 98 boost::detail::is_character<Source>::value 106 template<typename Target, typename Source> 123 template<typename Target, typename Source> 138 template <typename Target, typename Source> [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning.patch | 17 BaseTools/Source/C/GenFfs/GenFfs.c | 2 +- 18 BaseTools/Source/C/GenSec/GenSec.c | 2 +- 21 diff --git a/BaseTools/Source/C/GenFfs/GenFfs.c b/BaseTools/Source/C/GenFfs/GenFfs.c 23 --- a/BaseTools/Source/C/GenFfs/GenFfs.c 24 +++ b/BaseTools/Source/C/GenFfs/GenFfs.c 34 diff --git a/BaseTools/Source/C/GenSec/GenSec.c b/BaseTools/Source/C/GenSec/GenSec.c 36 --- a/BaseTools/Source/C/GenSec/GenSec.c 37 +++ b/BaseTools/Source/C/GenSec/GenSec.c
|
| H A D | 0006-reproducible.patch | 31 BaseTools/Source/C/GenFw/Elf64Convert.c | 8 ++++--- 32 .../Source/Python/AutoGen/BuildEngine.py | 3 +++ 33 BaseTools/Source/Python/AutoGen/GenMake.py | 24 +++++++++---------- 34 .../Source/Python/AutoGen/ModuleAutoGen.py | 5 +++- 37 diff --git a/BaseTools/Source/C/GenFw/Elf64Convert.c b/BaseTools/Source/C/GenFw/Elf64Convert.c 39 --- a/BaseTools/Source/C/GenFw/Elf64Convert.c 40 +++ b/BaseTools/Source/C/GenFw/Elf64Convert.c 77 diff --git a/BaseTools/Source/Python/AutoGen/BuildEngine.py b/BaseTools/Source/Python/AutoGen/Build… 79 --- a/BaseTools/Source/Python/AutoGen/BuildEngine.py 80 +++ b/BaseTools/Source/Python/AutoGen/BuildEngine.py [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | style.hpp | 20 class Source; 54 std::vector< Source*> getSources(); 55 std::vector<const Source*> getSources() const; 57 Source* getSource(const std::string&); 58 const Source* getSource(const std::string&) const; 60 void addSource(std::unique_ptr<Source>); 61 std::unique_ptr<Source> removeSource(const std::string& sourceID);
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0003-fix-big-endian-os.patch | 8 diff -uNr FreeImage.orig/Source/FreeImage/PluginBMP.cpp FreeImage/Source/FreeImage/PluginBMP.cpp 9 --- FreeImage.orig/Source/FreeImage/PluginBMP.cpp 2016-06-15 12:35:30.000000000 +0200 10 +++ FreeImage/Source/FreeImage/PluginBMP.cpp 2019-08-31 16:00:27.813378612 +0200 47 diff -uNr FreeImage.orig/Source/FreeImage/PluginDDS.cpp FreeImage/Source/FreeImage/PluginDDS.cpp 48 --- FreeImage.orig/Source/FreeImage/PluginDDS.cpp 2018-07-31 17:04:58.000000000 +0200 49 +++ FreeImage/Source/FreeImage/PluginDDS.cpp 2019-08-31 16:00:39.213465120 +0200
|