Home
last modified time | relevance | path

Searched defs:last (Results 226 - 250 of 1007) sorted by relevance

12345678910>>...41

/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h660 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 Dstr_join_internal.h287 std::string JoinRange(Iterator first, Iterator last, in JoinRange() argument
/third_party/selinux/libselinux/utils/
H A Davcstat.c97 struct avc_cache_stats tot, rel, last; in main() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_list.c174 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 Dhashtab.c148 hashtab_ptr_t cur, last; in hashtab_remove() local
H A Dsidtab.c140 sidtab_node_t *last, *cur, *temp; in sepol_sidtab_map_remove_on_error() local
/third_party/spirv-tools/source/util/
H A Dilist.h317 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 Deap_methods.c318 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.hpp105 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 Daes-ccm.c66 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 Ddriver_common.c200 int last; in wpa_get_wowlan_triggers() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c320 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-ccm.c66 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 Dgzjoin.c284 int last; /* true if processing the last block */ in gzcopy() local
[all...]
H A Dgznorm.c244 unsigned long last = (unsigned long)1 << prev; gzip_normalize() local
[all...]
/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp158 size_t last = ind; in Parse() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp204 size_t last = maps_.size(); in FindMapByAddr() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp45 size_t last = 0; in Split() local
67 size_t last in SplitOnce() local
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.cpp234 auto last = testRecord_.assertResults.back(); in Finish() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp171 void UIViewGroup::GetTargetView(const Point& point, UIView** last) in GetTargetView() argument
H A Dui_scroll_view.cpp53 Point last = event.GetPreLastPoint(); in OnDragEndEvent() local
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp148 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 Dcontainer_base.cpp216 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 Dhls_tags.cpp322 std::string::size_type last = 0; in Split() local
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp70 size_t last = str.find_last_not_of(whitespace); in Trim() local

Completed in 15 milliseconds

12345678910>>...41