/aosp_15_r20/external/cronet/url/ |
H A D | url_canon_internal.cc | 106 size_t begin, in DoAppendInvalidNarrowString() 313 size_t* begin, in ReadUTFCharLossy() 324 size_t* begin, in ReadUTFCharLossy() 335 size_t begin, in AppendInvalidNarrowString() 342 size_t begin, in AppendInvalidNarrowString()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | extract_int.cpp | 91 void test_overflow_handling(char const* begin, char const* end, int i) in test_overflow_handling() 119 char const* begin = it; in test_unparsed_digits_are_not_consumed() local 141 char const* begin = it; in test_ignore_overflow_digits() local 162 void run_tests(char const* begin, char const* end, int i) in run_tests() 180 char const* begin = s.data(), *const end = begin + s.size(); in main() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | function.h | 108 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function 110 const_iterator begin() const { return cbegin(); } in begin() function 279 void Function::ReorderBasicBlocks(It begin, It end) { in ReorderBasicBlocks() 294 bool Function::ContainsAllBlocksInTheFunction(It begin, It end) { in ContainsAllBlocksInTheFunction()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | function.h | 108 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function 110 const_iterator begin() const { return cbegin(); } in begin() function 279 void Function::ReorderBasicBlocks(It begin, It end) { in ReorderBasicBlocks() 294 bool Function::ContainsAllBlocksInTheFunction(It begin, It end) { in ContainsAllBlocksInTheFunction()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | function.h | 108 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function 110 const_iterator begin() const { return cbegin(); } in begin() function 279 void Function::ReorderBasicBlocks(It begin, It end) { in ReorderBasicBlocks() 294 bool Function::ContainsAllBlocksInTheFunction(It begin, It end) { in ContainsAllBlocksInTheFunction()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | AdaptiveAvgPoolKernel.cpp | 37 at::parallel_for(0, channels, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool2d() 92 at::parallel_for(0, nbatch * output_height * output_width, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool2d_channels_last() 180 at::parallel_for(0, nbatch * output_height * output_width, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool2d_channels_last() 275 at::parallel_for(0, channels, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool2d_backward() 326 at::parallel_for(0, nbatch, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool2d_backward_channels_last() 434 at::parallel_for(0, channels, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool3d() 500 …at::parallel_for(0, nbatch * output_depth * output_height * output_width, 0, [&](int64_t begin, in… in cpu_adaptive_avg_pool3d_channels_last() 597 …at::parallel_for(0, nbatch * output_depth * output_height * output_width, 0, [&](int64_t begin, in… in cpu_adaptive_avg_pool3d_channels_last() 702 at::parallel_for(0, channels, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool3d_backward() 762 at::parallel_for(0, nbatch, 0, [&](int64_t begin, int64_t end) { in cpu_adaptive_avg_pool3d_backward_channels_last()
|
H A D | SoftMaxKernel.cpp | 54 parallel_for(0, outer_size, 0, [&](int64_t begin, int64_t end) { in _vec_log_softmax_lastdim() 121 parallel_for(0, outer_size, 0, [&](int64_t begin, int64_t end) { in _vec_softmax_lastdim() 156 parallel_for(0, outer_size, 0, [&](int64_t begin, int64_t end) { in _vec_softmax_lastdim() 225 [&](int64_t begin, int64_t end) { in _vec_host_softmax_backward_lastdim() 281 0, outer_size * num_chunks, 0, [&](int64_t begin, int64_t end) { in _vec_softmax_backward() 366 0, outer_size * num_chunks, 0, [&](int64_t begin, int64_t end) { in _vec_softmax_backward() 492 0, outer_size * num_chunks, 0, [&](int64_t begin, int64_t end) { in _vec_log_softmax_backward() 576 0, outer_size * num_chunks, 0, [&](int64_t begin, int64_t end) { in _vec_log_softmax_backward() 704 0, outer_size * inner_size, 0, [&](int64_t begin, int64_t end) { in _vec_softmax() 811 0, outer_size * inner_size, 0, [&](int64_t begin, int64_t end) { in _vec_softmax() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorIteratorReduce.cpp | 57 at::parallel_for(0, iter.numel(), internal::GRAIN_SIZE, [&](int64_t begin, int64_t end) { in two_pass_reduction() 95 round_columns(TensorIteratorBase& iter, int dim, int multiple, int64_t begin, int64_t end) { in round_columns() 111 at::parallel_for(0, cols, 1, [&](int64_t begin, int64_t end) { in parallel_dim_reduction() 159 at::parallel_for(0, cols, 1, [&](int64_t begin, int64_t end) { in foreach_reduced_elt()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/ |
H A D | end.pass.cpp | 31 constexpr forward_iterator<char*> begin() { return forward_iterator<char*>(nullptr); } in begin() function 33 …constexpr forward_iterator<std::string_view::const_iterator> begin() const { return forward_iterat… in begin() function 47 constexpr forward_iterator<char*> begin() { return forward_iterator<char*>(nullptr); } in begin() function 49 …constexpr forward_iterator<std::string_view::const_iterator> begin() const { return forward_iterat… in begin() function
|
/aosp_15_r20/art/disassembler/ |
H A D | disassembler_arm.cc | 75 const uintptr_t begin = reinterpret_cast<uintptr_t>(options_->base_address_); in operator <<() local 168 const uintptr_t begin = reinterpret_cast<uintptr_t>(options_->base_address_); in PrintLiteral() local 223 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 247 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashTable.tcc | 183 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin() { in begin() function in HashTable 206 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin() const { in begin() function in HashTable 229 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin( in begin() function in HashTable 253 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::begin( in begin() function in HashTable
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | Resources.cpp | 188 void appendObject(struct goldfish_vk_object_list** begin, void* val) { in appendObject() 212 void eraseObject(struct goldfish_vk_object_list** begin, void* val) { in eraseObject() 243 void eraseObjects(struct goldfish_vk_object_list** begin) { in eraseObjects() 256 void forAllObjects(struct goldfish_vk_object_list* begin, std::function<void(void*)> func) { in forAllObjects()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/ |
H A D | ranges_shuffle.pass.cpp | 116 auto begin = Iter(shuffled.data()); in test_one() local 135 auto begin = Iter(shuffled.data()); in test_one() local 191 auto begin = in.begin(); in test_generator() local 250 auto begin = adl::Iterator::TrackSwaps(in.data(), swaps); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.utility/range.utility.conv/ |
H A D | to.pass.cpp | 35 constexpr cpp20_input_iterator<int*> begin() { in begin() function 69 constexpr common_cpp20_input_iterator begin() { return {}; } in begin() function 77 constexpr forward_iterator<int*> begin() { in begin() function 89 constexpr forward_iterator<int*> begin() { in begin() function 124 constexpr value_type* begin() { return &x; } in begin() function 148 constexpr forward_iterator<int*> begin() { return forward_iterator<int*>(&x); } in begin() function
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/vector/ |
H A D | bit-vector.cc | 397 std::size_t begin = select0s_[select_id] / 512; in select0() local 459 std::size_t begin = select1s_[select_id] / 512; in select1() local 566 std::size_t begin = select0s_[select_id] / 512; in select0() local 657 std::size_t begin = select1s_[select_id] / 512; in select1() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/ |
H A D | begin.pass.cpp | 56 auto begin() { return CountedIter(begin_); } in begin() function 57 auto begin() const { return CountedIter(begin_); } in begin() function 71 constexpr random_access_iterator<int*> begin() { return random_access_iterator<int*>{begin_}; } in begin() function 72 …constexpr random_access_iterator<const int*> begin() const { return random_access_iterator<const i… in begin() function
|
/aosp_15_r20/external/libchrome-gestures/include/ |
H A D | vector.h | 76 FilteredRange(ValueType* begin, ValueType* end, AcceptMethod accept) in FilteredRange() 80 RangeIterator begin() { in begin() function 129 const_iterator begin() const { return buffer_; } in begin() function 154 iterator begin() { return buffer_; } in begin() function
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 181 paths_iterator begin() { return Paths.begin(); } in begin() function 183 const_paths_iterator begin() const { return Paths.begin(); } in begin() function 279 iterator begin() { return Overrides.begin(); } in begin() function 280 const_iterator begin() const { return Overrides.begin(); } in begin() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 67 ArrayRef(const T *begin, const T *end) in ArrayRef() 129 iterator begin() const { return Data; } in begin() function 303 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() 324 iterator begin() const { return data(); } in begin() function 452 ArrayRef<T> makeArrayRef(const T *begin, const T *end) { in makeArrayRef()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | path.hpp | 193 path(InputIterator begin, InputIterator end) in path() 205 path(InputIterator begin, InputIterator end, const codecvt_type& cvt) in path() 254 path& assign(InputIterator begin, InputIterator end) in assign() 267 path& assign(InputIterator begin, InputIterator end, const codecvt_type& cvt) in assign() 322 path& concat(InputIterator begin, InputIterator end) in concat() 333 path& concat(InputIterator begin, InputIterator end, const codecvt_type& cvt) in concat() 905 path& path::append(InputIterator begin, InputIterator end) in append() 919 path& path::append(InputIterator begin, InputIterator end, const codecvt_type& cvt) in append()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CXXInheritance.h | 182 paths_iterator begin() { return Paths.begin(); } in begin() function 184 const_paths_iterator begin() const { return Paths.begin(); } in begin() function 280 iterator begin() { return Overrides.begin(); } in begin() function 281 const_iterator begin() const { return Overrides.begin(); } in begin() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CXXInheritance.h | 182 paths_iterator begin() { return Paths.begin(); } in begin() function 184 const_paths_iterator begin() const { return Paths.begin(); } in begin() function 280 iterator begin() { return Overrides.begin(); } in begin() function 281 const_iterator begin() const { return Overrides.begin(); } in begin() function
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | TraceMarkParser.java | 99 final TraceMarkLine begin = mPendingStarts.remove(getSyncPendingStartKey(line, depth)); in visit() local 110 private void addSlice(TraceMarkLine begin, TraceMarkLine end) { in addSlice() 150 public final TraceMarkLine begin; field in TraceMarkParser.TraceMarkSlice 153 TraceMarkSlice(TraceMarkLine begin, TraceMarkLine end) { in TraceMarkSlice()
|
/aosp_15_r20/external/openscreen/util/ |
H A D | yet_another_bit_vector_unittest.cc | 31 const auto begin = absl::c_lower_bound(kTestSizes, first); in GetTestSizesInRange() local 182 for (int begin : GetTestSizesInRange(0, size)) { in TEST() local 193 for (int begin : GetTestSizesInRange(0, size)) { in TEST() local 206 for (int begin : GetTestSizesInRange(0, size)) { in TEST() local
|
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/ |
H A D | chunk.h | 78 std::byte* begin() { return span_.data(); } in begin() function 79 const std::byte* begin() const { return cbegin(); } in begin() function 363 std::byte* begin() { return data(); } in begin() function 364 const std::byte* begin() const { return cbegin(); } in begin() function
|