Searched refs:output (Results 1 - 25 of 232) sorted by relevance

12345678910

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py34 output = os.path.join('Bin', 'ResetVector')
35 output += '.' + arch
37 output += '.' + debugType
38 output += '.raw'
43 '-o', output,
47 print '\tASM\t' + output
53 output,
55 print '\tFIXUP\t' + output
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.h57 NS_COM nsresult NS_CopyNativeToUnicode(const nsACString &input, nsAString &output);
58 NS_COM nsresult NS_CopyUnicodeToNative(const nsAString &input, nsACString &output);
H A DnsNativeCharsetUtils.cpp71 isolatin1_to_utf16(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
74 **output = (unsigned char) **input;
77 (*output)++;
83 utf16_to_isolatin1(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
86 **output = (unsigned char) **input;
89 (*output)++;
122 char **output,
126 res = iconv(converter, ICONV_INPUT(input), inputLeft, output, outputLeft);
257 PRUnichar **output, PRUint32 *outputLeft);
259 char **output, PRUint3
119 xp_iconv(iconv_t converter, const char **input, size_t *inputLeft, char **output, size_t *outputLeft) argument
344 char *output = dummy_output; local
353 char *output = dummy_output; local
438 NativeToUnicode(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
510 UnicodeToNative(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
656 NativeToUnicode(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft) argument
697 UnicodeToNative(const PRUnichar **input, PRUint32 *inputLeft, char **output, PRUint32 *outputLeft) argument
741 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
777 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
837 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
844 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
869 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
898 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
957 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
996 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
1227 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
1233 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
1257 NS_CopyNativeToUnicode(const nsACString &input, nsAString &output) argument
1264 NS_CopyUnicodeToNative(const nsAString &input, nsACString &output) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Datomic.c45 PRFileDesc *output = PR_GetSpecialFD(PR_StandardOutput); local
51 output, "PR_AtomicIncrement(%d) == %d: %s\n",
57 output, "PR_AtomicIncrement(%d) == %d: %s\n",
63 output, "PR_AtomicIncrement(%d) == %d: %s\n",
70 output, "PR_AtomicAdd(%d,%d) == %d: %s\n",
76 output, "PR_AtomicAdd(%d,%d) == %d: %s\n",
82 output, "PR_AtomicAdd(%d,%d) == %d: %s\n",
89 output, "PR_AtomicDecrement(%d) == %d: %s\n",
95 output, "PR_AtomicDecrement(%d) == %d: %s\n",
101 output, "PR_AtomicDecremen
[all...]
H A Dsystem.c64 PRFileDesc *output = PR_GetSpecialFD(PR_StandardOutput); local
70 if (PR_SUCCESS == rv) PR_fprintf(output, "%s: %s\n", tag[cmd], info);
71 else PL_FPrintError(output, tag[cmd]);
75 PR_fprintf(output, "Host page size is %d\n", PR_GetPageSize());
76 PR_fprintf(output, "Page shift is %d\n", PR_GetPageShift());
77 PR_fprintf(output, "Number of processors is: %d\n", PR_GetNumberOfProcessors());
H A Dinrval.c45 ** the output to a one line status:PASS or FAIL,all of the printf statements
77 static PRFileDesc *output; variable
85 PR_fprintf(output, "PR_TicksPerSecond: %ld\n\n", ticks);
86 PR_fprintf(output, "PR_SecondsToInterval(1): %ld\n", PR_SecondsToInterval(1));
87 PR_fprintf(output, "PR_MillisecondsToInterval(1000): %ld\n", PR_MillisecondsToInterval(1000));
88 PR_fprintf(output, "PR_MicrosecondsToInterval(1000000): %ld\n\n", PR_MicrosecondsToInterval(1000000));
90 PR_fprintf(output, "PR_SecondsToInterval(3): %ld\n", PR_SecondsToInterval(3));
91 PR_fprintf(output, "PR_MillisecondsToInterval(3000): %ld\n", PR_MillisecondsToInterval(3000));
92 PR_fprintf(output, "PR_MicrosecondsToInterval(3000000): %ld\n\n", PR_MicrosecondsToInterval(3000000));
94 PR_fprintf(output, "PR_IntervalToSecond
[all...]
H A Dudpsrv.c108 static PRFileDesc *output = NULL; variable
111 #define DPRINTF(arg) if (_debug_on) PR_fprintf(output, arg)
172 PR_fprintf(output,
192 if (debug_mode) PR_fprintf(output, "udpsrv: UDP_Server(): \
200 if (debug_mode) PR_fprintf(output, "udpsrv: UDP_Server(): \
221 PR_fprintf(output,
244 PR_fprintf(output,
260 PR_fprintf(output,
309 PR_fprintf(output,
334 PR_fprintf(output,
[all...]
H A Daccept.c50 ** the output to a one line status:PASS or FAIL,all of the printf statements
94 static PRFileDesc *output; variable
117 PR_fprintf(output, "@%s:%d ", file, line);
118 PR_fprintf(output, msg);
132 PR_fprintf(output, "timeout callback called okay\n");
158 PR_fprintf(output, "client: unable to create socket\n");
169 PR_fprintf(output,
181 PR_fprintf(output,
193 PR_fprintf(output, ".");
198 PR_fprintf(output, "\
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c138 static int alloc_output_file ( size_t max_len, struct output_file *output ) {
139 output->len = 0;
140 output->max_len = ( max_len );
141 output->buf = malloc ( max_len );
142 if ( ! output->buf ) {
143 fprintf ( stderr, "Could not allocate %zd bytes for output\n",
148 memset ( output->buf, 0xff, sizeof ( output->buf ) );
150 memset ( output->buf, 0xff, max_len );
156 struct output_file *output,
155 process_zinfo_copy( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
185 process_zinfo_pack( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
226 process_zinfo_payl( struct input_file *input __attribute__ (( unused )), struct output_file *output, union zinfo_record *zinfo ) argument
241 process_zinfo_add( struct input_file *input __attribute__ (( unused )), struct output_file *output, size_t len, struct zinfo_add *add, size_t datasize ) argument
323 process_zinfo_addb( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
330 process_zinfo_addw( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
337 process_zinfo_addl( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
344 process_zinfo_adhb( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
351 process_zinfo_adhw( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
358 process_zinfo_adhl( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
384 process_zinfo( struct input_file *input, struct output_file *output, union zinfo_record *zinfo ) argument
415 struct output_file output; local
[all...]
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py92 def parse(filename, output):
100 output.write(" <example filename='%s'>\n" % filename)
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
113 output.write(" <usage>%s</usage>\n" % escape(usage));
118 output.write(" <test>%s</test>\n" % escape(test));
126 output.write(" <author>%s</author>\n" % escape(author));
131 output.write(" <copy>%s</copy>\n" % escape(copy));
136 output.write(" <section>%s</section>\n" % escape(section));
148 output
286 output = open("examples.xml", "w") variable
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_preprocess.h36 _slang_preprocess_directives (slang_string *output, const char *input,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dbase64.c113 The encoding process represents 24-bit groups of input bits as output
121 output string.
157 output will be an integral multiple of 4 characters
160 here, the final unit of encoded output will be two
163 here, the final unit of encoded output will be three
171 u_char output[4]; local
180 output[0] = input[0] >> 2;
181 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4);
182 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6);
183 output[
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DgenUnicode.py203 output = open("xmlunicode.c", "w") variable
238 output.write(
284 output.write(',\n')
287 output.write(' {"%s", xmlUCSIs%s}' % (block, name))
288 output.write('};\n\n')
290 output.write('static xmlUnicodeRange xmlUnicodeCats[] = {\n')
294 output.write(',\n')
297 output.write(' {"%s", xmlUCSIsCat%s}' % (name, name))
298 output.write('};\n\n')
323 output
[all...]
H A DdebugXML.c42 FILE *output; /* the output file */ member in struct:_xmlDebugCtxt
64 ctxt->output = stdout;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
144 fprintf(ctxt->output, &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, ctxt->shift);
427 fprintf(ctxt->output, "(NULL)");
434 fputc(' ', ctxt->output);
436 fprintf(ctxt->output, "#%X", str[i]);
438 fputc(str[i], ctxt->output);
1343 xmlDebugDumpString(FILE * output, const xmlChar * str) argument
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) argument
1394 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1414 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) argument
1435 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) argument
1456 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) argument
1478 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) argument
1499 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1541 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) argument
1571 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
1657 xmlLsOneNode(FILE *output, xmlNodePtr node) argument
2798 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dcheck-xinclude-test-suite.py88 output = test.xpathEval('string(output)')
89 if output == 'No output file.':
90 output = None
91 if output == '':
92 output = None
93 if output != None:
95 output = basedir + "/" + output
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dhash_df.h16 size_t input_len, void *output, size_t output_len );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/scripting/
H A Dtst.stringmacro.ksh65 output=`$dfilename 'this is test' 2>/dev/null`
72 if [ "$output" != "this is test" ]; then
73 print -u2 "Expected output not returned"
H A Dtst.arguments.ksh71 output=`$dfilename 1 2 3 4 5 6 7 8 9 10 2>/dev/null`
78 set -A outarray $output
84 print -u2 "Error in output by $dfilename"
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplerror.h63 ** Print the messages to specified output file prepending 'msg' if not NULL.
65 PR_EXTERN(void) PL_FPrintError(PRFileDesc *output, const char *msg);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h29 xmlDebugDumpString (FILE *output,
32 xmlDebugDumpAttr (FILE *output,
36 xmlDebugDumpAttrList (FILE *output,
40 xmlDebugDumpOneNode (FILE *output,
44 xmlDebugDumpNode (FILE *output,
48 xmlDebugDumpNodeList (FILE *output,
52 xmlDebugDumpDocumentHead(FILE *output,
55 xmlDebugDumpDocument (FILE *output,
58 xmlDebugDumpDTD (FILE *output,
61 xmlDebugDumpEntities (FILE *output,
119 FILE *output; member in struct:_xmlShellCtxt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Crtc.h286 * Called to allow the output a chance to create properties after the
290 (*create_resources)(xf86OutputPtr output);
293 * Turns the output on/off, or sets intermediate power levels if available.
296 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
300 (*dpms)(xf86OutputPtr output,
304 * Saves the output's state for restoration on VT switch.
307 (*save)(xf86OutputPtr output);
310 * Restore's the output's state at VT switch.
313 (*restore)(xf86OutputPtr output);
316 * Callback for testing a video mode for a given output
519 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/solaris/
H A Dvboxtxs.sh51 --no-display-output \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Crtc.h298 * Called to allow the output a chance to create properties after the
302 (*create_resources)(xf86OutputPtr output);
305 * Turns the output on/off, or sets intermediate power levels if available.
308 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
312 (*dpms)(xf86OutputPtr output,
316 * Saves the output's state for restoration on VT switch.
319 (*save)(xf86OutputPtr output);
322 * Restore's the output's state at VT switch.
325 (*restore)(xf86OutputPtr output);
328 * Callback for testing a video mode for a given output
531 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Crtc.h311 * Called to allow the output a chance to create properties after the
315 (*create_resources)(xf86OutputPtr output);
318 * Turns the output on/off, or sets intermediate power levels if available.
321 * mode is DPMSModeOff, the output must be disabled, as the DPLL may be
325 (*dpms)(xf86OutputPtr output,
329 * Saves the output's state for restoration on VT switch.
332 (*save)(xf86OutputPtr output);
335 * Restore's the output's state at VT switch.
338 (*restore)(xf86OutputPtr output);
341 * Callback for testing a video mode for a given output
544 xf86OutputPtr *output; member in struct:_xf86CrtcConfig
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dhash_df.c51 * @v output Output buffer
52 * @v output_len Length of output buffer, in bytes
58 * output buffer. Requests must be for an integral number of bytes.
60 * The output buffer is filled incrementally with each iteration of
68 size_t input_len, void *output, size_t output_len ) {
85 assert ( output != NULL );
90 * (Nothing to do. We fill the output buffer incrementally,
93 * fill the output buffer, and so is not calculated
101 for ( temp = output, remaining = output_len ; remaining > 0 ; ) {
123 * (We fill the output buffe
67 hash_df( struct digest_algorithm *hash, const void *input, size_t input_len, void *output, size_t output_len ) argument
[all...]

Completed in 111 milliseconds

12345678910