Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 25 of 1711) sorted by relevance

12345678910>>...69

/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp1227 const int maxSize = 340; in OutputDouble() local
1293 const int maxSize = 300; in OutputConstantUnion() local
1302 const int maxSize = 300; in OutputConstantUnion() local
1311 const int maxSize = 300; in OutputConstantUnion() local
1320 const int maxSize = 300; in OutputConstantUnion() local
1329 const int maxSize = 300; in OutputConstantUnion() local
1338 const int maxSize = 300; in OutputConstantUnion() local
1347 const int maxSize = 300; in OutputConstantUnion() local
1356 const int maxSize = 300; in OutputConstantUnion() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DintermOut.cpp1075 const int maxSize = 340; in OutputDouble() local
1141 const int maxSize = 300; in OutputConstantUnion() local
1150 const int maxSize = 300; in OutputConstantUnion() local
1159 const int maxSize = 300; in OutputConstantUnion() local
1168 const int maxSize = 300; in OutputConstantUnion() local
1177 const int maxSize = 300; in OutputConstantUnion() local
1186 const int maxSize = 300; in OutputConstantUnion() local
1195 const int maxSize = 300; in OutputConstantUnion() local
1204 const int maxSize = 300; in OutputConstantUnion() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
H A DLruCache.java81 private int maxSize; field in LruCache
94 public LruCache(int maxSize) { in LruCache()
107 public void resize(int maxSize) { in resize()
208 public void trimToSize(int maxSize) { in trimToSize()
345 public synchronized final int maxSize() { in maxSize() method in LruCache
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DLruCache.java71 private int maxSize; field in LruCache
84 public LruCache(int maxSize) { in LruCache()
97 public void resize(int maxSize) { in resize()
198 public void trimToSize(int maxSize) { in trimToSize()
333 public synchronized final int maxSize() { in maxSize() method in LruCache
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java51 String encoding, String pixel, String maxSize, String transformation) { in parseVariant()
63 BipEncoding encoding, BipPixel pixel, int maxSize, BipTransformation transformation) { in createVariant()
109 int maxSize, in BipImageFormat()
124 String maxSize, in BipImageFormat()
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DSocket.cpp90 bool Socket::increaseReceiveBuffer(size_t maxSize) { in increaseReceiveBuffer()
100 std::optional<Buffer<nlmsghdr>> Socket::receive(size_t maxSize) { in receive()
104 std::pair<std::optional<Buffer<nlmsghdr>>, sockaddr_nl> Socket::receiveFrom(size_t maxSize) { in receiveFrom()
154 size_t maxSize) { in receive()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DParseErrorList.java13 private final int maxSize; field in ParseErrorList
15 ParseErrorList(int initialCapacity, int maxSize) { in ParseErrorList()
41 public static ParseErrorList tracking(int maxSize) { in tracking()
/aosp_15_r20/external/angle/src/tests/preprocessor_tests/
H A Dinput_test.cpp80 int maxSize = 1; in TEST() local
118 int maxSize = 1; in TEST() local
158 size_t maxSize = 5; in TEST() local
172 size_t maxSize = 11; in TEST() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DEvictingQueue.java52 @VisibleForTesting final int maxSize; field in EvictingQueue
54 private EvictingQueue(int maxSize) { in EvictingQueue()
66 public static <E> EvictingQueue<E> create(int maxSize) { in create()
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DEvictingQueue.java52 @VisibleForTesting final int maxSize; field in EvictingQueue
54 private EvictingQueue(int maxSize) { in EvictingQueue()
66 public static <E> EvictingQueue<E> create(int maxSize) { in create()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/log/
DLogBufferFactory.java26 java.lang.String name, int maxSize, boolean systrace, boolean alwaysLogToLogcat) { in create()
33 java.lang.String name, int maxSize) { in create()
40 java.lang.String name, int maxSize, boolean systrace) { in create()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DCameraExtensionSessionTest.java188 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testBasicExtensionLifecycle() local
237 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testCloseCaptureSession() local
303 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testCloseExtensionSession() local
364 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testGetDevice() local
422 Size maxSize = in testRepeatingCapture() local
549 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testPostviewAndCapture() local
790 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in test10bitRepeatingAndCaptureCombined() local
1113 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testMultiFrameCapture() local
1324 Size maxSize = CameraTestUtils.getMaxSize(extensionSizes.toArray(new Size[0])); in testConcurrentSessions() local
2175 Size maxSize = in testAFMetering() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
H A DBasicLruCache.java30 private final int maxSize; field in BasicLruCache.CacheMap
32 private CacheMap(int maxSize) { in CacheMap()
45 public BasicLruCache(int maxSize) { in BasicLruCache()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java450 String headers, String footers, String filename, int maxSize, in addLastkToDropBox()
467 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox()
473 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox()
508 String filename, int maxSize) { in addTextToDropBox()
515 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
551 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
/aosp_15_r20/libcore/luni/src/main/java/libcore/util/
H A DBasicLruCache.java31 private final int maxSize; field in BasicLruCache
34 public BasicLruCache(int maxSize) { in BasicLruCache()
100 private void trimToSize(int maxSize) { in trimToSize()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/internal/
H A DControllableInputStream.java24 private final int maxSize; field in ControllableInputStream
31 private ControllableInputStream(BufferedInputStream in, int maxSize) { in ControllableInputStream()
49 public static ControllableInputStream wrap(InputStream in, int bufferSize, int maxSize) { in wrap()
H A DConstrainableInputStream.java20 private final int maxSize; field in ConstrainableInputStream
26 private ConstrainableInputStream(InputStream in, int bufferSize, int maxSize) { in ConstrainableInputStream()
42 public static ConstrainableInputStream wrap(InputStream in, int bufferSize, int maxSize) { in wrap()
/aosp_15_r20/external/zstd/contrib/pzstd/utils/
H A DWorkQueue.h109 void setMaxSize(std::size_t maxSize) { in setMaxSize()
147 BufferWorkQueue(std::size_t maxSize = 0) : queue_(maxSize), size_(0) {} in queue_() argument
162 void setMaxSize(std::size_t maxSize) { in setMaxSize()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowHttpResponseCache.java26 private long maxSize; field in ShadowHttpResponseCache
32 protected static HttpResponseCache install(File directory, long maxSize) { in install()
52 protected long maxSize() { in maxSize() method in ShadowHttpResponseCache
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DDiskLruCacheWrapper.java30 private final int maxSize; field in DiskLruCacheWrapper
42 public static synchronized DiskCache get(File directory, int maxSize) { in get()
50 protected DiskLruCacheWrapper(File directory, int maxSize) { in DiskLruCacheWrapper()
/aosp_15_r20/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/
H A DAndroidShimResponseCache.java44 public static AndroidShimResponseCache create(File directory, long maxSize) throws IOException { in create()
49 public boolean isEquivalent(File directory, long maxSize) { in isEquivalent()
97 public long maxSize() { in maxSize() method in AndroidShimResponseCache
/aosp_15_r20/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
H A DAndroidShimResponseCache.java42 public static AndroidShimResponseCache create(File directory, long maxSize) throws IOException { in create()
47 public boolean isEquivalent(File directory, long maxSize) { in isEquivalent()
95 public long maxSize() { in maxSize() method in AndroidShimResponseCache
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPhoneSizeSpecSource.kt180 val maxSize = getMaxSize(aspectRatio) in getDefaultSize() constant
198 val maxSize = getMaxSize(aspectRatio) in getMinSize() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewPool.java46 int layoutId, int maxSize, int initialSize) { in ViewPool()
48 parent, layoutId, maxSize, initialSize); in ViewPool() local
53 int layoutId, int maxSize, int initialSize) { in ViewPool()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/
H A DListMutatorFactory.java54 int maxSize = withSize.map(WithSize::max).orElse(ListMutator.DEFAULT_MAX_SIZE); in tryCreate() local
66 private final int maxSize; field in ListMutatorFactory.ListMutator
68 ListMutator(SerializingMutator<T> elementMutator, int minSize, int maxSize) { in ListMutator()

12345678910>>...69