Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/native/libs/tonemap/tests/
Dtonemap_test.cpp35 ASSERT_EQ(1, std::count_if(uniforms.cbegin(), uniforms.cend(), [](const auto& data) { in TEST_F()
38 ASSERT_EQ(1, std::count_if(uniforms.cbegin(), uniforms.cend(), [](const auto& data) { in TEST_F()
45 const auto& displayLum = std::find_if(uniforms.cbegin(), uniforms.cend(), [](const auto& data) { in TEST_F()
54 const auto& contentLum = std::find_if(uniforms.cbegin(), uniforms.cend(), [](const auto& data) { in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp264 predictionsEntry != mPredictions.cend()) { in describeLayerStack()
300 ALOGE_IF(candidateEntry == mCandidates.cend(), in getPrediction()
318 candidateEntry != mCandidates.cend()) { in getExactMatch()
354 std::find_if(mApproximateStacks.cbegin(), mApproximateStacks.cend(), in getApproximateMatch()
356 approximateStackIter != mApproximateStacks.cend()) { in getApproximateMatch()
360 std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches); in getApproximateMatch()
361 candidateEntry != mCandidates.cend()) { in getApproximateMatch()
427 if (std::find_if(mApproximateStacks.cbegin(), mApproximateStacks.cend(), in recordPredictedResult()
428 stackMatchesHash) == mApproximateStacks.cend()) { in recordPredictedResult()
DCachedSet.cpp326 return std::any_of(mLayers.cbegin(), mLayers.cend(), in hasBlurBehind()
369 return std::any_of(mLayers.cbegin(), mLayers.cend(), [](const Layer& layer) { in hasKnownColorShift()
396 return std::any_of(mLayers.cbegin(), mLayers.cend(), in hasProtectedLayers()
402 std::any_of(mLayers.cbegin(), mLayers.cend(), [](const Layer& layer) { in cachingHintExcludesLayers()
/frameworks/native/include/ftl/
Dalgorithm.h47 const auto it = std::find_if(std::cbegin(container), std::cend(container),
49 if (it == std::cend(container)) return {};
Dsmall_map.h130 const_iterator end() const { return cend(); } in end()
131 const_iterator cend() const { return map_.cend(); } in cend() function
Dsmall_vector.h133 DISPATCH(const_iterator, cend, const) in DISPATCH()
354 using Iter::cend;
/frameworks/native/libs/gui/
DLayerMetadata.cpp41 if (it != mMap.cend() && it->second != entry.second) { in merge()
48 } else if (it == mMap.cend() && !entry.second.empty()) { in merge()
DBufferQueueCore.cpp380 std::find(mFreeBuffers.cbegin(), mFreeBuffers.cend(), slot) != in validateConsistencyLocked()
381 mFreeBuffers.cend(); in validateConsistencyLocked()
384 std::find(mUnusedSlots.cbegin(), mUnusedSlots.cend(), slot) != in validateConsistencyLocked()
385 mUnusedSlots.cend(); in validateConsistencyLocked()
DOccupancyTracker.cpp90 mSegmentHistory.cend()); in getSegmentHistory()
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp60 std::string::const_iterator last = anyNode->cend(); in OmxStore()
64 it1 != last && it2 != name.cend() && tolower(*it1) == tolower(*it2); in OmxStore()
DOmx.cpp120 if (codec == mParser.getCodecMap().cend()) { in allocateNode()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp464 auto it = std::find_if(extensions.cbegin(), extensions.cend(), in FindExtension()
468 return (it != extensions.cend()) ? &*it : nullptr; in FindExtension()
499 std::find_if(g_instance_layers.cbegin(), g_instance_layers.cend(), in FindLayer()
503 return (layer != g_instance_layers.cend()) ? &*layer : nullptr; in FindLayer()
Ddriver_gen.cpp584 auto end = std::cend(g_proc_hooks); in GetProcHook()
722 auto end = std::cend(g_promoted_instance_extensions); in GetInstanceExtensionPromotedVersion()
735 auto end = std::cend(g_promoted_instance_extensions); in CountPromotedInstanceExtensions()
748 auto end = std::cend(g_promoted_instance_extensions); in GetPromotedInstanceExtensions()
/frameworks/base/cmds/idmap2/idmap2/
DMain.cpp42 for (auto iter = commands.cbegin(); iter != commands.cend(); iter++) { in PrintUsage()
/frameworks/native/services/gpuservice/gpustats/
DGpuStats.cpp206 && std::find(engineNames.cbegin(), engineNames.cend(), engineName) == engineNames.cend()) { in addVulkanEngineName()
245 || std::find(targetVec.cbegin(), targetVec.cend(), extVal) == targetVec.cend()) { in insertTargetStatsArray()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DLruSet.h77 for (size_t i = 0; i < n && it != mAccessOrder.cend(); ++i) { in dump()
/frameworks/native/include/ftl/details/
Darray_traits.h112 const_iterator end() const { return cend(); } in end()
113 const_iterator cend() const { return self().end(); } in cend() function
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp332 auto it = std::find(found_apexs.cbegin(), found_apexs.cend(), false); in otapreopt_chroot()
333 if (it != found_apexs.cend()) { in otapreopt_chroot()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp181 if (present2PresentHist != layer->deltas.cend()) { in populateLayerAtom()
186 if (present2PresentDeltaHist != layer->deltas.cend()) { in populateLayerAtom()
192 if (post2presentHist != layer->deltas.cend()) { in populateLayerAtom()
197 if (acquire2presentHist != layer->deltas.cend()) { in populateLayerAtom()
202 if (latch2presentHist != layer->deltas.cend()) { in populateLayerAtom()
207 if (desired2presentHist != layer->deltas.cend()) { in populateLayerAtom()
212 if (post2acquireHist != layer->deltas.cend()) { in populateLayerAtom()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h98 std::transform(layers.cbegin(), layers.cend(), std::back_inserter(copiedLayers), in copyLayers()
289 return std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches);
DCachedSet.h105 mLayers.insert(mLayers.end(), other.mLayers.cbegin(), other.mLayers.cend()); in append()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h37 typename BufferType::const_iterator ConstEnd() { return buffer_.cend(); } in ConstEnd()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp344 mDisplayEventConnections.cend(), connection); in registerDisplayEventConnection()
345 if (it != mDisplayEventConnections.cend()) { in registerDisplayEventConnection()
358 mDisplayEventConnections.cend(), connection); in removeDisplayEventConnectionLocked()
359 if (it != mDisplayEventConnections.cend()) { in removeDisplayEventConnectionLocked()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp177 it != mRenderQueue.cend(); ++it) { in dumpRenderQueue()
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc49 return std::find_if(extensions.cbegin(), extensions.cend(), in HasExtension()
53 }) != extensions.cend(); in HasExtension()

123