| /external/sdv/vsomeip/third_party/boost/range/test/ |
| D | adl_conformance.cpp | 38 inline typename Range::iterator begin( Range& r ) in begin() function 44 inline typename Range::iterator begin( const Range& r ) in begin() function 52 inline typename Range::iterator begin( Range& r ) in begin() function 59 inline typename Range::iterator begin( const Range& r ) in begin() function 75 iterator begin() { return unused; } in begin() function 76 iterator begin() const { return unused; } in begin() function 86 inline typename range<T>::iterator begin( range<T>& r ) in begin() function 92 inline typename range<T>::iterator begin( const range<T>& r ) in begin() function 106 iterator begin() { return unused; } in begin() function 107 iterator begin() const { return unused; } in begin() function [all …]
|
| D | begin.cpp | 27 begin(SinglePassRange& rng) in begin() function 34 begin(const SinglePassRange& rng) in begin() function 57 begin(SinglePassRange& rng) in begin() function 64 begin(const SinglePassRange& rng) in begin() function 85 const_iterator begin() const { return m_first; } in begin() function in boost::MockTestBeginCollection 86 iterator begin() { return m_first; } in begin() function in boost::MockTestBeginCollection
|
| /external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/range/ |
| D | begin.hpp | 19 struct begin struct 27 struct result<This(Rng)> 32 struct result<This(Rng &)> 37 typename boost::range_iterator<Rng>::type operator()(Rng &rng) const in operator ()() 43 typename boost::range_iterator<Rng const>::type operator()(Rng const &rng) const in operator ()()
|
| /external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/ |
| D | inf_nan.hpp | 52 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl() 103 bool put_inf_nan_impl(CharT* begin, CharT*& end, const T& value in put_inf_nan_impl() 134 bool parse_inf_nan(const wchar_t* begin, const wchar_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 142 bool put_inf_nan(wchar_t* begin, wchar_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 149 bool parse_inf_nan(const char16_t* begin, const char16_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 157 bool put_inf_nan(char16_t* begin, char16_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 163 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 171 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 177 bool parse_inf_nan(const CharT* begin, const CharT* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 185 bool put_inf_nan(CharT* begin, CharT*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/ |
| D | StatUtils.java | 107 public static double sum(final double[] values, final int begin, final int length) in sum() 139 public static double sumSq(final double[] values, final int begin, final int length) in sumSq() 171 public static double product(final double[] values, final int begin, final int length) in product() 207 public static double sumLog(final double[] values, final int begin, final int length) in sumLog() 245 public static double mean(final double[] values, final int begin, final int length) in mean() 283 public static double geometricMean(final double[] values, final int begin, final int length) in geometricMean() 334 public static double variance(final double[] values, final int begin, final int length) in variance() 368 final double[] values, final double mean, final int begin, final int length) in variance() 444 final double[] values, final int begin, final int length) in populationVariance() 475 final double[] values, final double mean, final int begin, final int length) in populationVariance() [all …]
|
| /external/llvm/utils/abtest/ |
| D | mark_armfns.py | 17 begin = INVALID variable 31 begin = last_align variable 33 begin = last_globl variable 38 begin = INVALID variable 52 in_func, begin, end = triple variable
|
| /external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.common.view/ |
| D | begin.pass.cpp | 43 std::same_as<RandomAccessIter> auto begin = common.begin(); in test() local 50 std::same_as<RandomAccessIter> auto begin = common.begin(); in test() local 68 std::same_as<CommonIter> auto begin = common.begin(); in main() local 78 std::same_as<CommonIter> auto begin = common.begin(); in main() local 86 std::same_as<CommonIter> auto begin = common.begin(); in main() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/ |
| D | AbstractUnivariateStatistic.java | 82 public void setData(final double[] values, final int begin, final int length) in setData() 127 public abstract double evaluate(final double[] values, final int begin, final int length) in evaluate() 156 final int begin, in test() 182 protected boolean test(final double[] values, final int begin, in test() 219 final int begin, in test() 258 … final int begin, final int length, final boolean allowEmpty) throws MathIllegalArgumentException { in test()
|
| /external/cronet/third_party/libc++/src/test/std/ranges/range.access/ |
| D | begin.pass.cpp | 60 constexpr const int *begin() const { return &x; } in begin() function 135 constexpr int *begin() { return &x; } in begin() function 143 constexpr int *begin() const { return &globalBuff[0]; } in begin() function 150 constexpr const int *begin() const { return &x; } in begin() function 157 constexpr const Empty *begin() const { return &x; } in begin() function 191 friend constexpr const int *begin(BeginFunction const& bf) { return &bf.x; } in begin() function 216 friend constexpr int *begin(BeginFunctionByValue) { return &globalBuff[1]; } in begin() function 221 friend constexpr int *begin(BeginFunctionEnabledBorrowing) { return &globalBuff[2]; } in begin() function 229 friend constexpr const Empty *begin(BeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in begin() function 234 int begin; member [all …]
|
| D | end.pass.cpp | 125 constexpr int *begin() { return nullptr; } in begin() function 134 constexpr int *begin() const { return nullptr; } in begin() function 143 constexpr const int *begin() const { return nullptr; } in begin() function 157 constexpr const Empty *begin() const { return nullptr; } in begin() function 187 friend constexpr const int *begin(EndFunction const&) { return nullptr; } in begin() function 230 friend constexpr int *begin(EndFunctionByValue) { return nullptr; } in begin() function 236 friend constexpr int *begin(EndFunctionEnabledBorrowing) { return nullptr; } in begin() function 244 friend constexpr const Empty *begin(EndFunctionReturnsEmptyPtr const&) { return nullptr; } in begin() function 251 friend constexpr const int *begin(EndFunctionWithDataMember const&) { return nullptr; } in begin() function 257 friend constexpr const int *begin(EndFunctionWithPrivateEndMember const&) { return nullptr; } in begin() function [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 56 char* const begin = &result[0]; in StrCat() local 68 char* const begin = &result[0]; in StrCat() local 82 char* const begin = &result[0]; in StrCat() local 101 char* const begin = &result[0]; in CatPieces() local 133 char* const begin = &(*dest)[0]; in AppendPieces() local 152 char* const begin = &(*dest)[0]; in StrAppend() local 164 char* const begin = &(*dest)[0]; in StrAppend() local 179 char* const begin = &(*dest)[0]; in StrAppend() local 196 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/marisa-trie/lib/marisa/grimoire/trie/ |
| D | range.h | 14 void set_begin(std::size_t begin) { in set_begin() 27 std::size_t begin() const { in begin() function 43 inline Range make_range(std::size_t begin, std::size_t end, in make_range() 59 void set_begin(std::size_t begin) { in set_begin() 75 std::size_t begin() const { in begin() function 101 inline WeightedRange make_weighted_range(std::size_t begin, std::size_t end, in make_weighted_range()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
| D | StatUtils.java | 108 public static double sum(final double[] values, final int begin, in sum() 142 public static double sumSq(final double[] values, final int begin, in sumSq() 175 public static double product(final double[] values, final int begin, in product() 216 public static double sumLog(final double[] values, final int begin, in sumLog() 255 public static double mean(final double[] values, final int begin, in mean() 294 public static double geometricMean(final double[] values, final int begin, in geometricMean() 339 public static double variance(final double[] values, final int begin, in variance() 371 final int begin, final int length) { in variance() 444 public static double max(final double[] values, final int begin, in max() 492 public static double min(final double[] values, final int begin, in min() [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/operation/ |
| D | begin.hpp | 230 typename ExprT::iterator begin(vector_expression<ExprT>& e) in begin() function 244 typename ExprT::const_iterator begin(vector_expression<ExprT> const& e) in begin() function 261 typename iterator_type<ExprT,TagT>::type begin(matrix_expression<ExprT>& e) in begin() function 278 typename const_iterator_type<ExprT,TagT>::type begin(matrix_expression<ExprT> const& e) in begin() function 294 typename IteratorT::dual_iterator_type begin(IteratorT& it) in begin() function 310 typename IteratorT::dual_iterator_type begin(IteratorT const& it) in begin() function
|
| /external/cronet/third_party/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 64 char* const begin = &result[0]; in StrCat() local 76 char* const begin = &result[0]; in StrCat() local 90 char* const begin = &result[0]; in StrCat() local 109 char* const begin = &result[0]; in CatPieces() local 141 char* const begin = &(*dest)[0]; in AppendPieces() local 159 char* const begin = &(*dest)[0]; in StrAppend() local 170 char* const begin = &(*dest)[0]; in StrAppend() local 184 char* const begin = &(*dest)[0]; in StrAppend() local 201 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 73 char* const begin = &result[0]; in StrCat() local 92 char* const begin = &result[0]; in StrCat() local 114 char* const begin = &result[0]; in StrCat() local 140 char* const begin = &result[0]; in CatPieces() local 172 char* const begin = &(*dest)[0]; in AppendPieces() local 190 char* const begin = &(*dest)[0]; in StrAppend() local 202 char* const begin = &(*dest)[0]; in StrAppend() local 216 char* const begin = &(*dest)[0]; in StrAppend() local 233 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.drop/ |
| D | types.h | 22 constexpr int *begin() const { return globalBuff + start_; } in begin() function 34 constexpr int *begin() const { return globalBuff + start_; } in begin() function 43 constexpr forward_iterator<int*> begin() const { return forward_iterator<int*>(globalBuff); } in begin() function 79 …constexpr cpp20_input_iterator<int*> begin() const { return cpp20_input_iterator<int*>(globalBuff)… in begin() function 93 constexpr CountedIter begin() const { return CountedIter(ForwardIter(globalBuff)); } in begin() function 100 constexpr int* begin() const { return begin_; } in begin() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 105 char* const begin = &result[0]; in StrCat() local 117 char* const begin = &result[0]; in StrCat() local 131 char* const begin = &result[0]; in StrCat() local 150 char* const begin = &result[0]; in CatPieces() local 182 char* const begin = &(*dest)[0]; in AppendPieces() local 207 char* const begin = &(*dest)[0]; in StrAppend() local 222 char* const begin = &(*dest)[0]; in StrAppend() local 239 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
| D | str_cat.cc | 105 char* const begin = &result[0]; in StrCat() local 117 char* const begin = &result[0]; in StrCat() local 131 char* const begin = &result[0]; in StrCat() local 150 char* const begin = &result[0]; in CatPieces() local 182 char* const begin = &(*dest)[0]; in AppendPieces() local 207 char* const begin = &(*dest)[0]; in StrAppend() local 222 char* const begin = &(*dest)[0]; in StrAppend() local 239 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 102 char* const begin = &result[0]; in StrCat() local 114 char* const begin = &result[0]; in StrCat() local 128 char* const begin = &result[0]; in StrCat() local 147 char* const begin = &result[0]; in CatPieces() local 179 char* const begin = &(*dest)[0]; in AppendPieces() local 204 char* const begin = &(*dest)[0]; in StrAppend() local 219 char* const begin = &(*dest)[0]; in StrAppend() local 236 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 105 char* const begin = &result[0]; in StrCat() local 117 char* const begin = &result[0]; in StrCat() local 131 char* const begin = &result[0]; in StrCat() local 150 char* const begin = &result[0]; in CatPieces() local 182 char* const begin = &(*dest)[0]; in AppendPieces() local 207 char* const begin = &(*dest)[0]; in StrAppend() local 222 char* const begin = &(*dest)[0]; in StrAppend() local 239 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/openscreen/third_party/abseil/src/absl/strings/ |
| D | str_cat.cc | 102 char* const begin = &result[0]; in StrCat() local 114 char* const begin = &result[0]; in StrCat() local 128 char* const begin = &result[0]; in StrCat() local 147 char* const begin = &result[0]; in CatPieces() local 179 char* const begin = &(*dest)[0]; in AppendPieces() local 204 char* const begin = &(*dest)[0]; in StrAppend() local 219 char* const begin = &(*dest)[0]; in StrAppend() local 236 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
| D | AbstractUnivariateStatistic.java | 79 public void setData(final double[] values, final int begin, final int length) { in setData() 106 public abstract double evaluate(final double[] values, final int begin, final int length); in evaluate() 134 final int begin, in test() 194 final int begin, in test()
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
| D | begin_end.hpp | 31 struct begin struct 33 typedef typename sequence_tag<Sequence>::type tag_; 35 ::template apply< Sequence >::type type;
|
| /external/cronet/third_party/libc++/src/include/__iterator/ |
| D | access.h | 23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* begin(_Tp (&__array)[_Np]) _NOEXCEPT { in begin() function 87 begin(_Cp& __c) in begin() function 95 begin(const _Cp& __c) in begin() function
|