Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/av/media/libstagefright/include/
H A DID3.h49 struct Iterator { struct
61 char *mID;
62 size_t mOffset;
64 const uint8_t *mFrameData;
65 size_t mFrameSize;
73 Iterator &operator=(const Iterator &);
/aosp12/system/bt/gd/packet/
H A Diterator.cc25 Iterator<little_endian>::Iterator(const std::forward_list<View>& data, size_t offset) { in Iterator() function in bluetooth::packet::Iterator
161 template class Iterator<true>; variable
162 template class Iterator<false>; variable
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorageReader.java92 private static final class Iterator implements java.util.Iterator { class in ClipStorageReader
95 private Iterator(Scanner scanner) { in Iterator() method in ClipStorageReader.Iterator
/aosp12/system/bt/packet/base/
H A Diterator.cc25 Iterator::Iterator(std::shared_ptr<const Packet> packet, size_t i) { in Iterator() function in bluetooth::Iterator
33 Iterator::Iterator(const Iterator& itr) { *this = itr; } in Iterator() function in bluetooth::Iterator
H A Dpacket.h31 friend class Iterator; variable
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h125 typedef GenericMemberIterator Iterator; typedef
/aosp12/frameworks/av/include/drm/
H A DDrmInfo.h82 explicit Iterator(const DrmInfo* drmInfo) in Iterator() function
H A DDrmMetadata.h60 explicit Iterator(DrmMetadata* drmMetadata) : mDrmMetadata(drmMetadata), mIndex(0) {} in Iterator() function
H A DDrmInfoRequest.h96 explicit Iterator(const DrmInfoRequest* drmInfoRequest) in Iterator() function
H A DDrmConstraints.h96 explicit Iterator(DrmConstraints* drmConstraints) in Iterator() function
/aosp12/frameworks/av/drm/common/
H A DDrmMetadata.cpp96 DrmMetadata::Iterator::Iterator(const DrmMetadata::Iterator& iterator) : in Iterator() function in DrmMetadata::Iterator
H A DDrmInfoRequest.cpp86 DrmInfoRequest::Iterator::Iterator(const DrmInfoRequest::Iterator& iterator) : in Iterator() function in DrmInfoRequest::Iterator
H A DDrmConstraints.cpp92 DrmConstraints::Iterator::Iterator(const DrmConstraints::Iterator& iterator) : in Iterator() function in DrmConstraints::Iterator
H A DDrmInfo.cpp91 DrmInfo::Iterator::Iterator(const DrmInfo::Iterator& iterator) in Iterator() function in DrmInfo::Iterator
/aosp12/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp133 std::unique_ptr<IFileCollectionIterator> FileCollection::Iterator() { in Iterator() function in aapt::io::FileCollection
H A DZipArchive.cpp156 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { in Iterator() function in aapt::io::ZipFileCollection
/aosp12/system/core/libutils/include/utils/
H A DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator() function
/aosp12/system/chre/util/tests/
H A Dfixed_size_vector_test.cc199 TEST(FixedSizeVector, Iterator) { in TEST() argument
H A Dpriority_queue_test.cc234 TEST(PriorityQueuetest, Iterator) { in TEST() argument
H A Ddynamic_vector_test.cc517 TEST(DynamicVector, Iterator) { in TEST() argument
/aosp12/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp213 TEST_F(MapPtrTest, Iterator) { in TEST_F() argument
/aosp12/frameworks/av/media/libstagefright/id3/
H A DID3.cpp503 ID3::Iterator::Iterator(const ID3 &parent, const char *id) in Iterator() function in android::ID3::Iterator
/aosp12/art/dexlayout/
H A Ddex_ir.h126 Iterator(const std::vector<T>& vector, in Iterator() function
132 Iterator() : vector_(nullptr), position_(0U), iterator_end_(0U) { } in Iterator() function
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp858 C2FieldUtils::Iterator::Iterator(std::shared_ptr<Impl> impl) in Iterator() function in C2FieldUtils::Iterator
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...

12