/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
H A D | DeployAgent.java | 243 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
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 152 val newSize = Point(1280, 960) regex 200 val newSize = Point(1280, 960) regex
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | allocators.h | 71 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc() 190 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc()
|
/aosp12/packages/modules/NeuralNetworks/tools/ion_watcher/ |
H A D | ion_watcher.cpp | 57 const int newSize = parseMemInfo("ION_heap"); in main() local
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | native_frame.cpp | 52 bool NativeFrame::Resize(int newSize) { in Resize()
|
/aosp12/system/chre/chpp/platform/linux/ |
H A D | memory.c | 75 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize) { in chppRealloc()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | LongArrayQueue.java | 66 final int newSize = GrowingArrayUtils.growSize(mSize); in grow() local
|
H A D | StateSet.java | 254 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet()
|
H A D | LongArray.java | 85 public void resize(int newSize) { in resize()
|
H A D | IntArray.java | 80 public void resize(int newSize) { in resize()
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | MediaBuffer.cpp | 62 size_t newSize = 0; in MediaBuffer() local
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/ |
H A D | DialerUtils.java | 167 public static int validateListLimitingAnchor(int newSize, int oldAnchorIndex) { in validateListLimitingAnchor()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | TouchState.cpp | 91 const size_t newSize = gestureMonitors.size() + newMonitors.size(); in addGestureMonitors() local
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | fixed_size_vector_impl.h | 197 void FixedSizeVector<ElementType, kCapacity>::resize(size_t newSize) { in resize()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
H A D | stack.h | 162 size_t newSize = GetSize() + sizeof(T) * count; in Expand() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceTracing.h | 102 void setSize(size_t newSize) { mSizeInBytes = newSize; } in setSize()
|
H A D | SurfaceTracing.cpp | 95 void SurfaceTracing::LayersTraceBuffer::reset(size_t newSize) { in reset()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | LineBreakBufferedWriter.java | 262 int newSize = buffer.length * 2 + 2; in ensureCapacity() local
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | FramebufferSurface.cpp | 85 void FramebufferSurface::resizeBuffers(const ui::Size& newSize) { in resizeBuffers()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | LongArray.java | 75 public void resize(int newSize) { in resize()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | BufferedTextOutput.cpp | 54 size_t newSize = ((len+bufferPos)*3)/2; in append() local
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | LevelListDrawable.java | 226 public void growArray(int oldSize, int newSize) { in growArray()
|
/aosp12/system/libhwbinder/ |
H A D | BufferedTextOutput.cpp | 57 size_t newSize = ((len+bufferPos)*3)/2; in append() local
|
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/ |
H A D | HlsSampleDecryptor.cpp | 93 size_t newSize = unescapeStream(nalData, nalSize); in processNal() local
|
/aosp12/frameworks/base/core/java/android/database/ |
H A D | MatrixCursor.java | 178 int newSize = data.length * 2; in ensureCapacity() local
|