Home
last modified time | relevance | path

Searched defs:minLen (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java57 public static byte[] newUnpaddedByteArray(int minLen) { in newUnpaddedByteArray()
61 public static char[] newUnpaddedCharArray(int minLen) { in newUnpaddedCharArray()
66 public static int[] newUnpaddedIntArray(int minLen) { in newUnpaddedIntArray()
70 public static boolean[] newUnpaddedBooleanArray(int minLen) { in newUnpaddedBooleanArray()
74 public static long[] newUnpaddedLongArray(int minLen) { in newUnpaddedLongArray()
78 public static float[] newUnpaddedFloatArray(int minLen) { in newUnpaddedFloatArray()
82 public static Object[] newUnpaddedObjectArray(int minLen) { in newUnpaddedObjectArray()
88 public static <T> T[] newUnpaddedArray(Class<T> clazz, int minLen) { in newUnpaddedArray()
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.h347 char *GetBuf(unsigned minLen) in GetBuf()
353 char *GetBuf_SetEnd(unsigned minLen) in GetBuf_SetEnd()
644 wchar_t *GetBuf(unsigned minLen) in GetBuf()
650 wchar_t *GetBuf_SetEnd(unsigned minLen) in GetBuf_SetEnd()
901 wchar_t *GetBuf(unsigned minLen) in GetBuf()
/aosp_15_r20/external/bzip2/
H A Dhuffman.c154 Int32 minLen, in BZ2_hbAssignCodes()
174 Int32 minLen, in BZ2_hbCreateDecodeTables()
H A Ddecompress.c110 Int32 minLen, maxLen; in BZ2_decompress() local
H A Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/aosp_15_r20/external/lzma/C/
H A DLzFind.c1114 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
1120 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return distances) argument
1121 #define SKIP_HEADER(minLen) \ argument
1590 #define HC_SKIP_HEADER(minLen) \ argument
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzFind.c467 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
472 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument
473 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument
/aosp_15_r20/external/toybox/toys/other/
H A Dbzcat.c68 char minLen, maxLen; member
231 int minLen, maxLen, pp; in read_block_header() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
H A DBZip2CompressorOutputStream.java670 final int minLen, final int maxLen, in hbAssignCodes()
947 int minLen = 32; in sendMTFValues3() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/usetperf/
H A Dbitset.cpp54 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity()
/aosp_15_r20/external/icu/icu4c/source/test/perf/usetperf/
H A Dbitset.cpp54 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
H A DAsyncParserNamesTest.java118 private String generateName(int minLen) in generateName()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DInput.java31 public int minLen; field in Input
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
H A DSerializedStringWriteTest.java168 private static String _generateLongName(int minLen) in _generateLongName()
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DFDBigInteger.java805 int minLen = minuend.nWords; in leftInplaceSub() local
872 int minLen = minuend.nWords; in rightInplaceSub() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestStringByteConverter.java256 private static String getRandomString(int minLen, int maxLen, UnicodeSet repertoire) { in getRandomString()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
H A DStringGenerationTest.java86 private String _generareMediumText(int minLen) in _generareMediumText()
H A DStringGenerationFromReaderTest.java82 private String _generareMediumText(int minLen) in _generareMediumText()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Ddtptngen_impl.h117 int16_t minLen; member
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ddtptngen_impl.h117 int16_t minLen; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Ddtptngen_impl.h117 int16_t minLen; member
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddtptngen_impl.h117 int16_t minLen; member
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java371 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy()
/aosp_15_r20/system/chre/chpp/
H A Dapp.c210 size_t minLen = SIZE_MAX; in chppDatagramLenIsOk() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java1939 int minLen = Math.min(mSurfaces.size(), other.mSurfaces.size()); in equals() local

12345678