/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | MyString.h | 363 void ReleaseBuf_SetLen(unsigned newLen) { _len = newLen; } in ReleaseBuf_SetLen() 364 void ReleaseBuf_SetEnd(unsigned newLen) { _len = newLen; _chars[newLen] = 0; } in ReleaseBuf_SetEnd() 660 void ReleaseBuf_SetLen(unsigned newLen) { _len = newLen; } in ReleaseBuf_SetLen() 661 void ReleaseBuf_SetEnd(unsigned newLen) { _len = newLen; _chars[newLen] = 0; } in ReleaseBuf_SetEnd() 907 void ReleaseBuf_SetLen(unsigned newLen) { _len = newLen; } in ReleaseBuf_SetLen()
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
H A D | TextBuffer.java | 749 int newLen = oldLen + (oldLen >> 1); in finishCurrentSegment() local 770 int newLen = len + (len >> 1); in expandCurrentSegment() local 856 int newLen = oldLen + (oldLen >> 1); in expand() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | slice.go | 177 func growslice(oldPtr unsafe.Pointer, newLen, oldCap, num int, et *_type) slice { argument 289 func nextslicecap(newLen, oldCap int) int { argument
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | SDE.java | 285 int newLen = len == 0? INIT_SIZE_LINE : len * 2; in assureLineTableSize() local 301 int newLen = len == 0? INIT_SIZE_FILE : len * 2; in assureFileTableSize() local 317 int newLen = len == 0? INIT_SIZE_STRATUM : len * 2; in assureStratumTableSize() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | edits.cpp | 507 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in next() local 599 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in previous() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | edits.cpp | 507 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in next() local 599 int32_t newLen = (u >> 9) & MAX_SHORT_CHANGE_NEW_LENGTH; in previous() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | utransts.c | 104 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace() local 116 int32_t newLen = Xlength(rep) + limit - start; in Xcopy() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | utransts.c | 104 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace() local 116 int32_t newLen = Xlength(rep) + limit - start; in Xcopy() local
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | MessageFactory.cpp | 31 const auto newLen = impl::align(msg->nlmsg_len) + impl::align(totalAttrLen); in add() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/usetperf/ |
H A D | bitset.cpp | 55 uint32_t newLen = len; in ensureCapacity() local
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/usetperf/ |
H A D | bitset.cpp | 55 uint32_t newLen = len; in ensureCapacity() local
|
/aosp_15_r20/frameworks/base/identity/java/android/security/identity/ |
H A D | Util.java | 44 int newLen = value.length - n; in stripLeadingZeroes() local
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | network_name.cpp | 87 uint8_t newLen = static_cast<uint8_t>(StringLength(data.GetBuffer(), data.GetLength())); in Set() local
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lzma/ |
H A D | LZMAEncoderFast.java | 131 int newLen = matches.len[matches.count - 1]; in getNextSymbol() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | DeflateEncoder.cpp | 395 UInt32 newLen = 0; in GetOptimal() local 661 UInt32 newLen = len - kMatchMinLen; in TryBlock() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | MultidimensionalCounter.java | 310 private int[] copyOf(int[] source, int newLen) { in copyOf()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | ReplaceableTest.java | 161 void fixStyles(int start, int limit, int newLen) { in fixStyles()
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | ReplaceableTest.java | 158 void fixStyles(int start, int limit, int newLen) { in fixStyles()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | ByteStream.java | 191 int newLen = buf.length << 1; in enlarge() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
H A D | PowellOptimizer.java | 292 private double[] copyOf(double[] source, int newLen) { in copyOf()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | DnsSdTxtRecord.java | 172 int newLen, avLen; in insert() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/ |
D | builtin.go | 131 func walkGrowslice(slice *ir.Name, init *ir.Nodes, oldPtr, newLen, oldCap, num ir.Node) *ir.CallExp… argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_vs_draw.c | 296 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100; in r300_draw_init_vertex_shader() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_pstipple.c | 380 const unsigned newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS; in util_pstipple_create_fragment_shader() local
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
H A D | Utils.java | 102 int newLen = 0; in extract() local
|