Home
last modified time | relevance | path

Searched refs:Category (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/model/
Dproducts_repository.dart18 static List<Product> loadProducts(Category category) {
21 category: Category.accessories,
28 category: Category.accessories,
35 category: Category.accessories,
42 category: Category.accessories,
49 category: Category.accessories,
56 category: Category.accessories,
63 category: Category.accessories,
70 category: Category.accessories,
77 category: Category.accessories,
[all …]
/third_party/boost/boost/multi_index/
Dhashed_index_fwd.hpp26 typename SuperMeta,typename TagList,typename Category
32 typename SuperMeta,typename TagList,typename Category
35 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x,
36 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& y);
40 typename SuperMeta,typename TagList,typename Category
43 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x,
44 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& y);
48 typename SuperMeta,typename TagList,typename Category
51 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x,
52 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& y);
/third_party/boost/boost/iostreams/detail/
Ddispatch.hpp26 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
/third_party/icu/icu4c/source/common/
Dpluralmap.h29 enum Category { enum
45 static Category toCategory(const char *categoryName);
52 static Category toCategory(const UnicodeString &categoryName);
58 static const char *getCategoryName(Category category);
139 const T *next(Category &index) const { in next()
144 index = static_cast<Category>(idx); in next()
148 index = static_cast<Category>(idx); in next()
155 T *nextMutable(Category &index) { in nextMutable()
173 const T &get(Category v) const { in get()
208 Category category, in getMutable()
[all …]
Dpluralmap.cpp18 PluralMapBase::Category
22 return static_cast<Category>(i); in toCategory()
28 PluralMapBase::Category
36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpluralmap.h29 enum Category { enum
45 static Category toCategory(const char *categoryName);
52 static Category toCategory(const UnicodeString &categoryName);
58 static const char *getCategoryName(Category category);
139 const T *next(Category &index) const { in next()
144 index = static_cast<Category>(idx); in next()
148 index = static_cast<Category>(idx); in next()
155 T *nextMutable(Category &index) { in nextMutable()
173 const T &get(Category v) const { in get()
208 Category category, in getMutable()
[all …]
Dpluralmap.cpp18 PluralMapBase::Category
22 return static_cast<Category>(i); in toCategory()
28 PluralMapBase::Category
36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
/third_party/skia/third_party/externals/icu/source/common/
Dpluralmap.h29 enum Category { enum
45 static Category toCategory(const char *categoryName);
52 static Category toCategory(const UnicodeString &categoryName);
58 static const char *getCategoryName(Category category);
139 const T *next(Category &index) const { in next()
144 index = static_cast<Category>(idx); in next()
148 index = static_cast<Category>(idx); in next()
155 T *nextMutable(Category &index) { in nextMutable()
173 const T &get(Category v) const { in get()
208 Category category, in getMutable()
[all …]
Dpluralmap.cpp18 PluralMapBase::Category
22 return static_cast<Category>(i); in toCategory()
28 PluralMapBase::Category
36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
/third_party/node/deps/icu-small/source/common/
Dpluralmap.h29 enum Category { enum
45 static Category toCategory(const char *categoryName);
52 static Category toCategory(const UnicodeString &categoryName);
58 static const char *getCategoryName(Category category);
139 const T *next(Category &index) const { in next()
144 index = static_cast<Category>(idx); in next()
148 index = static_cast<Category>(idx); in next()
155 T *nextMutable(Category &index) { in nextMutable()
173 const T &get(Category v) const { in get()
208 Category category, in getMutable()
[all …]
Dpluralmap.cpp18 PluralMapBase::Category
22 return static_cast<Category>(i); in toCategory()
28 PluralMapBase::Category
36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
/third_party/boost/boost/fusion/iterator/
Dbasic_iterator.hpp41 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> >
Diterator_facade.hpp23 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> >
/third_party/boost/boost/iterator/
Dindirect_iterator.hpp40 template <class Iter, class Value, class Category, class Reference, class Difference>
45 template <class Iter, class Value, class Category, class Reference, class Difference>
51 indirect_iterator<Iter, Value, Category, Reference, Difference>
56 , Category
77 , class Category = use_default
83 Iterator, Value, Category, Reference, Difference
87 Iterator, Value, Category, Reference, Difference
/third_party/mindspore/mindspore/lite/tools/common/
Dtensor_util.h78 enum Category { CONSTANT = 0, GRAPH_INPUT = 1, OP_OUTPUT = 2, TF_CONST = 3 }; enum
86 int AddTensor(const std::string &name, TensorT *tensor, int Category) { in AddTensor() argument
88 if (Category == CONSTANT || Category == TF_CONST || Category == GRAPH_INPUT) { in AddTensor()
97 if (Category == GRAPH_INPUT) { in AddTensor()
101 if (Category == GRAPH_INPUT || Category == OP_OUTPUT || Category == TF_CONST) { in AddTensor()
/third_party/boost/boost/fusion/view/joint_view/
Djoint_view_iterator.hpp28 template <typename Category, typename First, typename Last, typename Concat>
30 : iterator_base<joint_view_iterator<Category, First, Last, Concat> >
41 typedef Category category;
61 template <typename Category, typename First, typename Last, typename Concat>
62 struct iterator_traits< ::boost::fusion::joint_view_iterator<Category, First, Last, Concat> >
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbackdrop_demo.dart9 // This demo displays one Category at a time. The backdrop show a list
13 class Category {
14 const Category({ this.title, this.assets });
21 const List<Category> allCategories = <Category>[
22 Category(
33 Category(
42 Category(
52 Category(
62 Category(
71 Category(
[all …]
/third_party/boost/boost/mpl/
Dpair_view.hpp37 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;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCECalendar.java14 import com.ibm.icu.util.ULocale.Category;
59 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
69 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar()
130 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
141 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
160 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCECalendar.java15 import ohos.global.icu.util.ULocale.Category;
60 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
70 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar()
131 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
142 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
161 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dfullconnection_fp32_tests.cc37 …auto *in_t = new Tensor(kNumberTypeFloat, {2, 2, 2, 2}, mindspore::NHWC, lite::Tensor::Category::C… in FcTestInit1()
44 …auto *weight_t = new Tensor(kNumberTypeFloat, {3, 8}, mindspore::NHWC, lite::Tensor::Category::CON… in FcTestInit1()
53 …auto *bias_t = new Tensor(kNumberTypeFloat, {3}, mindspore::NHWC, lite::Tensor::Category::CONST_TE… in FcTestInit1()
59 …auto *out_t = new Tensor(kNumberTypeFloat, {2, 3}, mindspore::NHWC, lite::Tensor::Category::CONST_… in FcTestInit1()
108 …auto *in_t = new Tensor(kNumberTypeFloat, {20, 4, 2, 10}, mindspore::NCHW, lite::Tensor::Category:… in FcTestInit2()
115 …auto *weight_t = new Tensor(kNumberTypeFloat, {30, 80}, mindspore::NCHW, lite::Tensor::Category::C… in FcTestInit2()
122 …auto *bias_t = new Tensor(kNumberTypeFloat, {30}, mindspore::NCHW, lite::Tensor::Category::CONST_T… in FcTestInit2()
129 …auto *out_t = new Tensor(kNumberTypeFloat, {20, 30}, mindspore::NCHW, lite::Tensor::Category::CONS… in FcTestInit2()
176 …auto *in_t = new Tensor(kNumberTypeFloat, {1, 1, 1, 20}, mindspore::NHWC, lite::Tensor::Category::… in FcTestInit3()
182 …auto *weight_t = new Tensor(kNumberTypeFloat, {16, 20}, mindspore::NHWC, lite::Tensor::Category::C… in FcTestInit3()
[all …]
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dcommon.h33 using ArgsTuple = std::tuple<std::vector<int>, void *, Tensor::Category>;
36 using ArgsTupleWithDtype = std::tuple<std::vector<int>, void *, Tensor::Category, mindspore::TypeId…
37 constexpr Tensor::Category VAR = Tensor::VAR;
38 constexpr Tensor::Category CONST_TENSOR = Tensor::Category::CONST_TENSOR;
39 constexpr Tensor::Category CONST_SCALAR = Tensor::Category::CONST_SCALAR;
/third_party/mindspore/mindspore/lite/src/
Dtensor.h57 enum Category { enum
67 Category category = VAR);
143 Category category() const { return this->category_; } in category()
145 void set_category(Category category) { this->category_ = category; } in set_category()
243 Category category_;
289 inline Tensor::Category TensorCategory(const int node_type, const size_t shape_num, const TypeId da… in TensorCategory()
292 … ? (shape_num == 0 && data_size == DataTypeSize(data_type) ? Tensor::Category::CONST_SCALAR in TensorCategory()
293 … : Tensor::Category::CONST_TENSOR) in TensorCategory()
294 : Tensor::Category::VAR; in TensorCategory()
297 inline Tensor::Category TensorCategory(const schema::Tensor *tensor) { in TensorCategory()
/third_party/boost/boost/iterator/detail/
Dfacade_iterator_category.hpp135 template <class Category, class Traversal>
137 : Category, Traversal
144 typename iterator_category_to_traversal<Category>::type
148 BOOST_MPL_ASSERT((is_iterator_category<Category>));
150 BOOST_MPL_ASSERT_NOT((is_iterator_traversal<Category>));
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dannotations.dart24 /// @Category(<String>['Pots', 'Coffee'])
25 /// @Category(<String>['Copper', 'Cookware'])
40 class Category {
42 const Category(this.sections) : assert(sections != null);
62 /// @Category(<String>['Military Technology', 'Experimental'])
72 /// * [Category], to help place the class in an index.
97 /// @Category(<String>['Animals', 'Cats'])
98 /// @Category(<String>['Cute', 'Pets'])
109 /// * [Category], to help place the class in an index.

12345678910>>...22