Home
last modified time | relevance | path

Searched refs:newbuf (Results 1 – 4 of 4) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java76 byte[] newbuf = mPool.getBuf((count + i) * 2); in expand()
77 System.arraycopy(buf, 0, newbuf, 0, count); in expand()
79 buf = newbuf; in expand()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduComposer.java338 mStack.newbuf(); in appendEncodedString()
541 mStack.newbuf(); in appendHeader()
629 mStack.newbuf(); in appendHeader()
846 mStack.newbuf(); // Switching buffer because we need to in makeMessageBody()
902 mStack.newbuf(); // Leaving space for header lengh and data length in makeMessageBody()
905 mStack.newbuf(); // Leaving space for Content-Type length in makeMessageBody()
1070 void newbuf() { in newbuf() method in PduComposer.BufferStack
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4946 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local
4947 if (newbuf == nullptr) in __cxa_demangle()
4954 buf = newbuf; in __cxa_demangle()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...