/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | ArrayUtils.java | 57 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 D | MyString.h | 347 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 D | huffman.c | 154 Int32 minLen, in BZ2_hbAssignCodes() 174 Int32 minLen, in BZ2_hbCreateDecodeTables()
|
H A D | decompress.c | 110 Int32 minLen, maxLen; in BZ2_decompress() local
|
H A D | compress.c | 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzFind.c | 1114 #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 D | LzFind.c | 467 #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 D | bzcat.c | 68 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 D | BZip2CompressorOutputStream.java | 670 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 D | bitset.cpp | 54 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/usetperf/ |
H A D | bitset.cpp | 54 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 D | AsyncParserNamesTest.java | 118 private String generateName(int minLen) in generateName()
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | Input.java | 31 public int minLen; field in Input
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
H A D | SerializedStringWriteTest.java | 168 private static String _generateLongName(int minLen) in _generateLongName()
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/ |
H A D | FDBigInteger.java | 805 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 D | TestStringByteConverter.java | 256 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 D | StringGenerationTest.java | 86 private String _generareMediumText(int minLen) in _generareMediumText()
|
H A D | StringGenerationFromReaderTest.java | 82 private String _generareMediumText(int minLen) in _generareMediumText()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | dtptngen_impl.h | 117 int16_t minLen; member
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | dtptngen_impl.h | 117 int16_t minLen; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | dtptngen_impl.h | 117 int16_t minLen; member
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | dtptngen_impl.h | 117 int16_t minLen; member
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayload.java | 371 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy()
|
/aosp_15_r20/system/chre/chpp/ |
H A D | app.c | 210 size_t minLen = SIZE_MAX; in chppDatagramLenIsOk() local
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | OutputConfiguration.java | 1939 int minLen = Math.min(mSurfaces.size(), other.mSurfaces.size()); in equals() local
|