Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 7 of 7) sorted by relevance

/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java243 long newSize = readPatchHeader(patchData); in writePatchToStream() local
267 long newSize = PatchUtils.readLELong(patchData); in readPatchHeader() local
278 private static long writePatchedDataToStream(long newSize, InputStream patchData, in writePatchedDataToStream()
317 long newSize = readPatchHeader(patchData); in writePatchedDataToSession() local
/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h198 void FixedSizeVector<ElementType, kCapacity>::resize(size_t newSize) { in resize()
Ddynamic_vector_impl.h205 bool DynamicVector<ElementType>::resize(size_type newSize) { in resize()
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp143 ssize_t Assembly::resize(size_t newSize) in resize()
/system/libhwbinder/
DBufferedTextOutput.cpp58 size_t newSize = ((len+bufferPos)*3)/2; in append() local
DParcel.cpp677 size_t newSize = ((mObjectsSize+2)*3)/2; in writeObject() local
1702 size_t newSize = ((mDataSize+len)*3)/2; in growData() local
/system/core/libutils/
DString16.cpp345 void* String16::editResize(size_t newSize) { in editResize()