Home
last modified time | relevance | path

Searched defs:expectedSize (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushCacheTest.java49 long expectedSize = 100L; in testGetWapMessageSize() local
61 long expectedSize = 100L; in testGetWapMessageSize_withTransactionIdAppended() local
89 long expectedSize = 0L; in testPutWapMessageSize_invalidValuePreventsInsert() local
100 long expectedSize = 100L; in testPutWapMessageSize_sizeLimitExceeded_oldestEntryRemoved() local
124 long expectedSize = 100L; in testPutWapMessageSize_expiryExceeded_entryRemoved() local
/aosp_15_r20/system/chre/chpp/test/
H A Dwifi_convert_test.cpp65 size_t expectedSize = sizeof(ChppWifiScanEventWithHeader) + in validateScanEvent() local
161 size_t expectedSize = sizeof(ChppWifiScanParamsWithHeader) + in validateScanParams() local
254 size_t expectedSize = in validateRangingParams() local
352 size_t expectedSize = sizeof(ChppWifiNanSubscribeConfigWithHeader) + in validateNanSubscribeConfig() local
389 size_t expectedSize = sizeof(ChppWifiNanDiscoveryEventWithHeader) + in validateNanDiscoveryEvent() local
420 size_t expectedSize = sizeof(ChppWifiNanRangingParamsWithHeader); in validateNanRangingParams() local
443 size_t expectedSize = sizeof(ChppWifiNanSessionLostEventWithHeader); in validateNanSessionLostEvent() local
466 size_t expectedSize = sizeof(ChppWifiNanSessionTerminatedEventWithHeader); in validateNanSessionTerminatedEvent() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DPlatform.java36 Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize()
45 Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize()
50 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize()
58 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize()
76 Map<K, V> preservesInsertionOrderOnPutsMapWithExpectedSize(int expectedSize) { in preservesInsertionOrderOnPutsMapWithExpectedSize()
H A DCompactLinkedHashMap.java74 CompactLinkedHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize()
103 CompactLinkedHashMap(int expectedSize) { in CompactLinkedHashMap()
107 CompactLinkedHashMap(int expectedSize, boolean accessOrder) { in CompactLinkedHashMap()
113 void init(int expectedSize) { in init()
121 int expectedSize = super.allocArrays(); in allocArrays() local
H A DObjectCountLinkedHashMap.java48 int expectedSize) { in createWithExpectedSize()
80 ObjectCountLinkedHashMap(int expectedSize) { in ObjectCountLinkedHashMap()
84 ObjectCountLinkedHashMap(int expectedSize, float loadFactor) { in ObjectCountLinkedHashMap()
96 void init(int expectedSize, float loadFactor) { in init()
H A DCompactLinkedHashSet.java98 int expectedSize) { in createWithExpectedSize()
130 CompactLinkedHashSet(int expectedSize) { in CompactLinkedHashSet()
135 void init(int expectedSize) { in init()
143 int expectedSize = super.allocArrays(); in allocArrays() local
H A DMinMaxPriorityQueue.java141 public static Builder<Comparable> expectedSize(int expectedSize) { in expectedSize() argument
174 private int expectedSize = UNSET_EXPECTED_SIZE; field in MinMaxPriorityQueue.Builder
186 public Builder<B> expectedSize(int expectedSize) { in expectedSize() argument
H A DCompactHashMap.java108 CompactHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize()
245 CompactHashMap(int expectedSize) { in CompactHashMap()
250 void init(int expectedSize) { in init()
267 int expectedSize = metadata; in allocArrays() local
H A DCompactHashSet.java123 int expectedSize) { in createWithExpectedSize()
210 CompactHashSet(int expectedSize) { in CompactHashSet()
215 void init(int expectedSize) { in init()
232 int expectedSize = metadata; in allocArrays() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java38 Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize()
47 Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize()
52 static <E extends @Nullable Object> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize()
65 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize()
83 Map<K, V> preservesInsertionOrderOnPutsMapWithExpectedSize(int expectedSize) { in preservesInsertionOrderOnPutsMapWithExpectedSize()
H A DCompactLinkedHashMap.java79 CompactLinkedHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize()
108 CompactLinkedHashMap(int expectedSize) { in CompactLinkedHashMap()
112 CompactLinkedHashMap(int expectedSize, boolean accessOrder) { in CompactLinkedHashMap()
118 void init(int expectedSize) { in init()
126 int expectedSize = super.allocArrays(); in allocArrays() local
H A DCompactLinkedHashSet.java100 int expectedSize) { in createWithExpectedSize()
132 CompactLinkedHashSet(int expectedSize) { in CompactLinkedHashSet()
137 void init(int expectedSize) { in init()
145 int expectedSize = super.allocArrays(); in allocArrays() local
H A DMinMaxPriorityQueue.java141 public static Builder<Comparable> expectedSize(int expectedSize) { in expectedSize() method in MinMaxPriorityQueue
174 private int expectedSize = UNSET_EXPECTED_SIZE; field in MinMaxPriorityQueue.Builder
186 public Builder<B> expectedSize(int expectedSize) { in expectedSize() method in MinMaxPriorityQueue.Builder
H A DCompactHashMap.java112 CompactHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize()
249 CompactHashMap(int expectedSize) { in CompactHashMap()
254 void init(int expectedSize) { in init()
271 int expectedSize = metadata; in allocArrays() local
H A DCompactHashSet.java127 int expectedSize) { in createWithExpectedSize()
214 CompactHashSet(int expectedSize) { in CompactHashSet()
219 void init(int expectedSize) { in init()
236 int expectedSize = metadata; in allocArrays() local
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DPlatform.java36 static <K, V> Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize()
40 static <K, V> Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize()
44 static <E> Set<E> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize()
56 static <E> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize()
72 static <K, V> Map<K, V> preservesInsertionOrderOnPutsMapWithExpectedSize(int expectedSize) { in preservesInsertionOrderOnPutsMapWithExpectedSize()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DSpliteratorTester.java234 public static <T> void runSizedTests(Spliterator<T> spliterator, int expectedSize) { in runSizedTests()
240 public static <T> void runSizedTests(Iterable<T> spliterable, int expectedSize) { in runSizedTests()
241 runSizedTests(spliterable.spliterator(), expectedSize); in runSizedTests() local
249 public static <T> void runSubSizedTests(Spliterator<T> spliterator, int expectedSize) { in runSubSizedTests()
268 public static <T> void runSubSizedTests(Iterable<T> spliterable, int expectedSize) { in runSubSizedTests()
269 runSubSizedTests(spliterable.spliterator(), expectedSize); in runSubSizedTests() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DInPlaceOpsCollisions.java193 int expectedSize = 0; in testComputeIfAbsent() local
226 assertEquals(map.size(), expectedSize, in testComputeIfAbsent() local
355 int expectedSize = 0; in testComputeNull() local
380 assertEquals(map.size(), expectedSize, in testComputeNull() local
430 int expectedSize = 0; in testMergeNull() local
455 assertEquals(map.size(), expectedSize, in testMergeNull() local
/aosp_15_r20/hardware/interfaces/graphics/mapper/stable-c/implutils/
H A Dimpltests.cpp105 constexpr int expectedSize = 5 + sizeof(int64_t) + HeaderSize; in TEST() local
125 constexpr int expectedSize = 21 + sizeof(int64_t) + HeaderSize; in TEST() local
170 const int expectedSize = in TEST() local
191 constexpr int expectedSize = firstLayoutSize + secondLayoutSize + sizeof(int64_t) + HeaderSize; in TEST() local
216 constexpr int expectedSize = sizeof(int64_t) + (8 * sizeof(int32_t)) + HeaderSize; in TEST() local
236 constexpr int expectedSize = 10 * sizeof(float) + HeaderSize; in TEST() local
256 constexpr int expectedSize = 2 * sizeof(float) + HeaderSize; in TEST() local
/aosp_15_r20/external/dagger2/java/dagger/internal/
H A DDaggerCollections.java65 static <T> HashSet<T> newHashSetWithExpectedSize(int expectedSize) { in newHashSetWithExpectedSize()
73 public static <K, V> LinkedHashMap<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize()
77 private static int calculateInitialCapacity(int expectedSize) { in calculateInitialCapacity()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
H A DRsaKemTest.java37 int expectedSize = 2048; in bigIntToByteArray_approximate() local
47 int expectedSize = 2048; in bigIntToByteArray_withALeadingZero() local
64 int expectedSize = 2048; in bigIntToByteArray_small() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhoneSizeSpecSourceTest.java140 Size expectedSize = expectedSizesEntry.getValue(); in forEveryTestCaseCheck() local
242 Size expectedSize = new Size(338, 601); in testGetSizeForAspectRatio_noOverrideMinSize() local
255 Size expectedSize = new Size(40, 71); in testGetSizeForAspectRatio_withOverrideMinSize() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java132 final int expectedSize = 5 + 1; in testGetPhonebookSize_whenTypeIsPhonebook() local
186 final int expectedSize = 3; in testGetPhonebookSize_whenTypeIsFavorites() local
198 final int expectedSize = 10; in testGetPhonebookSize_whenTypeIsSimPhonebook() local
/aosp_15_r20/external/libultrahdr/java/
H A DUltraHdrApp.java169 final int expectedSize = (lumaSampleCount + chromaSampleCount) * bpp; in fillP010ImageHandle() local
188 final int expectedSize = rgbSampleCount * bpp; in fillRGBA1010102ImageHandle() local
204 final int expectedSize = rgbSampleCount * bpp; in fillRGBAF16ImageHandle() local
220 final int expectedSize = rgbSampleCount * bpp; in fillRGBA8888Handle() local
/aosp_15_r20/external/skia/tests/graphite/
H A DUniformOffsetCalculatorTest.cpp51 #define EXPECT(type, expectedAlignment, expectedSize) \ argument
68 #define EXPECT_ARRAY(type, expectedAlignment, expectedStride, expectedSize) \ argument
92 #define EXPECT_STRUCT(expectedAlignment, expectedSize, ...) \ argument

12345678910>>...37