/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlprinter.h | 41 static void PrintXml(std::ostream * pout, const XmlElement * pelt); 43 static void PrintXml(std::ostream * pout, const XmlElement * pelt,
|
xmlprinter.cc | 41 XmlPrinterImpl(std::ostream * pout, 54 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element) { 55 PrintXml(pout, element, NULL, 0); 59 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element, 61 XmlPrinterImpl printer(pout, xmlns, xmlnsCount); 65 XmlPrinterImpl::XmlPrinterImpl(std::ostream * pout, 67 pout_(pout),
|
xmlelement.cc | 500 std::ostream * pout, std::string xmlns[], int xmlnsCount) const { 501 XmlPrinter::PrintXml(pout, this, xmlns, xmlnsCount);
|
xmlelement.h | 220 void Print(std::ostream * pout, std::string xmlns[], int xmlnsCount) const;
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlprinter.h | 41 static void PrintXml(std::ostream* pout, const XmlElement* pelt); 43 static void PrintXml(std::ostream* pout, const XmlElement* pelt,
|
xmlprinter.cc | 42 XmlPrinterImpl(std::ostream* pout, XmlnsStack* ns_stack); 53 void XmlPrinter::PrintXml(std::ostream* pout, const XmlElement* element) { 55 PrintXml(pout, element, &ns_stack); 58 void XmlPrinter::PrintXml(std::ostream* pout, const XmlElement* element, 60 XmlPrinterImpl printer(pout, ns_stack); 64 XmlPrinterImpl::XmlPrinterImpl(std::ostream* pout, XmlnsStack* ns_stack) 65 : pout_(pout),
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_lib.c | 194 static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, 199 *pout = OPENSSL_malloc(min_len); 200 if (!*pout) 202 if (RAND_SSLeay()->bytes(*pout, min_len) <= 0) 204 OPENSSL_free(*pout); 205 *pout = NULL; 224 static size_t drbg_get_adin(DRBG_CTX *ctx, unsigned char **pout) 230 *pout = buf;
|
/external/openssl/crypto/rand/ |
rand_lib.c | 194 static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, 199 *pout = OPENSSL_malloc(min_len); 200 if (!*pout) 202 if (RAND_SSLeay()->bytes(*pout, min_len) <= 0) 204 OPENSSL_free(*pout); 205 *pout = NULL; 224 static size_t drbg_get_adin(DRBG_CTX *ctx, unsigned char **pout) 230 *pout = buf;
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 73 final PipedOutputStream pout = new PipedOutputStream(); local 74 PipedInputStream pin = new PipedInputStream(pout); 80 out = new DeflaterOutputStream(pout, flushing); 82 out = new GZIPOutputStream(pout, flushing);
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
GZIPOutputStreamTest.java | 165 PipedOutputStream pout = new PipedOutputStream(); local 166 PipedInputStream pin = new PipedInputStream(pout); 167 GZIPOutputStream out = new GZIPOutputStream(pout);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PipedInputStreamTest.java | 42 public PWriter(PipedOutputStream pout, int nbytes) { 43 pos = pout; 119 PipedOutputStream pout = new PipedOutputStream(pin); local 124 pout.write(i);
|
ObjectInputStreamTest.java | 938 PipedOutputStream pout = new PipedOutputStream(); local 939 PipedInputStream pin = new PipedInputStream(pout); 940 ObjectOutputStream out = new ObjectOutputStream(pout); 1071 PipedOutputStream pout = new PipedOutputStream(); local [all...] |
/external/dropbear/ |
scp.c | 171 int pin[2], pout[2], reserved[2]; local 188 if (pipe(pout) < 0) 215 close(pout[0]); 217 dup2(pout[1], 1); 219 close(pout[1]); 258 close(pout[1]); 259 *fdin = pout[0];
|
/external/openssh/ |
scp.c | 231 int pin[2], pout[2], reserved[2]; local 249 if (pipe(pout) < 0) 265 close(pout[0]); 267 dup2(pout[1], 1); 269 close(pout[1]); 289 close(pout[1]); 290 *fdin = pout[0];
|
sshconnect.c | 88 int pin[2], pout[2]; local 111 if (pipe(pin) < 0 || pipe(pout) < 0) 131 close(pout[0]); 132 if (dup2(pout[1], 1) < 0) 135 close(pout[1]); 159 close(pout[1]); 165 packet_set_connection(pout[0], pin[1]); [all...] |
session.c | 453 int pin[2], pout[2], perr[2]; local 463 if (pipe(pout) < 0) { 474 close(pout[0]); 475 close(pout[1]); 507 close(pout[0]); 508 close(pout[1]); 543 close(pout[0]); 544 if (dup2(pout[1], 1) < 0) 546 close(pout[1]); 605 close(pout[1]) [all...] |
sftp.c | 2012 int pin[2], pout[2]; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
regressions.py | 153 pin, pout, perr = os.popen3(cmd) 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 937 PipedOutputStream pout = new PipedOutputStream(); local 938 PipedInputStream pin = new PipedInputStream(pout); 939 ObjectOutputStream out = new ObjectOutputStream(pout); 1070 PipedOutputStream pout = new PipedOutputStream(); local [all...] |
/system/core/sh/ |
parser.c | 1400 char *pout; local 1406 STARTSTACKSTR(pout); 1433 STPUTC('\\', pout); 1449 STPUTC(pc, pout); 1452 STPUTC('\0', pout); 1453 psavelen = pout - stackblock(); 1455 pstr = grabstackstr(pout); [all...] |
/external/libppp/src/ |
command.c | 523 unsigned long long oin, oout, pin, pout; local 538 pout = bundle->ncp.ipcp.throughput.PacketsOut; 543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; 590 nargv[arg] = substull(nargv[arg], "PACKETSOUT", pout); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |