/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A D | memory.h | 660 void ConstructRange(Allocator& alloc, Iterator first, Iterator last, in ConstructRange() argument 678 CopyRange(Allocator& alloc, Iterator destination, InputIterator first, InputIterator last) CopyRange() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_join_internal.h | 287 std::string JoinRange(Iterator first, Iterator last, in JoinRange() argument
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 97 struct avc_cache_stats tot, rel, last; in main() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_list.c | 174 struct cil_list_item *last = item; in cil_list_append_item() local 201 struct cil_list_item *last = item; in cil_list_prepend_item() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | hashtab.c | 148 hashtab_ptr_t cur, last; in hashtab_remove() local
|
H A D | sidtab.c | 140 sidtab_node_t *last, *cur, *temp; in sepol_sidtab_map_remove_on_error() local
|
/third_party/spirv-tools/source/util/ |
H A D | ilist.h | 317 Splice(iterator where, IntrusiveList<NodeType>* other, iterator first, iterator last) Splice() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_methods.c | 318 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deRandom.hpp | 105 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() argument 128 T Random::choose (InputIter first, InputIter last) in choose() argument 137 T Random::chooseWeighted (InputIter first, InputIter last, WeightIte argument 168 shuffle(Iterator first, Iterator last) shuffle() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-ccm.c | 66 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_auth() local 95 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_encr() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_common.c | 200 int last; in wpa_get_wowlan_triggers() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_methods.c | 320 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-ccm.c | 66 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_auth() local 95 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_encr() local
|
/third_party/zlib/examples/ |
H A D | gzjoin.c | 284 int last; /* true if processing the last block */ in gzcopy() local [all...] |
H A D | gznorm.c | 244 unsigned long last = (unsigned long)1 << prev; gzip_normalize() local [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | str_util.cpp | 158 size_t last = ind;
in Parse() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_maps.cpp | 204 size_t last = maps_.size(); in FindMapByAddr() local
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.cpp | 45 size_t last = 0; in Split() local 67 size_t last in SplitOnce() local [all...] |
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | test_result_recorder.cpp | 234 auto last = testRecord_.assertResults.back(); in Finish() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view_group.cpp | 171 void UIViewGroup::GetTargetView(const Point& point, UIView** last) in GetTargetView() argument
|
H A D | ui_scroll_view.cpp | 53 Point last = event.GetPreLastPoint(); in OnDragEndEvent() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 148 const auto last = children_.rbegin() + static_cast<SegmentVector::difference_type>(size - toIndex); in ChildMoved() local 152 const auto last = children_.begin() + static_cast<SegmentVector::difference_type>(toIndex + 1); in ChildMoved() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.cpp | 216 const auto last = children_.rbegin() + (size - toIndex); in MoveInternal() local 220 const auto last = children_.begin() + toIndex + 1; in MoveInternal() local
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 322 std::string::size_type last = 0; in Split() local
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 70 size_t last = str.find_last_not_of(whitespace); in Trim() local
|