/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | WapPushCacheTest.java | 49 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 D | wifi_convert_test.cpp | 65 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 D | Platform.java | 36 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 D | CompactLinkedHashMap.java | 74 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 D | ObjectCountLinkedHashMap.java | 48 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 D | CompactLinkedHashSet.java | 98 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 D | MinMaxPriorityQueue.java | 141 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 D | CompactHashMap.java | 108 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 D | CompactHashSet.java | 123 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 D | Platform.java | 38 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 D | CompactLinkedHashMap.java | 79 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 D | CompactLinkedHashSet.java | 100 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 D | MinMaxPriorityQueue.java | 141 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 D | CompactHashMap.java | 112 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 D | CompactHashSet.java | 127 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 D | Platform.java | 36 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 D | SpliteratorTester.java | 234 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 D | InPlaceOpsCollisions.java | 193 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 D | impltests.cpp | 105 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 D | DaggerCollections.java | 65 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 D | RsaKemTest.java | 37 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 D | PhoneSizeSpecSourceTest.java | 140 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/ |
D | BluetoothPbapVcardManagerTest.java | 132 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 D | UltraHdrApp.java | 169 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 D | UniformOffsetCalculatorTest.cpp | 51 #define EXPECT(type, expectedAlignment, expectedSize) \ argument 68 #define EXPECT_ARRAY(type, expectedAlignment, expectedStride, expectedSize) \ argument 92 #define EXPECT_STRUCT(expectedAlignment, expectedSize, ...) \ argument
|