Searched refs:newbuf (Results 1 – 4 of 4) sorted by relevance
76 byte[] newbuf = mPool.getBuf((count + i) * 2); in expand()77 System.arraycopy(buf, 0, newbuf, 0, count); in expand()79 buf = newbuf; in expand()
338 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
4946 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local4947 if (newbuf == nullptr) in __cxa_demangle()4954 buf = newbuf; in __cxa_demangle()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...