Home
last modified time | relevance | path

Searched defs:begin (Results 201 – 225 of 34802) sorted by relevance

12345678910>>...1393

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/shard_maps/
H A Dandroid-pixel2-perf_map.json19 "begin": 20, number
40 "begin": 26, number
55 "begin": 7, number
76 "begin": 2, number
114 "begin": 28, number
123 "begin": 69, number
151 "begin": 1, number
163 "begin": 56, number
253 "begin": 8, number
262 "begin": 31, number
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/generic/
H A Dbinary_search.inl102 ForwardIterator begin; member
124 ForwardIterator begin,
146 ForwardIterator begin,
195 ForwardIterator begin,
206 ForwardIterator begin,
220 ForwardIterator begin,
232 ForwardIterator begin,
246 ForwardIterator begin,
257 ForwardIterator begin,
274 ForwardIterator begin,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.adaptors/range.all/
H A Dall.pass.cpp31 friend constexpr int* begin(View& view) { return globalBuff + view.start_; } in begin() function
32 friend constexpr int* begin(View const& view) { return globalBuff + view.start_; } in begin() function
46 friend constexpr int* begin(CopyableView& view) { return globalBuff + view.start_; } in begin() function
47 friend constexpr int* begin(CopyableView const& view) { return globalBuff + view.start_; } in begin() function
57 friend constexpr int* begin(Range const& range) { return globalBuff + range.start_; } in begin() function
58 friend constexpr int* begin(Range& range) { return globalBuff + range.start_; } in begin() function
66 friend constexpr int* begin(BorrowableRange const& range) { return globalBuff + range.start_; } in begin() function
67 friend constexpr int* begin(BorrowableRange& range) { return globalBuff + range.start_; } in begin() function
81 …constexpr random_access_iterator<int*> begin() { return random_access_iterator<int*>{globalBuff}; } in begin() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.adaptors/range.all/
H A Dall.pass.cpp31 friend constexpr int* begin(View& view) { return globalBuff + view.start_; } in begin() function
32 friend constexpr int* begin(View const& view) { return globalBuff + view.start_; } in begin() function
46 friend constexpr int* begin(CopyableView& view) { return globalBuff + view.start_; } in begin() function
47 friend constexpr int* begin(CopyableView const& view) { return globalBuff + view.start_; } in begin() function
57 friend constexpr int* begin(Range const& range) { return globalBuff + range.start_; } in begin() function
58 friend constexpr int* begin(Range& range) { return globalBuff + range.start_; } in begin() function
66 friend constexpr int* begin(BorrowableRange const& range) { return globalBuff + range.start_; } in begin() function
67 friend constexpr int* begin(BorrowableRange& range) { return globalBuff + range.start_; } in begin() function
81 …constexpr random_access_iterator<int*> begin() { return random_access_iterator<int*>{globalBuff}; } in begin() function
/dports/databases/libgda5-jdbc/libgda-5.2.10/tests/parser/
H A Dcheck_normalization.c33 static gint do_test (const xmlChar *id, const xmlChar *sql, const xmlChar *norm); in end()
47 gchar *cnc_string; in end()
48 fname = g_build_filename (ROOT_DIR, "data", NULL); in end()
57 if (!gda_connection_update_meta_store (cnc, NULL, NULL)) { in end()
58 g_print ("Failed to update meta store, cnc_string = %s\n", cnc_string); in end()
66 g_print ("File '%s' does not exist\n", fname); in end()
67 exit (1); in end()
68 } in end()
84 id = xmlGetProp (node, BAD_CAST "id"); in end()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/japanese/zinnia/zinnia-0.06/
H A Dsexp.cpp50 const Sexp::Cell *Sexp::read(char **begin, const char *end) { in read()
74 int Sexp::next_token(char **begin, const char *end, const char n) { in next_token()
93 void Sexp::comment(char **begin, const char *end) { in comment()
107 const Sexp::Cell *Sexp::read_cdr(char **begin, const char *end) { in read_cdr()
118 const Sexp::Cell *Sexp::read_car(char **begin, const char *end) { in read_car()
132 const Sexp::Cell *Sexp::read_atom(char **begin, const char *end) { in read_atom()
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Denvelope_2.h35 void lower_envelope_2 (InputIterator begin, InputIterator end, in lower_envelope_2()
58 void upper_envelope_2 (InputIterator begin, InputIterator end, in upper_envelope_2()
81 void lower_envelope_x_monotone_2 (InputIterator begin, InputIterator end, in lower_envelope_x_monotone_2()
105 void lower_envelope_x_monotone_2 (InputIterator begin, InputIterator end, in lower_envelope_x_monotone_2()
128 void upper_envelope_x_monotone_2 (InputIterator begin, InputIterator end, in upper_envelope_x_monotone_2()
152 void upper_envelope_x_monotone_2 (InputIterator begin, InputIterator end, in upper_envelope_x_monotone_2()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDefinitions.cxx15 StackIter begin, in GetInternal()
37 cmValue cmDefinitions::Get(const std::string& key, StackIter begin, in Get()
44 void cmDefinitions::Raise(const std::string& key, StackIter begin, in Raise()
50 bool cmDefinitions::HasKey(const std::string& key, StackIter begin, in HasKey()
61 cmDefinitions cmDefinitions::MakeClosure(StackIter begin, StackIter end) in MakeClosure()
82 std::vector<std::string> cmDefinitions::ClosureKeys(StackIter begin, in ClosureKeys()
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/ublas/operation/
H A Dbegin.hpp230 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
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDefinitions.cxx15 StackIter begin, in GetInternal()
37 cmValue cmDefinitions::Get(const std::string& key, StackIter begin, in Get()
44 void cmDefinitions::Raise(const std::string& key, StackIter begin, in Raise()
50 bool cmDefinitions::HasKey(const std::string& key, StackIter begin, in HasKey()
61 cmDefinitions cmDefinitions::MakeClosure(StackIter begin, StackIter end) in MakeClosure()
82 std::vector<std::string> cmDefinitions::ClosureKeys(StackIter begin, in ClosureKeys()

12345678910>>...1393