Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbValue.java20 private final ImmutableList<String> elements; field in RbValue
24 public static RbValue of(String... elements) { in of()
29 public static RbValue of(Iterable<String> elements) { in of()
34 public static RbValue of(Stream<String> elements) { in of()
38 private RbValue(ImmutableList<String> elements, int elementsPerLine) { in RbValue()
/third_party/boost/libs/yap/test/
Dcompile_is_expr.cpp14 boost::hana::tuple<> elements; member
20 boost::hana::tuple<int, double> elements; member
29 boost::hana::tuple<int, double> elements; member
35 boost::hana::tuple<int, double> elements; member
41 boost::hana::tuple<int, double> elements; member
52 int elements; member
/third_party/mindspore/mindspore/core/ir/
Dvalue.h39 explicit ValueSequeue(const ValuePtrList &elements) : elements_(elements) { in ValueSequeue()
48 …ValueSequeue(const std::initializer_list<ValuePtr> &elements) : elements_(elements.begin(), elemen… in ValueSequeue()
74 explicit ValueTuple(const std::vector<ValuePtr> &elements) : ValueSequeue(elements) {} in ValueTuple()
75 ValueTuple(const std::initializer_list<ValuePtr> &elements) : ValueSequeue(elements) {} in ValueTuple()
87 explicit ValueList(const std::vector<ValuePtr> &elements) : ValueSequeue(elements) {} in ValueList()
88 ValueList(const std::initializer_list<ValuePtr> &elements) : ValueSequeue(elements) {} in ValueList()
/third_party/boost/libs/yap/doc/
Duser_macros_snippets.cpp20 Tuple elements; member
44 Tuple elements; member
68 Tuple elements; member
94 Tuple elements; member
120 Tuple elements; member
146 Tuple elements; member
179 Tuple elements; member
212 Tuple elements; member
255 Tuple elements; member
287 Tuple elements; member
[all …]
/third_party/boost/libs/move/test/
Dbench_sort.cpp44 void generate_elements(boost::container::vector<T> &elements, std::size_t L, std::size_t NK) in generate_elements()
66 void adaptive_sort_buffered(T *elements, std::size_t element_count, Compare comp, std::size_t BufLe… in adaptive_sort_buffered()
73 void std_like_adaptive_stable_sort_buffered(T *elements, std::size_t element_count, Compare comp, s… in std_like_adaptive_stable_sort_buffered()
80 void merge_sort_buffered(T *elements, std::size_t element_count, Compare comp) in merge_sort_buffered()
128 bool measure_algo(T *elements, std::size_t element_count, std::size_t alg, nanosecond_type &prev_cl… in measure_algo()
237 boost::container::vector<T> original_elements, elements; in measure_all() local
Dbench_merge.cpp42 std::size_t generate_elements(boost::container::vector<T> &elements, std::size_t L, std::size_t NK,… in generate_elements()
68 void adaptive_merge_buffered(T *elements, T *mid, T *last, Compare comp, std::size_t BufLen) in adaptive_merge_buffered()
75 void std_like_adaptive_merge_buffered(T *elements, T *mid, T *last, Compare comp, std::size_t BufLe… in std_like_adaptive_merge_buffered()
113 bool measure_algo(T *elements, std::size_t element_count, std::size_t split_pos, std::size_t alg, n… in measure_algo()
205 boost::container::vector<T> original_elements, elements; in measure_all() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeBlockBuffer.hpp175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) in writeToCurrentBlock()
218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) in readFromCurrentBlock()
267 int BlockBuffer<T>::tryWrite (int numElements, const T* elements) in tryWrite()
295 void BlockBuffer<T>::write (int numElements, const T* elements) in write()
348 int BlockBuffer<T>::tryRead (int numElements, T* elements) in tryRead()
374 void BlockBuffer<T>::read (int numElements, T* elements) in read()
/third_party/boost/tools/build/src/util/
Dsequence.py24 def max_element (elements, ordered = None): argument
39 def select_highest_ranked (elements, ranks): argument
/third_party/flutter/skia/third_party/externals/angle2/util/
Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect()
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect()
/third_party/boost/boost/spirit/home/support/
Dmake_component.hpp68 typedef typename result_of::make_cons<value>::type elements; typedef
97 typedef typename result_of::make_cons<value>::type elements; typedef
151 elements; typedef
215 elements_type elements = in operator ()() local
269 typedef typename reverse_fold_tree::result_type elements; typedef
339 elements_type elements = in operator ()() local
418 elements_type elements = in operator ()() local
436 elements_type elements = in operator ()() local
/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect()
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect()
/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dare_counts_ok.hpp44 elements_type const& elements = rtree::elements(n); in operator ()() local
70 elements_type const& elements = rtree::elements(n); in operator ()() local
84 bool check_count(Elements const& elements) in check_count()
Dare_levels_ok.hpp39 elements_type const& elements = rtree::elements(n); in operator ()() local
65 elements_type const& elements = rtree::elements(n); in operator ()() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
135 std::vector<T> elements() const { return mElements; } in elements() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
135 std::vector<T> elements() const { return mElements; } in elements() function
/third_party/mindspore/mindspore/core/base/
Dbase_ref.h57 inline std::shared_ptr<VectorRef> MakeNode(const std::vector<BaseRef> &elements) { in MakeNode()
61 inline std::shared_ptr<VectorRef> MakeNode(std::initializer_list<BaseRef> elements) { in MakeNode()
232 explicit VectorRef(const std::vector<BaseRef> &elements) : elements_(elements) {} in VectorRef()
263 std::vector<BaseRef> &elements() { return elements_; } in elements() function
324 explicit SetRef(const std::set<BaseRef, BaseRefLess> &elements) : elements_(elements) {} in SetRef()
325 …SetRef(const std::initializer_list<BaseRef> elements) : elements_(elements.begin(), elements.end()… in SetRef()
345 std::set<BaseRef, BaseRefLess> &elements() { return elements_; } in elements() function
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Dremove.hpp100 elements_type & elements = rtree::elements(n); in operator ()() local
157 elements_type & elements = rtree::elements(n); in operator ()() local
219 typename rtree::elements_type<internal_node>::type & elements, in store_underflowed_node()
301 elements_type & elements = rtree::elements(n); in reinsert_node_elements() local
Dchildren_box.hpp43 elements_type const& elements = rtree::elements(n); in operator ()() local
52 elements_type const& elements = rtree::elements(n); in operator ()() local
Dcopy.hpp49 elements_type & elements = rtree::elements(n); in operator ()() local
76 elements_type & elements = rtree::elements(l); in operator ()() local
/third_party/mindspore/mindspore/core/ops/
Daddn.cc33 auto elements = input_args[0]->isa<abstract::AbstractTuple>() in AddNInferShape() local
71 auto elements = input_args[0]->isa<abstract::AbstractTuple>() in AddNInferType() local
/third_party/gstreamer/gstreamer/plugins/
Dmeson.build2 subdir('elements') subdir
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp51 const unsigned int elements, in copy_constant_to_storage()
124 const unsigned elements = MAX2(storage->array_elements, 1); in set_opaque_binding() local
225 const unsigned int elements = val->const_elements[0]->type->components(); in set_uniform_initializer() local
/third_party/boost/libs/hana/test/_include/laws/
Dfunctor.hpp42 hana::for_each(xs, hana::capture(elements)([](auto elements, auto x) { in TestFunctor()
62 [](auto x, auto f, auto elements, auto value) { in TestFunctor()
/third_party/json/doc/examples/
Dsax_parse.cpp52 bool start_object(std::size_t elements) override in start_object()
64 bool start_array(std::size_t elements) override in start_array()
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dinsert_range.hpp41 constexpr auto insert_range = [](auto&& xs, auto&& n, auto&& elements) { in __anon19560e900102()

12345678910>>...19