/external/chromium_org/third_party/libxml/src/include/libxml/ |
xmlsave.h | 58 xmlSaveToIO (xmlOutputWriteCallback iowrite,
|
xmlIO.h | 243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
|
/external/libxml2/include/libxml/ |
xmlsave.h | 59 xmlSaveToIO (xmlOutputWriteCallback iowrite,
|
xmlIO.h | 243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbAccessoryBulkTransport.java | 63 protected void ioWrite(byte[] buffer, int offset, int count) throws IOException {
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
UsbAccessoryStreamTransport.java | 64 protected void ioWrite(byte[] buffer, int offset, int count) throws IOException {
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
Transport.java | 144 ioWrite(outputArray, 0, capacity); 150 ioWrite(outputArray, 0, mOutputBuffer.position()); 233 protected abstract void ioWrite(byte[] buffer, int offset, int count)
|
/external/mksh/src/ |
tree.c | 254 (type == IOCAT || type == IOWRITE) ? 1 : 270 case IOWRITE: 900 DT(IOWRITE)
|
syn.c | 1006 (yylval.iop->flag == IOREAD || yylval.iop->flag == IOWRITE)) {
|
lex.c | 945 iop->flag |= c == '>' ? IOWRITE : IOREAD; [all...] |
exec.c | 1315 case IOWRITE: [all...] |
sh.h | [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlsave.c | [all...] |
xmlIO.c | [all...] |
schematron.c | 168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt [all...] |
/external/libxml2/ |
xmlsave.c | [all...] |
xmlIO.c | [all...] |
schematron.c | 168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member in struct:_xmlSchematronValidCtxt [all...] |