Home
last modified time | relevance | path

Searched defs:newBuf (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.cpp410 char *newBuf = MY_STRING_NEW_char((size_t)newLimit + 1); in ReAlloc() local
551 char *newBuf = MY_STRING_NEW_char(1 + 1); in operator =() local
568 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); in operator =() local
585 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); in operator =() local
610 char *newBuf = MY_STRING_NEW_char((size_t)len + 1); in SetFromWStr_if_Ascii() local
1021 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)newLimit + 1); in ReAlloc() local
1186 wchar_t *newBuf = MY_STRING_NEW_wchar_t(1 + 1); in operator =() local
1203 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); in operator =() local
1220 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); in operator =() local
1273 wchar_t *newBuf = MY_STRING_NEW_wchar_t((size_t)len + 1); in SetFromBstr() local
[all …]
H A DDynLimBuf.cpp43 Byte *newBuf = (Byte *)MyAlloc(n); in operator +=() local
79 Byte *newBuf = (Byte *)MyAlloc(n); in operator +=() local
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dproto_ring_buffer.ts80 const newBuf = new Uint8Array(newSize); constant
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dproto_ring_buffer.ts82 const newBuf = new Uint8Array(newSize); constant
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dos_memory_aligned.h121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dos_memory_aligned.h121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned() local
/aosp_15_r20/device/google/contexthub/lib/nanohub/
Dnanoapp.c29 void *newBuf = realloc(buf, bufSz); in reallocOrDie() local
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DCommandBufferStagingStream.cpp120 unsigned char* newBuf = static_cast<unsigned char*>(newMemory.ptr); in CommandBufferStagingStream() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransaction_test.cpp107 sp<GraphicBuffer> newBuf; in TEST_F() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp249 WideTextBuffer newBuf; in RegenerateFormFile_Changed() local
/aosp_15_r20/dalvik/tools/hprof-conv/
H A DHprofConv.c125 ExpandBuf* newBuf = (ExpandBuf*) malloc(sizeof(ExpandBuf)); in ebAlloc() local
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp1286 sp<ABuffer> oldBuf, newBuf; in supportsSeamlessAudioFormatChange() local
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A DGraphicsTracker.cpp120 AHardwareBuffer *newBuf; in migrateBuffer() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DScanner.java929 CharBuffer newBuf = CharBuffer.allocate(newSize); in makeSpace() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DScanner.java929 CharBuffer newBuf = CharBuffer.allocate(newSize); in makeSpace() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DScanner.java929 CharBuffer newBuf = CharBuffer.allocate(newSize); in makeSpace() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Drematch.cpp2007 char16_t *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Drematch.cpp2005 char16_t *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace() local
/aosp_15_r20/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jvnet/staxex/stax-ex/1.8.1/
HDstax-ex-1.8.1.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jvnet/ org/ ...
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c493 void* const newBuf = realloc(wr->buffers, newSize); in WR_addBufDesc() local
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c2072 char *newBuf; in XML_GetBuffer() local
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c2112 char *newBuf; in XML_GetBuffer() local
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c2175 char *newBuf; in XML_GetBuffer() local

1234