| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | json.txt | 1 …Category":"settings"},{"Name":"AudioRecorder","Order":999,"Icon":"apps\/images\/forlinx\/audio-ico…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_category.qml | 37 name: "Category" 39 Category { id: emptyCategory } 44 compare(emptyCategory.visibility, Category.UnspecifiedVisibility); 45 compare(emptyCategory.status, Category.Ready); 50 Category { 56 name: "Test Category" 57 visibility: Category.DeviceVisibility 68 compare(qmlCategory.name, "Test Category"); 69 compare(qmlCategory.visibility, Category.DeviceVisibility); 70 compare(qmlCategory.status, Category.Ready); [all …]
|
| H A D | tst_placesearchmodel.qml | 61 Category { 64 name: "Test Category 1" 67 Category { 70 name: "Test Category 2" 110 …ect('import QtLocation 5.3; Category {name: "Park"; categoryId: "c2e1252c-b997-44fc-8165-e53dd00f6…
|
| H A D | tst_place.qml | 107 Category { 108 name: "Category 1" 112 Category { 113 name: "Category 2" 318 …es[0] = Qt.createQmlObject('import QtLocation 5.3; Category { categoryId: "cat-id-1"; name: "Categ… 319 …es[1] = Qt.createQmlObject('import QtLocation 5.3; Category { categoryId: "cat-id-2"; name: "Categ… 356 …bject('import QtLocation 5.3; Supplier { supplierId: "sup-id-1"; name: "Category 1" }', testCase, …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | dispatch.hpp | 26 typename Category = 30 is_convertible<Category, Tag1>, Tag1, 31 is_convertible<Category, Tag2>, Tag2, 32 is_convertible<Category, Tag3>, Tag3, 33 is_convertible<Category, Tag4>, Tag4, 34 is_convertible<Category, Tag5>, Tag5, 35 is_convertible<Category, Tag6>, Tag6
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/ |
| H A D | basic_iterator.hpp | 41 template<typename Tag, typename Category, typename Seq, int Index> 43 : iterator_facade<basic_iterator<Tag, Category, Seq, Index>, Category> 77 basic_iterator<Tag, Category, Seq, Index + N::value> 125 basic_iterator(basic_iterator<Tag,Category,OtherSeq,Index> const& it) in basic_iterator() 137 operator=(basic_iterator<Tag,Category,OtherSeq,Index> const& it) in operator =() 150 template <typename Tag, typename Category, typename Seq, int Index> 151 struct iterator_traits< ::boost::fusion::basic_iterator<Tag, Category, Seq, Index> >
|
| H A D | iterator_facade.hpp | 23 template <typename Derived, typename Category> 28 typedef Category category; 62 template <typename Derived, typename Category> 63 struct iterator_traits< ::boost::fusion::iterator_facade<Derived, Category> >
|
| H A D | iterator_adapter.hpp | 25 typename Category = typename traits::category_of<Iterator_>::type> 27 : iterator_facade<Derived_, Category> 141 template <typename Derived, typename Iterator, typename Category> 142 struct iterator_traits< ::boost::fusion::iterator_adapter<Derived, Iterator, Category> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | pair_view.hpp | 37 template< typename Iter1, typename Iter2, typename Category > 40 template< typename Category > struct prior_pair_iter 46 typedef pair_iter<i1_,i2_,Category> type; 64 , typename Category 69 typedef Category category; 81 typedef pair_iter<i1_,i2_,Category> next; 83 typedef apply_wrap2< aux::prior_pair_iter<Category>,Iter1,Iter2 >::type prior;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/ |
| H A D | joint_view_iterator.hpp | 28 template <typename Category, typename First, typename Last, typename Concat> 30 : iterator_base<joint_view_iterator<Category, First, Last, Concat> > 41 typedef Category category; 62 template <typename Category, typename First, typename Last, typename Concat> 63 struct iterator_traits< ::boost::fusion::joint_view_iterator<Category, First, Last, Concat> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/ |
| H A D | filter_view_iterator.hpp | 34 template <typename Category, typename First, typename Last, typename Pred> 35 struct filter_iterator : iterator_base<filter_iterator<Category, First, Last, Pred> > 43 typedef Category category; 73 template <typename Category, typename First, typename Last, typename Pred> 74 struct iterator_traits< ::boost::fusion::filter_iterator<Category, First, Last, Pred> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/detail/ |
| H A D | facade_iterator_category.hpp | 134 template <class Category, class Traversal> 136 : Category, Traversal 143 typename iterator_category_to_traversal<Category>::type 147 BOOST_MPL_ASSERT((is_iterator_category<Category>)); 149 BOOST_MPL_ASSERT_NOT((is_iterator_traversal<Category>));
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/garcon/files/ |
| H A D | 0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch | 25 <Category>Settings</Category> 28 + <Category>X-XFCE-SettingsDialog</Category>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | iterator.hpp | 41 template <class Category, class Traversal> 56 template<class Category, class T, class Difference, class Pointer, class Reference> 59 typedef Category iterator_category; 75 template<class Category, class Traversal> 76 struct is_boost_iterator< boost::iterators::detail::iterator_category_with_traversal<Category, Trav…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/mpl/ |
| H A D | fusion_iterator.hpp | 27 template<class Category> 30 is_base_of<random_access_traversal_tag, Category>, 33 is_base_of<bidirectional_traversal_tag, Category>,
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | silicon-errata.rst | 15 Category A A critical error without a viable workaround. 16 Category B A significant or critical error with an acceptable 18 Category C A minor error that is not expected to occur under normal 26 As far as Linux is concerned, Category B errata may require some special 30 a Category A erratum into a Category C erratum. These are collectively
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/ |
| H A D | sequence_facade.hpp | 18 template <typename Derived, typename Category, typename IsView = mpl::false_> 24 typedef Category category;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 67 //! [Category] 68 Category { 72 name: "New Category" 73 visibility: Category.PrivateVisibility 75 //! [Category] 78 //! [Category save] 80 //! [Category save]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | cpp-qml.qdoc | 34 \section2 Category - QPlaceCategory 35 The \l {Category::category} {Category.category} property is used to provide an interface between C+… 36 Category object must be obtained from C++, then use the \l {QObject::property()}{property()} and 39 \snippet cpp/cppqml.cpp Category get 41 \snippet cpp/cppqml.cpp Category set
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/data/ |
| H A D | TestPlace.qml | 36 Category { 40 Category {
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/patches/ |
| H A D | 0001-execute_command-workaround-for-GUI-apps-with-weston.patch | 85 + $top["Category"] = get_contents("Categories",$dotdesktop); 98 ….$random_string.".txt \"".$found_app["ProgramType"]."\" \"".$found_app["Category"]."\" ".$lock_lis…
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/patches/ |
| H A D | 0001-execute_command-workaround-for-GUI-apps-with-weston.patch | 85 + $top["Category"] = get_contents("Categories",$dotdesktop); 98 ….$random_string.".txt \"".$found_app["ProgramType"]."\" \"".$found_app["Category"]."\" ".$lock_lis…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/detail/ |
| H A D | end_impl.hpp | 14 template <typename Category, typename First, typename Last, typename Pred>
|
| H A D | begin_impl.hpp | 14 template <typename Category, typename First, typename Last, typename Pred>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/ |
| H A D | mpl_iterator_category.hpp | 26 template <typename Category>
|