/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 486 const u8 *rpos, *rend; in hs20_add_nai_home_realm_matches() local 494 for (rend = rpos; in hs20_add_nai_home_realm_matches() 495 rend < realm_name + realm_len; rend++) { in hs20_add_nai_home_realm_matches() 496 if (*rend == ';') in hs20_add_nai_home_realm_matches() 503 rend - rpos || in hs20_add_nai_home_realm_matches() 506 rend - rpos) != 0) in hs20_add_nai_home_realm_matches() 513 rpos = rend + 1; in hs20_add_nai_home_realm_matches()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 102 reverse_iterator rend() { return tree_.rend(); } in rend() function in absl::container_internal::btree_container 103 const_reverse_iterator rend() const { return tree_.rend(); } in rend() function in absl::container_internal::btree_container 104 const_reverse_iterator crend() const { return tree_.rend(); } in crend()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_code_emitter.cpp | 68 nspaceIter != namespaceVec.rend(); ++nspaceIter) {
in EmitEndNamespace()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mission_record.cpp | 185 for (auto iterator = pageAbilityRecords_.rbegin(); iterator != pageAbilityRecords_.rend(); ++iterator) {
in DumpMissionRecord()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | hierarchy_controller.cpp | 104 for (auto it = children.rbegin(); it != children.rend(); ++it) { in IterateChildren()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/ |
H A D | constant.h | 154 s.erase(std::find_if(s.rbegin(), s.rend(), [](int ch) { return !std::isspace(ch); }).base(), s.end()); in RightTrim()
|
/foundation/filemanagement/app_file_service/utils/src/b_tarball/ |
H A D | b_tarball_factory.cpp | 135 !equal(tarballPath.rbegin(), next(tarballPath.rbegin(), suffix.length()), suffix.rbegin(), suffix.rend())) { in GetTarballDirAndName()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | IntermTraverse.cpp | 165 for (TIntermSequence::reverse_iterator sit = sequence.rbegin(); sit != sequence.rend(); sit++) { in traverse()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 145 return std::equal(suffix.rbegin(), suffix.rend(), s.rbegin()); in EndsWith()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | IntermTraverse.cpp | 152 for(TIntermSequence::reverse_iterator sit = sequence.rbegin(); sit != sequence.rend(); sit++) in traverse()
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLCheckProgramUnrolledSize.cpp | 66 for (auto unwind = fStack.rbegin(); unwind != fStack.rend(); ++unwind) { in CheckProgramUnrolledSize()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | EncodingContext.cpp | 75 for (auto iter = mDebugGroupLabels.rbegin(); iter != mDebugGroupLabels.rend(); ++iter) { in HandleError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 180 for (auto It = ++FromBB.rbegin(); It != FromBB.rend();) { in moveInstsBottomUp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64A53Fix835769.cpp | 162 for (MachineInstr &I : make_range(FMBB->rbegin(), FMBB->rend())) in getLastNonPseudo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.cpp | 104 for (auto it = lastNavPathList_.rbegin(); it != lastNavPathList_.rend(); ++it) { in isLastListContains() 187 for (auto it = navPathList.rbegin(); it != navPathList.rend(); ++it) { in FindIndex()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 91 for (auto it = modifiers_.rbegin(); it != modifiers_.rend(); ++it) { in SetValueToStack() 245 for (auto m = values_.rbegin(); m != values_.rend(); ++m, ++index) { in RemoveValue()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 388 for (auto it = curAllSurfacesDrawables.rbegin(); it != curAllSurfacesDrawables.rend(); ++it) { in DrawAllSurfaceOpaqueRegionForDFX() 440 for (auto it = curAllSurfacesDrawables.rbegin(); it != curAllSurfacesDrawables.rend(); ++it) { in DrawTargetSurfaceVisibleRegionForDFX()
|
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 485 if (iter == value_.uint32Set->rend()) { in GetMaxValue() 537 if (iter == value_.stringSet->rend()) { in GetMaxValue()
|
/third_party/gn/src/base/ |
H A D | stl_util.h | 83 return std::adjacent_find(cont.rbegin(), cont.rend(), in STLIsSorted() 85 cont.rend(); in STLIsSorted()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 149 auto it = std::find_if(block->instructions.rbegin(), block->instructions.rend(), IsLogicalEnd); in build_merge_code() 150 assert(it != block->instructions.rend()); in build_merge_code()
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-chunk-list.h | 97 reverse_iterator rend() { return reverse_iterator::End(this); } in rend() function in v8::internal::ZoneChunkList::StartMode 103 const_reverse_iterator rend() const { in rend() function in v8::internal::ZoneChunkList::StartMode
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Debug.cpp | 382 for (auto groupIter = mGroups.rbegin(); groupIter != mGroups.rend(); groupIter++) in isMessageEnabled() 385 for (auto controlIter = controls.rbegin(); controlIter != controls.rend(); controlIter++) in isMessageEnabled()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdfrend.c | 47 #define SDF_RENDERER( rend ) ( (SDF_Renderer)rend )
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 133 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend() function in llvm::ArrayRef 328 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend() function in llvm::ArrayRef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 397 while (I != TailBB->rend()) { in splitCallSite() 477 for (auto *Pred : make_range(Preds.rbegin(), Preds.rend())) { in shouldSplitOnPredicatedArgument()
|