/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | IteratorsTest.java | 84 Iterator<String> iterator = Iterators.emptyIterator(); in testEmptyIterator() local 100 ListIterator<String> iterator = Iterators.emptyListIterator(); in testEmptyListIterator() local 133 Iterator<String> iterator = Iterators.emptyModifiableIterator(); in testEmptyModifiableIterator() local 148 Iterator<String> iterator = Iterators.emptyIterator(); in testSize0() local 153 Iterator<Integer> iterator = Collections.singleton(0).iterator(); in testSize1() local 158 Iterator<Integer> iterator = asList(1, 2, 3, 4, 5).iterator(); in testSize_partiallyConsumed() local 185 Iterator<String> iterator = Collections.singletonList("foo").iterator(); in testGetOnlyElement_noDefault_valid() local 190 Iterator<String> iterator = Iterators.emptyIterator(); in testGetOnlyElement_noDefault_empty() local 199 Iterator<String> iterator = asList("one", "two").iterator(); in testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements() local 209 Iterator<String> iterator = asList("one", "two", "three", "four", "five").iterator(); in testGetOnlyElement_noDefault_fiveElements() local [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | IteratorsTest.java | 84 Iterator<String> iterator = Iterators.emptyIterator(); in testEmptyIterator() local 100 ListIterator<String> iterator = Iterators.emptyListIterator(); in testEmptyListIterator() local 133 Iterator<String> iterator = Iterators.emptyModifiableIterator(); in testEmptyModifiableIterator() local 148 Iterator<String> iterator = Iterators.emptyIterator(); in testSize0() local 153 Iterator<Integer> iterator = Collections.singleton(0).iterator(); in testSize1() local 158 Iterator<Integer> iterator = asList(1, 2, 3, 4, 5).iterator(); in testSize_partiallyConsumed() local 185 Iterator<String> iterator = Collections.singletonList("foo").iterator(); in testGetOnlyElement_noDefault_valid() local 190 Iterator<String> iterator = Iterators.emptyIterator(); in testGetOnlyElement_noDefault_empty() local 199 Iterator<String> iterator = asList("one", "two").iterator(); in testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements() local 209 Iterator<String> iterator = asList("one", "two", "three", "four", "five").iterator(); in testGetOnlyElement_noDefault_fiveElements() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/ |
H A D | MemoryMappedFileTest.java | 103 BufferIterator iterator = memoryMappedFile.bigEndianIterator(); in testReadAfterCloseFails() local 124 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkReadByte() local 152 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkSeek() local 173 private static void seekRead(byte[] bytes, BufferIterator iterator, int offset) { in seekRead() 179 private static void seekReadExpectFailure(BufferIterator iterator, int offset) { in seekReadExpectFailure() 196 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkSkip() local 238 BufferIterator iterator = mappedFile.bigEndianIterator(); in testReadShort_bigEndian() local 260 BufferIterator iterator = mappedFile.littleEndianIterator(); in testReadShort_littleEndian() local 277 private static void checkShortFailureCases(BufferIterator iterator) { in checkShortFailureCases() 300 BufferIterator iterator = mappedFile.bigEndianIterator(); in testReadInt_bigEndian() local [all …]
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/ |
H A D | MemoryMappedFileTest.java | 102 BufferIterator iterator = memoryMappedFile.bigEndianIterator(); in testReadAfterCloseFails() local 123 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkReadByte() local 151 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkSeek() local 172 private static void seekRead(byte[] bytes, BufferIterator iterator, int offset) { in seekRead() 178 private static void seekReadExpectFailure(BufferIterator iterator, int offset) { in seekReadExpectFailure() 195 BufferIterator iterator = iteratorFactory.apply(mappedFile); in checkSkip() local 237 BufferIterator iterator = mappedFile.bigEndianIterator(); in testReadShort_bigEndian() local 259 BufferIterator iterator = mappedFile.littleEndianIterator(); in testReadShort_littleEndian() local 276 private static void checkShortFailureCases(BufferIterator iterator) { in checkShortFailureCases() 299 BufferIterator iterator = mappedFile.bigEndianIterator(); in testReadInt_bigEndian() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | SliceOperationsDataset.h | 42 struct iterator struct 44 iterator(std::vector<TensorShape>::const_iterator tensor_shapes_it, in iterator() argument 67 iterator &operator++() argument 77 std::vector<Coordinates>::const_iterator _starts_values_it; argument 78 std::vector<Coordinates>::const_iterator _ends_values_it; argument 113 struct iterator struct 115 iterator(std::vector<TensorShape>::const_iterator tensor_shapes_it, in iterator() function 152 iterator &operator++() argument 167 std::vector<Coordinates>::const_iterator _starts_values_it; argument 168 std::vector<Coordinates>::const_iterator _ends_values_it; argument [all …]
|
H A D | LSTMLayerDataset.h | 43 struct iterator struct 45 iterator(std::vector<TensorShape>::const_iterator src_it, in iterator() function 85 iterator &operator++() argument 103 std::vector<TensorShape>::const_iterator _input_weights_it; argument 104 std::vector<TensorShape>::const_iterator _recurrent_weights_it; argument 105 std::vector<TensorShape>::const_iterator _cells_bias_it; argument 106 std::vector<TensorShape>::const_iterator _output_cell_it; argument 107 std::vector<TensorShape>::const_iterator _dst_it; argument 108 std::vector<TensorShape>::const_iterator _scratch_it; argument 109 std::vector<ActivationLayerInfo>::const_iterator _infos_it; argument [all …]
|
H A D | SplitDataset.h | 42 struct iterator struct 44 iterator(std::vector<TensorShape>::const_iterator tensor_shapes_it, in iterator() function 67 iterator &operator++() argument 77 std::vector<unsigned int>::const_iterator _axis_values_it; argument 78 std::vector<unsigned int>::const_iterator _splits_values_it; argument 137 struct iterator struct 139 iterator(std::vector<TensorShape>::const_iterator tensor_shapes_it, in iterator() argument 162 iterator &operator++() argument 172 std::vector<unsigned int>::const_iterator _axis_values_it; argument 173 std::vector<std::vector<TensorShape>>::const_iterator _split_shapes_values_it; argument
|
H A D | ConvolutionLayerDataset.h | 43 struct iterator struct 45 iterator(std::vector<TensorShape>::const_iterator src_it, in iterator() argument 77 iterator &operator++() argument 91 std::vector<TensorShape>::const_iterator _weights_it; argument 92 std::vector<TensorShape>::const_iterator _biases_it; argument 93 std::vector<TensorShape>::const_iterator _dst_it; argument 94 std::vector<PadStrideInfo>::const_iterator _infos_it; argument 95 std::vector<Size2D>::const_iterator _dilation_it; argument
|
H A D | GEMMDataset.h | 42 struct iterator struct 44 iterator(std::vector<TensorShape>::const_iterator a_it, in iterator() argument 76 iterator &operator++() argument 90 std::vector<TensorShape>::const_iterator _b_it; argument 91 std::vector<TensorShape>::const_iterator _c_it; argument 92 std::vector<TensorShape>::const_iterator _dst_it; argument 93 std::vector<float>::const_iterator _alpha_it; argument 94 std::vector<float>::const_iterator _beta_it; argument
|
H A D | RNNLayerDataset.h | 43 struct iterator struct 45 iterator(std::vector<TensorShape>::const_iterator src_it, in iterator() argument 75 iterator &operator++() argument 89 std::vector<TensorShape>::const_iterator _weights_it; argument 90 std::vector<TensorShape>::const_iterator _recurrent_weights_it; argument 91 std::vector<TensorShape>::const_iterator _biases_it; argument 92 std::vector<TensorShape>::const_iterator _dst_it; argument 93 std::vector<ActivationLayerInfo>::const_iterator _infos_it; argument
|
H A D | ScaleLayerDataset.h | 43 struct iterator struct 45 iterator(std::vector<TensorShape>::const_iterator src_it, in iterator() argument 77 iterator &operator++() argument 91 std::vector<InterpolationPolicy>::const_iterator _policy_it; argument 92 std::vector<BorderMode>::const_iterator _border_mode_it; argument 93 std::vector<SamplingPolicy>::const_iterator _sampling_policy_it; argument 94 std::vector<float>::const_iterator _scale_x_it; argument 95 std::vector<float>::const_iterator _scale_y_it; argument
|
H A D | GEMMLowpFusedOffsetOutputDataset.h | 45 struct iterator struct 47 iterator(std::vector<TensorShape>::const_iterator a_it, in iterator() argument 62 std::string description() const in description() 111 std::vector<TensorShape>::const_iterator _b_it; argument 112 std::vector<TensorShape>::const_iterator _c_it; argument 113 std::vector<int32_t>::const_iterator _a_offset_it; argument 114 std::vector<int32_t>::const_iterator _b_offset_it; argument 115 std::vector<GEMMLowpOutputStageInfo>::const_iterator _output_stage_it; argument
|
H A D | GEMMLowpDataset.h | 42 struct iterator struct 44 iterator(std::vector<TensorShape>::const_iterator a_it, in iterator() argument 73 iterator &operator++() argument 86 std::vector<TensorShape>::const_iterator _b_it; argument 87 std::vector<TensorShape>::const_iterator _c_it; argument 88 std::vector<int32_t>::const_iterator _a_offset_it; argument 89 std::vector<int32_t>::const_iterator _b_offset_it; argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | value_iterators_unittest.cc | 63 using iterator = dict_iterator; in TEST() typedef 76 using iterator = dict_iterator; in TEST() typedef 90 using iterator = dict_iterator; in TEST() typedef 107 using iterator = dict_iterator; in TEST() typedef 123 using iterator = dict_iterator; in TEST() typedef 140 using iterator = dict_iterator; in TEST() typedef 153 using iterator = dict_iterator; in TEST() typedef 162 using iterator = dict_iterator; in TEST() typedef 170 using iterator = const_dict_iterator; in TEST() typedef 180 using iterator = const_dict_iterator; in TEST() typedef [all …]
|
/aosp_15_r20/external/cronet/base/ |
H A D | value_iterators_unittest.cc | 40 using iterator = dict_iterator; in TEST() typedef 53 using iterator = dict_iterator; in TEST() typedef 67 using iterator = dict_iterator; in TEST() typedef 84 using iterator = dict_iterator; in TEST() typedef 100 using iterator = dict_iterator; in TEST() typedef 117 using iterator = dict_iterator; in TEST() typedef 130 using iterator = dict_iterator; in TEST() typedef 139 using iterator = dict_iterator; in TEST() typedef 147 using iterator = const_dict_iterator; in TEST() typedef 157 using iterator = const_dict_iterator; in TEST() typedef [all …]
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathIteratorTest.java | 59 PathIterator iterator = mPath.getPathIterator(); in testIteratorExists() local 65 PathIterator iterator = mPath.getPathIterator(); in testEmptyPath() local 80 PathIterator iterator; in testMove() local 113 PathIterator iterator = mPath.getPathIterator(); in testDoneDone() local 125 PathIterator iterator = mPath.getPathIterator(); in testPeek() local 150 PathIterator iterator = mPath.getPathIterator(); in testLine() local 222 PathIterator iterator; in testQuad() local 253 PathIterator iterator; in testConic() local 285 PathIterator iterator; in testCubic() local 320 PathIterator iterator; in testClose() local [all …]
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | buffer_iterator_unittest.cc | 43 BufferIterator<char> iterator(buffer); in TEST() local 61 BufferIterator<char> iterator(buffer); in TEST() local 82 BufferIterator<char> iterator(buffer, std::numeric_limits<size_t>::max()); in TEST() local 100 BufferIterator<char> iterator(buffer); in TEST() local 108 BufferIterator<char> iterator(buffer); in TEST() local 123 BufferIterator<char> iterator(buffer); in TEST() local 136 BufferIterator<char> iterator(buffer); in TEST() local 146 BufferIterator<char> iterator(buffer); in TEST() local 161 BufferIterator<char> iterator(buffer); in TEST() local 170 BufferIterator<char> iterator( in TEST() local [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | metadata_iterators.c | 367 FLAC__Metadata_SimpleIterator *iterator = calloc(1, sizeof(FLAC__Metadata_SimpleIterator)); in FLAC__metadata_simple_iterator_new() local 383 static void simple_iterator_free_guts_(FLAC__Metadata_SimpleIterator *iterator) in simple_iterator_free_guts_() 403 FLAC_API void FLAC__metadata_simple_iterator_delete(FLAC__Metadata_SimpleIterator *iterator) in FLAC__metadata_simple_iterator_delete() 411 …SimpleIteratorStatus FLAC__metadata_simple_iterator_status(FLAC__Metadata_SimpleIterator *iterator) in FLAC__metadata_simple_iterator_status() 422 static FLAC__bool simple_iterator_prime_input_(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool … in simple_iterator_prime_input_() 492 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *iterator, co… in FLAC__metadata_simple_iterator_init() 516 …FLAC__bool FLAC__metadata_simple_iterator_is_writable(const FLAC__Metadata_SimpleIterator *iterato… in FLAC__metadata_simple_iterator_is_writable() 524 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_next(FLAC__Metadata_SimpleIterator *iterator) in FLAC__metadata_simple_iterator_next() 543 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_prev(FLAC__Metadata_SimpleIterator *iterator) in FLAC__metadata_simple_iterator_prev() 579 …API FLAC__bool FLAC__metadata_simple_iterator_is_last(const FLAC__Metadata_SimpleIterator *iterato… in FLAC__metadata_simple_iterator_is_last() [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathIteratorTest.java | 62 PathIterator iterator = mPath.getPathIterator(); in testIteratorExists() local 70 PathIterator iterator = mPath.getPathIterator(); in testEmptyPath() local 88 PathIterator iterator; in testMove() local 244 PathIterator iterator; in testQuad() local 279 PathIterator iterator; in testConic() local 315 PathIterator iterator; in testCubic() local 353 PathIterator iterator; in testClose() local 372 final PathIterator iterator = mPath.getPathIterator(); in testPathModification() local 394 PathIterator iterator = mPath.getPathIterator(); in testPointsArray() local 414 PathIterator iterator = mPath.getPathIterator(); in testPointsArrayOffset() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
D | iter_fold_impl.hpp | 41 typedef iter0 iterator; typedef 48 typedef int iterator; typedef 70 typedef iter1 iterator; typedef 77 typedef int iterator; typedef 101 typedef iter2 iterator; typedef 108 typedef int iterator; typedef 134 typedef iter3 iterator; typedef 141 typedef int iterator; typedef 169 typedef iter4 iterator; typedef 176 typedef int iterator; typedef [all …]
|
D | fold_impl.hpp | 41 typedef iter0 iterator; typedef 48 typedef int iterator; typedef 70 typedef iter1 iterator; typedef 77 typedef int iterator; typedef 101 typedef iter2 iterator; typedef 108 typedef int iterator; typedef 134 typedef iter3 iterator; typedef 141 typedef int iterator; typedef 169 typedef iter4 iterator; typedef 176 typedef int iterator; typedef [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | CollationElementIteratorTest.java | 47 CollationElementIterator iterator = coll.getCollationElementIterator(text); in testGetOffset() local 61 CollationElementIterator iterator = coll.getCollationElementIterator(text); in testNext() local 87 CollationElementIterator iterator = coll in testPrevious() local 113 CollationElementIterator iterator = coll.getCollationElementIterator(text); in testReset() local 133 CollationElementIterator iterator = rbColl.getCollationElementIterator(text); in testGetMaxExpansion() local 144 CollationElementIterator iterator = rbColl.getCollationElementIterator(text); in testPrimaryOrder() local 156 CollationElementIterator iterator = rbColl.getCollationElementIterator(text); in testSecondaryOrder() local 169 CollationElementIterator iterator = rbColl.getCollationElementIterator(text); in testTertiaryOrder() local 187 CollationElementIterator iterator = rbColl.getCollationElementIterator(text); in testSetOffset() local 198 CollationElementIterator iterator = traditionalSpanishColl.getCollationElementIterator(text); in testSetTextString() local [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
H A D | Deprecated.kt | 94 val iterator = iterator() in first() constant 104 val iterator = iterator() in firstOrNull() constant 126 val iterator = iterator() in last() constant 152 val iterator = iterator() in lastOrNull() constant 165 val iterator = iterator() in single() constant 178 val iterator = iterator() in singleOrNull() constant 449 val iterator = iterator() in maxWith() constant 463 val iterator = iterator() in minWith() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/ |
D | fold_impl_body.hpp | 96 typedef typename res_::iterator iterator; typedef 125 typedef Last iterator; typedef 150 typedef typename res_::iterator iterator; typedef 163 typedef Last iterator; typedef 207 typedef typename res_::iterator iterator; typedef 226 typedef Last iterator; in BOOST_PP_CAT() typedef 248 typedef typename res_::iterator iterator; typedef 256 typedef int iterator; typedef 278 typedef typename chunk_::iterator iterator; in BOOST_PP_CAT() typedef 327 typedef BOOST_PP_CAT(iter,n_) iterator; typedef [all …]
|
/aosp_15_r20/frameworks/base/libs/hwui/apex/ |
H A D | android_region.cpp | 23 static inline SkRegion::Iterator* ARegionIter_to_SkRegionIter(ARegionIterator* iterator) { in ARegionIter_to_SkRegionIter() 27 static inline ARegionIterator* SkRegionIter_to_ARegionIter(SkRegion::Iterator* iterator) { in SkRegionIter_to_ARegionIter() 36 void ARegionIterator_releaseIterator(ARegionIterator* iterator) { in ARegionIterator_releaseIterator() 40 bool ARegionIterator_isComplex(ARegionIterator* iterator) { in ARegionIterator_isComplex() 44 bool ARegionIterator_isDone(ARegionIterator* iterator) { in ARegionIterator_isDone() 48 void ARegionIterator_next(ARegionIterator* iterator) { in ARegionIterator_next() 52 ARect ARegionIterator_getRect(ARegionIterator* iterator) { in ARegionIterator_getRect() 57 ARect ARegionIterator_getTotalBounds(ARegionIterator* iterator) { in ARegionIterator_getTotalBounds()
|