Home
last modified time | relevance | path

Searched refs:cbegin (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp245 cin = expf_input.cbegin(); in BM_math_expf_speccpu2017()
256 cin = expf_input.cbegin(); in BM_math_expf_speccpu2017_latency()
272 cin = exp_input.cbegin(); in BM_math_exp_speccpu2017()
283 cin = exp_input.cbegin(); in BM_math_exp_speccpu2017_latency()
316 cin = exp_input.cbegin(); in BM_math_exp2_speccpu2017()
327 cin = exp_input.cbegin(); in BM_math_exp2_speccpu2017_latency()
365 cin = pow_input.cbegin(); in BM_math_pow_speccpu2006()
376 cin = pow_input.cbegin(); in BM_math_pow_speccpu2017_latency()
414 cin = log_input.cbegin(); in BM_math_log_speccpu2017()
425 cin = log_input.cbegin(); in BM_math_log_speccpu2017_latency()
[all …]
/aosp12/system/bt/gd/dumpsys/internal/
H A Dfilter_internal_test.cc133 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
148 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
164 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
179 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
194 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
209 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
224 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
239 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
254 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
269 for (auto it = object->fields()->cbegin(); it != object->fields()->cend(); ++it) { in TEST_F()
[all …]
/aosp12/system/bt/hci/test/
H A Dpacket_fragmenter_host_test.cc156 std::copy(data.cbegin(), data.cend(), Data(packet)); in AllocateL2capPacket()
163 std::copy(data.cbegin(), data.cend(), Data(packet)); in AllocateL2capPacket()
292 std::copy(data.cbegin(), data.cend(), buf); in TEST_F()
340 const std::vector<uint8_t> part1(data.cbegin(), in TEST_F()
341 data.cbegin() + packet_size / 2); in TEST_F()
347 const std::vector<uint8_t> part2(data.cbegin() + packet_size / 2, in TEST_F()
365 const std::vector<uint8_t> first_part(data.cbegin(), data.cbegin() + stride); in TEST_F()
370 const std::vector<uint8_t> middle_part(data.cbegin() + i, in TEST_F()
371 data.cbegin() + i + stride); in TEST_F()
390 const std::vector<uint8_t> first_part(data.cbegin(), in TEST_F()
[all …]
/aosp12/art/libartbase/base/
H A Ddchecked_vector.h103 using Base::cbegin;
151 DCHECK(cbegin() <= position && position <= cend()); in insert()
155 DCHECK(cbegin() <= position && position <= cend()); in insert()
160 DCHECK(cbegin() <= position && position <= cend()); in insert()
164 DCHECK(cbegin() <= position && position <= cend()); in insert()
168 DCHECK(cbegin() <= position && position <= cend()); in insert()
174 DCHECK(cbegin() <= position && position < cend()); in erase()
178 DCHECK(cbegin() <= first && first <= cend()); in erase()
186 DCHECK(cbegin() <= position && position <= cend()); in emplace()
H A Dtransform_iterator_test.cc81 std::copy(MakeTransformIterator(input.cbegin(), add1), in TEST()
114 ASSERT_EQ(MakeTransformIterator(input.cbegin(), add1) + i, in TEST()
115 MakeTransformIterator(input.cbegin() + i, add1)); in TEST()
184 std::copy(MakeTransformIterator(input.cbegin(), sub1), in TEST()
234 std::copy(MakeTransformIterator(input.cbegin(), mul3), in TEST()
286 std::copy(MakeTransformIterator(input.cbegin(), ref), in TEST()
319 ASSERT_EQ(MakeTransformIterator(input.cbegin(), ref) + i, in TEST()
320 MakeTransformIterator(input.cbegin() + i, ref)); in TEST()
447 std::copy(MakeTransformIterator(input.cbegin(), ref), in TEST()
480 ASSERT_EQ(MakeTransformIterator(input.cbegin(), ref) + i, in TEST()
[all …]
H A Dtransform_array_ref.h93 const_iterator begin() const { return MakeIterator(base().cbegin()); } in begin()
94 const_iterator cbegin() const { return MakeIterator(base().cbegin()); } in cbegin() function
103 const_reverse_iterator crend() const { return const_reverse_iterator(cbegin()); } in crend()
H A Dtransform_array_ref_test.cc58 std::copy(taref.cbegin(), taref.cend(), std::back_inserter(output)); in TEST()
133 std::copy(taref.cbegin(), taref.cend(), std::back_inserter(output)); in TEST()
181 std::copy(ctaref.cbegin(), ctaref.cend(), std::back_inserter(output)); in TEST()
185 std::copy(std::cbegin(ctaref), std::cend(ctaref), std::back_inserter(output)); in TEST()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h26 const_cursor_(buffer_.cbegin()) {} in MessagePayload()
43 const_cursor_ = buffer_.cbegin(); in Resize()
47 void Rewind() { const_cursor_ = buffer_.cbegin(); } in Rewind()
55 const_cursor_ = buffer_.cbegin() + offset; in Extend()
62 const_cursor_ = buffer_.cbegin(); in Clear()
/aosp12/system/bt/gd/dumpsys/
H A Dreflection_schema.cc51 for (auto it = map->cbegin(); it != map->cend(); ++it) { in FindInReflectionSchema()
70 for (auto it = map->cbegin(); it != map->cend(); ++it) { in PrintReflectionSchema()
78 for (auto it = map->cbegin(); it != map->cend(); ++it) { in VerifyReflectionSchema()
/aosp12/frameworks/native/libs/vr/libdvr/
H A Ddvr_display_manager.cpp44 std::copy(value.cbegin(), value.cend(), attribute->value.float2_value); in operator ()()
48 std::copy(value.cbegin(), value.cend(), attribute->value.float3_value); in operator ()()
52 std::copy(value.cbegin(), value.cend(), attribute->value.float4_value); in operator ()()
56 std::copy(value.cbegin(), value.cend(), attribute->value.float8_value); in operator ()()
60 std::copy(value.cbegin(), value.cend(), attribute->value.float16_value); in operator ()()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Ddumpsys_helper.cc36 …for (auto it = channel_allocator.channels_.cbegin(); it != channel_allocator.channels_.cend(); ++i… in DumpActiveDynamicChannels()
52 …for (auto it = channel_allocator.channels_.cbegin(); it != channel_allocator.channels_.cend(); ++i… in DumpActiveFixedChannels()
66 for (auto it = links->cbegin(); it != links->cend(); ++it) { in DumpActiveLinks()
/aosp12/frameworks/native/include/ftl/
H A Dsmall_map.h109 const_iterator begin() const { return cbegin(); } in begin()
110 const_iterator cbegin() const { return map_.cbegin(); } in cbegin() function
/aosp12/system/chre/util/include/chre/util/
H A Dpriority_queue_impl.h130 return cbegin(); in begin()
141 PriorityQueue<ElementType, CompareFunction>::cbegin() const { in cbegin() function
142 return mData.cbegin(); in cbegin()
/aosp12/frameworks/base/cmds/idmap2/idmap2/
H A DMain.cpp42 for (auto iter = commands.cbegin(); iter != commands.cend(); iter++) { in PrintUsage()
43 if (iter != commands.cbegin()) { in PrintUsage()
/aosp12/art/runtime/mirror/
H A Dobject_array.h120 inline ConstObjPtrArrayIter<T> cbegin() const REQUIRES_SHARED(Locks::mutator_lock_);
123 return IterationRange(cbegin(), cend()); in ConstIterate()
131 static inline ConstHandleArrayIter<T> cbegin(const Handle<ObjectArray<T>>& h_this)
137 return IterationRange(cbegin(h_this), cend(h_this)); in ConstIterate()
/aosp12/hardware/google/pixel/powerstats/
H A DGenericStateResidencyDataProvider.cpp110 return collection.cbegin(); in findNext()
114 for (auto it = collection.cbegin(); it != collection.cend(); ++it) { in findNext()
130 auto nextState = stateResidencyConfigs.cbegin(); in getStateData()
175 auto nextConfig = mPowerEntityConfigs.cbegin(); in getResults()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp58 auto anyNode = nodes.cbegin(); in OmxStore()
59 std::string::const_iterator first = anyNode->cbegin(); in OmxStore()
63 for (std::string::const_iterator it2 = name.cbegin(); in OmxStore()
/aosp12/bootable/recovery/tests/unit/host/
H A Dimgdiff_test.cpp393 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
403 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
428 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
438 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
498 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
504 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
534 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
540 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
570 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
576 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
[all …]
/aosp12/system/nfc/src/fuzzers/llcp/
H A Dllcp.cc62 for (auto it = ctx.Data.cbegin(); it != ctx.Data.cend(); ++it) { in Fuzz_Run()
64 (uint)(it - ctx.Data.cbegin() + 1), ctx.Data.size(), in Fuzz_Run()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp194 layerSettings.insert(layerSettings.end(), clientCompositionList.cbegin(), in render()
199 std::transform(layerSettings.cbegin(), layerSettings.cend(), in render()
321 return std::any_of(mLayers.cbegin(), mLayers.cend(), in hasBlurBehind()
364 return std::any_of(mLayers.cbegin(), mLayers.cend(), [](const Layer& layer) { in hasUnsupportedDataspace()
382 return std::any_of(mLayers.cbegin(), mLayers.cend(), in hasProtectedLayers()
/aosp12/art/compiler/optimizing/
H A Dexecution_subgraph.cc118 DCHECK(std::find(current_path.cbegin(), current_path.cend(), cur_block->GetBlockId()) == in Prune()
121 std::for_each(current_path.cbegin(), current_path.cend(), [&](auto id) { in Prune()
307 if (std::any_of(preds.cbegin(), preds.cend(), is_external)) { in RecalculateExcludedCohort()
310 if (std::any_of(succs.cbegin(), succs.cend(), is_external)) { in RecalculateExcludedCohort()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Drangeset.h77 std::vector<Range>::const_iterator cbegin() const { in cbegin() function
78 return ranges_.cbegin(); in cbegin()
/aosp12/packages/modules/StatsD/statsd/src/config/
H A DConfigManager.cpp313 for (auto uidIt = mConfigs.cbegin(); uidIt != mConfigs.cend(); ++uidIt) { in GetAllConfigKeys()
314 for (auto it = uidIt->second.cbegin(); it != uidIt->second.cend(); ++it) { in GetAllConfigKeys()
349 for (auto uidIt = mConfigs.cbegin(); uidIt != mConfigs.cend(); ++uidIt) { in Dump()
350 for (auto it = uidIt->second.cbegin(); it != uidIt->second.cend(); ++it) { in Dump()
/aosp12/system/nfc/src/fuzzers/ce/
H A Dt3t.cc93 for (auto it = ctx.Data.cbegin(); it != ctx.Data.cend(); ++it) { in Fuzz_Run()
114 it - ctx.Data.cbegin() + 1, ctx.Data.size(), in Fuzz_Run()
H A Dt4t.cc96 for (auto it = ctx.Data.cbegin(); it != ctx.Data.cend(); ++it) { in Fuzz_Run()
117 it - ctx.Data.cbegin() + 1, ctx.Data.size(), in Fuzz_Run()

1234567