Searched defs:out (Results 126 - 136 of 136) sorted by relevance

123456

/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
/vbox/include/VBox/
H A DVBoxVideo.h576 } out; member in union:VBOXVHWACMD_QUERYINFO1::__anon98
602 } out; member in union:VBOXVHWACMD_SURF_CANCREATE::__anon101
990 * out by the host. */
1152 * out structure elements which fit into that size. The host should fill any
1557 /*out*/
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c150 /* Mask out the speed and duplexity bits */
296 EFAB_ERR("Not all MMDs came out of reset in time. MMDs "
1413 EFAB_ERR ( "Timed out waiting for SPI\n" );
1448 /* Copy data out */
1585 EFAB_ERR ( "Timed out waiting for GMII\n" );
1911 /* Take out of reset */
2206 EFAB_ERR ( "timed out waiting for XAUI/XGXS reset\n" );
2668 /* Wait for the blocks to come out of reset */
2844 uint8_t in, cfg, out; local
2895 out
2964 uint8_t in, cfg, out; local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c440 FILE * out; local
449 out = (FILE *) PyFile_Get(pyobj_out);
453 htmlNodeDumpFile(out, doc, cur);
549 xmlChar * out; local
552 if (!PyArg_ParseTuple(args, (char *)"izi:xmlCopyChar", &len, &out, &val))
555 c_retval = xmlCopyChar(len, out, val);
1725 xmlOutputBufferPtr out; local
1731 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out);
1733 c_retval = xmlOutputBufferWriteString(out, str);
2316 FILE * out; local
3449 xmlOutputBufferPtr out; local
4884 xmlChar * out; local
7300 FILE * out; local
12068 FILE * out; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtestapi.c382 if (no == 0) return(fopen("test.out", "a+"));
391 return(fopen("test.out", "a+"));
579 if (no == 0) return(xmlNewTextWriterFilename("test.out", 0));
655 if (no == 0) return(xmlOutputBufferCreateFilename("test.out", NULL, 0));
1279 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
1281 int * outlen; /* the length of @out */
1293 out = gen_unsigned_char_ptr(n_out, 0);
1298 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1301 des_unsigned_char_ptr(n_out, out, 0);
1899 unsigned char * out; /* local
3247 FILE * out; /* the FILE pointer */ local
3294 FILE * out; /* the FILE pointer */ local
5628 FILE * out; /* the file. */ local
5961 FILE * out; /* the file. */ local
8460 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8515 unsigned char * out; /* a pointer to an array of bytes to store the result */ local
8638 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8684 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
8730 xmlBufferPtr out; /* an xmlBuffer for the output. */ local
15710 xmlChar * out; /* pointer to an array of xmlChar */ local
15754 xmlChar * out; /* pointer to an array of xmlChar */ local
28074 xmlOutputBufferPtr out; /* a buffered output */ local
28108 xmlOutputBufferPtr out; /* a buffered parser output */ local
28166 xmlOutputBufferPtr out; /* a buffered parser output */ local
42513 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */ local
[all...]

Completed in 170 milliseconds

123456