Searched refs:Iter (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | TimeLimitedMotionEventBuffer.java | 176 return new Iter(0); in listIterator() 181 return new Iter(index); in listIterator() 189 class Iter implements ListIterator<MotionEvent> { class in TimeLimitedMotionEventBuffer 193 Iter(int index) { in Iter() method in TimeLimitedMotionEventBuffer.Iter
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | repeated_field.h | 83 template <typename Iter> 84 inline int CalculateReserve(Iter begin, Iter end, std::forward_iterator_tag) { in CalculateReserve() 88 template <typename Iter> 89 inline int CalculateReserve(Iter /*begin*/, Iter /*end*/, in CalculateReserve() argument 94 template <typename Iter> 95 inline int CalculateReserve(Iter begin, Iter end) { in CalculateReserve() 96 typedef typename std::iterator_traits<Iter>::iterator_category Category; in CalculateReserve() 112 template <typename Iter> 113 RepeatedField(Iter begin, const Iter& end); 732 template <typename Iter> [all …]
|
D | map_test.cc | 421 template <typename Iter> 422 static void TestEqualIterators(Iter i0, Iter i1, Iter end) { in TestEqualIterators()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 357 static void createVerbSegments(const SkPath::Iter& pathIter, SkPath::Verb verb, in createVerbSegments() 414 SkPath::Iter pathIter(*path, false); in approximate()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 532 static PyObject* Iter(PyContainer* self) { in Iter() function 582 (getiterfunc)Iter, // tp_iter
|
/frameworks/base/config/ |
D | preloaded-classes | 6771 java.util.concurrent.ConcurrentSkipListMap$Iter
|
D | boot-image-profile.txt | 29596 HSPLjava/util/concurrent/ConcurrentSkipListMap$Iter;->advance()V 29597 HSPLjava/util/concurrent/ConcurrentSkipListMap$Iter;->hasNext()Z 39832 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;
|
D | hiddenapi-greylist-max-o.txt | 115888 Ljava/util/concurrent/ConcurrentSkipListMap$Iter; 115889 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;-><init>()V 115890 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;->advance()V 115891 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;->lastReturned:Ljava/util/concurrent/ConcurrentSki… 115892 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;->next:Ljava/util/concurrent/ConcurrentSkipListMap… 115893 Ljava/util/concurrent/ConcurrentSkipListMap$Iter;->nextValue:Ljava/lang/Object;
|