/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | camera_host_service_callback.cpp | 31 auto itr = std::find_if(cameraIdInfoList_.begin(), cameraIdInfoList_.end(), in OnCameraStatus() 48 auto itr = std::find_if(cameraIdInfoList_.begin(), cameraIdInfoList_.end(), in OnFlashlightStatus() 65 auto itr = std::find_if(cameraIdInfoList_.begin(), cameraIdInfoList_.end(), in OnCameraEvent() 84 auto itr = std::find_if(cameraIdInfoList_.begin(), cameraIdInfoList_.end(), in OnCameraEvent()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_mgr_impl.cpp | 35 auto it = std::find_if(streams_.begin(), streams_.end(), [info](const std::unique_ptr<HostStream>& s) { in CreateHostStream() 58 auto it = std::find_if(streams_.begin(), streams_.end(), [streamId](const std::unique_ptr<HostStream>& s) { in DestroyHostStream() 87 auto it = std::find_if(streams_.begin(), streams_.end(), in GetStreamInfo() 97 auto it = std::find_if(streams_.begin(), streams_.end(), [streamId](const std::unique_ptr<HostStream>& s) { in GetBufferCb()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TargetRegistry.cpp | 32 auto I = find_if(targets(), in lookupTarget() 71 auto I = find_if(targets(), ArchMatch); in lookupTarget() 78 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 33 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) { in CostTableLookup() 56 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) { in ConvertCostTableLookup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLContext.h | 192 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [](const DevicePtr &ptr) { in supportsImages() 199 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [](const DevicePtr &ptr) { in supportsIL() 206 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [&](const DevicePtr &ptr) {
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_loop_tracking.cpp | 45 auto it = std::find_if(trackingBufferList_.begin(), trackingBufferList_.end(), in FindTrackingBuffer() 69 auto it = std::find_if(trackingBufferList_.begin(), trackingBufferList_.end(), in DetachTrackingBuffer() 108 auto it = std::find_if(trackingNodeList_.begin(), trackingNodeList_.end(), in FindTrackingNode() 273 auto it = std::find_if( in FindTrackingStream() 332 auto it = std::find_if(trackingStreamList_.begin(), trackingStreamList_.end(), in DeleteTrackingStream()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
H A D | stream_pipeline_strategy.cpp | 59 auto peerNode = std::find_if(pipe.nodeSpecSet_.begin(), pipe.nodeSpecSet_.end(), in SetUpBasicOutPortFormat() 67 auto peerPort = std::find_if(peerNode->portSpecSet_.begin(), peerNode->portSpecSet_.end(), in SetUpBasicOutPortFormat() 82 auto outPort = std::find_if(nodeSpec.portSpecSet_.begin(), nodeSpec.portSpecSet_.end(), in SetUpBasicInPortFormat() 206 auto nextNode = std::find_if(pipelineSpec_->nodeSpecSet_.begin(), in PrintConnection() 224 auto node = std::find_if(pipelineSpec_->nodeSpecSet_.begin(), pipelineSpec_->nodeSpecSet_.end(), in CombineSpecs()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/merge_node/ |
H A D | merge_node.cpp | 90 auto tmpFrame_2 = std::find_if(mergeVec_.begin(), mergeVec_.end(), in DealSecondBuffer() 125 auto tmpFrame = std::find_if(mergeVec_.begin(), mergeVec_.end(), in MergeBuffers()
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.cc | 15 auto it = std::find_if(observers_.begin(), observers_.end(), in AddAllocationObserver() 44 auto it = std::find_if(observers_.begin(), observers_.end(), in RemoveAllocationObserver()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction() 131 assert(std::find_if(std::next(BlockAddressUseIt), BB.use_end(), in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 192 const auto &Modifier = std::find_if( in getName() 203 const auto &Modifier = std::find_if( in getKindByName()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/ |
H A D | node_base.cpp | 123 auto it = std::find_if(portVec_.begin(), portVec_.end(), in GetPort() 236 auto it = std::find_if(outPorts.begin(), outPorts.end(), in DeliverBuffer() 252 auto it = std::find_if(outPorts.begin(), outPorts.end(), in DeliverBuffers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 200 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 226 return ArrayRef<T>(begin(), find_if(*this, Pred)); in take_until() 376 return MutableArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 404 return MutableArrayRef<T>(begin(), find_if(*this, Pred)); in take_until()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 217 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 243 return ArrayRef<T>(begin(), find_if(*this, Pred)); in take_until() 392 return MutableArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 420 return MutableArrayRef<T>(begin(), find_if(*this, Pred)); in take_until()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_algorithm.h | 12 #define FIND_IF(c, lambda) (std::find_if(std::begin(c), std::end(c), lambda))
|
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 130 auto it = std::find_if( in ReturnBuffer() 175 std::find_if(context_->restRequests.begin(), context_->restRequests.end(), in CheckCaptureIdExist()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() 251 auto AttrDescriptorI = std::find_if( in ParseSectionSpecifier()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 203 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 163 auto where = std::find_if(begin(), end(), [&value](const EValue& e) { in operator []() 178 auto where = std::find_if(begin(), end(), [&name](const EValue& e) { in at()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 220 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 232 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 163 auto where = std::find_if(begin(), end(), [&value](const EValue& e) { in operator []() 178 auto where = std::find_if(begin(), end(), [&name](const EValue& e) { in at()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | assembly_grammar.cpp | 220 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 232 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 203 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 225 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 237 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 208 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 211 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|