| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | curve25519-selftest.c | 10 u8 public[CURVE25519_KEY_SIZE]; member 20 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 35 .public = { 0x85, 0x20, 0xf0, 0x09, 0x89, 0x30, 0xa7, 0x54, 47 .public = { 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 59 .public = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 74 .public = { 0xe6, 0xdb, 0x68, 0x67, 0x58, 0x30, 0x30, 0xdb, 86 .public = { 0 }, 92 .public = { 0xe0, 0xeb, 0x7a, 0x7c, 0x3b, 0x41, 0xb8, 0xae, 104 .public = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 119 .public = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
| H A D | docbook-xml-update-catalog.xml.patch | 50 +<public publicId="-//Norman Walsh//DTD DocBk XML V4.0//EN" 54 +<public publicId="-//Norman Walsh//DTD DocBook XML V4.0//EN" 63 +<public publicId="-//Norman Walsh//ENTITIES DocBook XML Notations V4.0//EN" 66 +<public publicId="-//Norman Walsh//ENTITIES DocBook XML Character Entities V4.0//EN" 69 +<public publicId="-//Norman Walsh//ELEMENTS DocBook XML Information Pool V4.0//EN" 72 +<public publicId="-//Norman Walsh//ELEMENTS DocBook XML Document Hierarchy V4.0//EN" 75 +<public publicId="-//Norman Walsh//ENTITIES DocBook XML Additional General Entities V4.0//EN" 78 +<public publicId="-//Norman Walsh//DTD CALS Table Model XML V4.0//EN" 83 +<public publicId="-//Normal Walsh//Exchange Table Model 19960430 XML V4.0//EN" 88 +<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN" [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/ |
| H A D | tags.h | 51 public: 79 struct default_parallel_tag : public parallel_tag 88 struct balanced_tag : public parallel_tag { }; 92 struct unbalanced_tag : public parallel_tag { }; 96 struct omp_loop_tag : public parallel_tag { }; 100 struct omp_loop_static_tag : public parallel_tag { }; 109 struct exact_tag : public parallel_tag 118 struct sampling_tag : public parallel_tag 128 struct multiway_mergesort_tag : public parallel_tag 137 struct multiway_mergesort_exact_tag : public parallel_tag [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/ |
| H A D | tags.h | 51 public: 79 struct default_parallel_tag : public parallel_tag 88 struct balanced_tag : public parallel_tag { }; 92 struct unbalanced_tag : public parallel_tag { }; 96 struct omp_loop_tag : public parallel_tag { }; 100 struct omp_loop_static_tag : public parallel_tag { }; 109 struct exact_tag : public parallel_tag 118 struct sampling_tag : public parallel_tag 128 struct multiway_mergesort_tag : public parallel_tag 137 struct multiway_mergesort_exact_tag : public parallel_tag [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | type_traits | 65 : public integral_constant<bool, _Value> { }; 93 : public false_type { }; 101 : public integral_constant<bool, (__is_void_helper<typename 107 : public false_type { }; 127 : public integral_constant<bool, (__is_integral_helper<typename 133 : public false_type { }; 141 : public integral_constant<bool, (__is_floating_point_helper<typename 148 : public false_type { }; 152 : public true_type { }; 156 : public true_type { }; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | type_traits | 65 : public integral_constant<bool, _Value> { }; 93 : public false_type { }; 101 : public integral_constant<bool, (__is_void_helper<typename 107 : public false_type { }; 127 : public integral_constant<bool, (__is_integral_helper<typename 133 : public false_type { }; 141 : public integral_constant<bool, (__is_floating_point_helper<typename 148 : public false_type { }; 152 : public true_type { }; 156 : public true_type { }; [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | bookmarks.h | 48 class BookmarksManager : public QObject 57 public: 74 public slots: 94 class RemoveBookmarksCommand : public QUndoCommand 97 public: 111 class InsertBookmarksCommand : public RemoveBookmarksCommand 114 public: 122 class ChangeBookmarkCommand : public QUndoCommand 125 public: 142 class BookmarksModel : public QAbstractItemModel [all …]
|
| H A D | history.h | 51 public: 74 class HistoryManager : public QWebHistoryInterface 85 public: 105 public slots: 130 class HistoryModel : public QAbstractTableModel 134 public slots: 139 public: 163 class HistoryFilterModel : public QAbstractProxyModel 167 public: variable 207 class HistoryMenuModel : public QAbstractProxyModel [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hsa-common.h | 60 public: 131 public: 152 class hsa_op_with_type : public hsa_op_base 154 public: 174 class hsa_op_immed : public hsa_op_with_type 176 public: 225 class hsa_op_reg : public hsa_op_with_type 229 public: 292 class hsa_op_address : public hsa_op_base 294 public: [all …]
|
| H A D | json.h | 77 public: 88 class object : public value 90 public: 107 class array : public value 109 public: 123 class float_number : public value 125 public: 139 class integer_number : public value 141 public: 156 class string : public value [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hsa-common.h | 60 public: 131 public: 152 class hsa_op_with_type : public hsa_op_base 154 public: 174 class hsa_op_immed : public hsa_op_with_type 176 public: 225 class hsa_op_reg : public hsa_op_with_type 229 public: 292 class hsa_op_address : public hsa_op_base 294 public: [all …]
|
| H A D | json.h | 77 public: 88 class object : public value 90 public: 107 class array : public value 109 public: 123 class float_number : public value 125 public: 139 class integer_number : public value 141 public: 156 class string : public value [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange_p.h | 57 public: 68 class QMapboxGLStyleSetLayoutProperty : public QMapboxGLStyleChange 70 public: 87 class QMapboxGLStyleSetPaintProperty : public QMapboxGLStyleChange 89 public: 109 class QMapboxGLStyleAddLayer : public QMapboxGLStyleChange 111 public: 124 class QMapboxGLStyleRemoveLayer : public QMapboxGLStyleChange 126 public: 137 class QMapboxGLStyleAddSource : public QMapboxGLStyleChange [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.h | 25 class ConfigSettings : public QSettings { 26 public: 42 class ConfigList : public QTreeWidget { 45 public: 63 public slots: 77 public: 123 class ConfigItem : public QTreeWidgetItem { 125 public: 192 class ConfigLineEdit : public QLineEdit { 195 public: [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.h | 25 class ConfigSettings : public QSettings { 26 public: 42 class ConfigList : public QTreeWidget { 45 public: 63 public slots: 77 public: 123 class ConfigItem : public QTreeWidgetItem { 125 public: 192 class ConfigLineEdit : public QLineEdit { 195 public: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.h | 77 public: 205 public: 409 class FileThread : public WorkerThread { 410 public: 492 class NetworkThread : public WorkerThread { 493 public: 519 class NetworkSlaveThread : public NetworkThread { 520 public: 534 class NetworkListenThread : public NetworkThread { 535 public: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cxxabi.h | 211 class __fundamental_type_info : public std::type_info 213 public: 222 class __array_type_info : public std::type_info 224 public: 233 class __function_type_info : public std::type_info 235 public: 249 class __enum_type_info : public std::type_info 251 public: 260 class __pbase_type_info : public std::type_info 262 public: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cxxabi.h | 211 class __fundamental_type_info : public std::type_info 213 public: 222 class __array_type_info : public std::type_info 224 public: 233 class __function_type_info : public std::type_info 235 public: 249 class __enum_type_info : public std::type_info 251 public: 260 class __pbase_type_info : public std::type_info 262 public: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | codecvt.h | 48 public: in _GLIBCXX_VISIBILITY() 69 : public locale::facet, public codecvt_base in _GLIBCXX_VISIBILITY() 71 public: in _GLIBCXX_VISIBILITY() 275 : public __codecvt_abstract_base<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY() 277 public: in _GLIBCXX_VISIBILITY() 287 public: in _GLIBCXX_VISIBILITY() 339 : public __codecvt_abstract_base<char, char, mbstate_t> in _GLIBCXX_VISIBILITY() 343 public: in _GLIBCXX_VISIBILITY() 352 public: in _GLIBCXX_VISIBILITY() 402 : public __codecvt_abstract_base<wchar_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | codecvt.h | 48 public: in _GLIBCXX_VISIBILITY() 69 : public locale::facet, public codecvt_base in _GLIBCXX_VISIBILITY() 71 public: in _GLIBCXX_VISIBILITY() 275 : public __codecvt_abstract_base<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY() 277 public: in _GLIBCXX_VISIBILITY() 287 public: in _GLIBCXX_VISIBILITY() 339 : public __codecvt_abstract_base<char, char, mbstate_t> in _GLIBCXX_VISIBILITY() 343 public: in _GLIBCXX_VISIBILITY() 352 public: in _GLIBCXX_VISIBILITY() 402 : public __codecvt_abstract_base<wchar_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | qconf.h | 24 class ConfigSettings : public QSettings { 25 public: 41 class ConfigList : public QTreeWidget { 44 public: 65 public slots: 84 public: 116 class ConfigItem : public QTreeWidgetItem { 118 public: 172 class ConfigItemDelegate : public QStyledItemDelegate 176 public: [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | stdexcept | 32 class xxx_error : public exception // at least indirectly 34 public: 63 public: 78 : public exception 82 public: 95 : public exception 99 public: 112 : public logic_error 114 public: 122 : public logic_error [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | stdexcept | 32 class xxx_error : public exception // at least indirectly 34 public: 63 public: 78 : public exception 82 public: 95 : public exception 99 public: 112 : public logic_error 114 public: 122 : public logic_error [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | concurrence.h | 64 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 66 public: in _GLIBCXX_VISIBILITY() 72 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 74 public: in _GLIBCXX_VISIBILITY() 80 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 82 public: in _GLIBCXX_VISIBILITY() 88 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY() 90 public: in _GLIBCXX_VISIBILITY() 127 public: in _GLIBCXX_VISIBILITY() 182 public: in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | concurrence.h | 64 class __concurrence_lock_error : public std::exception in _GLIBCXX_VISIBILITY() 66 public: in _GLIBCXX_VISIBILITY() 72 class __concurrence_unlock_error : public std::exception in _GLIBCXX_VISIBILITY() 74 public: in _GLIBCXX_VISIBILITY() 80 class __concurrence_broadcast_error : public std::exception in _GLIBCXX_VISIBILITY() 82 public: in _GLIBCXX_VISIBILITY() 88 class __concurrence_wait_error : public std::exception in _GLIBCXX_VISIBILITY() 90 public: in _GLIBCXX_VISIBILITY() 127 public: in _GLIBCXX_VISIBILITY() 182 public: in _GLIBCXX_VISIBILITY() [all …]
|