Searched refs:out (Results 1 - 25 of 693) sorted by relevance

1234567891011>>

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/pid/
H A Derr.D_PROC_ALIGN.misaligned.d38 pid$1:a.out:main:7
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh40 java -cp test.jar TestBean TestBean.out
41 rm -f TestBean.out
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameUnix.h44 void DumpStackToFile(FILE* out);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Derr.D_PROC_FUNC.badfunc.d38 pid$1:a.out:ahl_r00lz:entry
H A Derr.D_PROC_NAME.badname.d36 pid$1:a.out:main:beginning
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
81 trace("test timed out");
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
81 trace("test timed out");
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludeconvert.c9 unsigned char *out;
15 out = malloc((size_t)out_size);
17 if (out) {
21 free(out);
22 out = NULL;
25 if (out) {
27 ret = handler->input(out, &out_size, in, &temp);
34 free(out);
35 out = NULL;
37 out
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/translators/
H A Dtst.PartialDereferencing.d56 struct output_struct out;
65 out.oi = xlate < struct output_struct > (in).oi;
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out
[all...]
H A Dtst.StructureAssignment.d56 struct output_struct out;
65 out = xlate < struct output_struct > (in);
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmsbuffer.idl39 [out] DWORD *pdwLength);
44 [out] DWORD *pdwLength);
47 [out] BYTE **ppdwBuffer);
50 [out] BYTE **ppdwBuffer,
51 [out] DWORD *pdwLength);
H A Ddbprop.idl37 [in, out] ULONG *pcPropertySets,
38 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets);
43 [in, out] ULONG *pcPropertySets,
44 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets,
45 [out] IErrorInfo **ppErrorInfoRem);
50 [in, out] ULONG *pcPropertyInfoSets,
51 [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets,
52 [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
57 [in, out] ULONG *pcPropertyInfoSets,
58 [out, size_i
[all...]
H A Dmimeinfo.idl40 HRESULT GetMimeCLSIDMapping( [out] UINT *pcTypes,
41 [out] LPCSTR * *ppszTypes,
42 [out] CLSID * *ppclsID );
H A Dchprst.idl37 [out] DBREFCOUNT *refcount);
41 [out] DBREFCOUNT *refcount,
42 [out] IErrorInfo **errorinfo);
46 [out] DBREFCOUNT *refcount);
50 [out] DBREFCOUNT *refcount,
51 [out] IErrorInfo **errorinfo);
H A Dcmdtxt.idl36 HRESULT GetCommandText([in, out /*, annotation("__inout_opt")*/] GUID *pguidDialect,
37 [out /*, annotation("__deref_out")*/] LPOLESTR *ppwszCommand);
40 HRESULT RemoteGetCommandText([in, out, unique] GUID *pguidDialect,
41 [out] LPOLESTR *ppwszCommand,
42 [out] IErrorInfo **ppErrorInfoRem);
51 [out] IErrorInfo **ppErrorInfoRem);
H A Dasysta.idl42 [out] IErrorInfo **ppErrorInfoRem);
47 [out, annotation("__out_opt")] DBCOUNTITEM *pulProgress,
48 [out, annotation("__out_opt")] DBCOUNTITEM *pulProgressMax,
49 [out, annotation("__out")] DBASYNCHPHASE *peAsynchPhase,
50 [out, annotation("__deref_opt_inout_opt")] LPOLESTR *ppwszStatusText);
55 [in, out, unique] DBCOUNTITEM *pulProgress,
56 [in, out, unique] DBCOUNTITEM *pulProgressMax,
57 [in, out, unique] DBASYNCHPHASE *peAsynchPhase,
58 [in, out, unique] LPOLESTR *ppwszStatusText,
59 [out] IErrorInf
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbprop.idl37 [in, out] ULONG *pcPropertySets,
38 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets);
43 [in, out] ULONG *pcPropertySets,
44 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets,
45 [out] IErrorInfo **ppErrorInfoRem);
50 [in, out] ULONG *pcPropertyInfoSets,
51 [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets,
52 [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
57 [in, out] ULONG *pcPropertyInfoSets,
58 [out, size_i
[all...]
H A Dmimeinfo.idl40 HRESULT GetMimeCLSIDMapping( [out] UINT *pcTypes,
41 [out] LPCSTR * *ppszTypes,
42 [out] CLSID * *ppclsID );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiZipLoader.cpp62 // all exits from on here should be via 'goto out'
71 goto out;
76 goto out;
81 goto out;
92 goto out;
97 goto out;
103 goto out;
106 out:
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream_test.cpp9 ozstream out("temp.gz");
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;

Completed in 97 milliseconds

1234567891011>>