Searched refs:newbuf (Results 1 - 3 of 3) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java76 byte[] newbuf = mPool.getBuf((count + i) * 2);
77 System.arraycopy(buf, 0, newbuf, 0, count);
79 buf = newbuf;
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java338 mStack.newbuf();
541 mStack.newbuf();
629 mStack.newbuf();
846 mStack.newbuf(); // Switching buffer because we need to
902 mStack.newbuf(); // Leaving space for header lengh and data length
905 mStack.newbuf(); // Leaving space for Content-Type length
1070 void newbuf() { method in class:PduComposer.BufferStack
1075 throw new RuntimeException("BUG: Invalid newbuf() before copy()");
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 148 milliseconds