Searched refs:parse_idl (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/tests/
H A Dndr_compat.pl13 sub parse_idl($) subroutine
20 test_warnings("", sub {parse_idl("void x();"); });
21 test_warnings("nofile:0: top-level [out] pointer `x' is not a [ref] pointer\n", sub {parse_idl("void x([out,unique] int *x);"); });
H A Dheader.pl18 sub parse_idl($) subroutine
26 like(parse_idl(""), qr/\/\* header auto-generated by pidl \*\/\n/sm, "includes work");
27 like(parse_idl("interface x {}"), qr/\/\* header auto-generated by pidl \*\/\n/sm, "simple empty interface doesn't cause overhead");
28 like(parse_idl("interface p { typedef struct { int y; } x; };"),
30 like(parse_idl("interface p { typedef struct { int y; } x; };"),
32 like(parse_idl("interface x { void foo (void); };"),
34 like(parse_idl("interface x { void foo ([in] uint32 x); };"),
36 like(parse_idl("interface x { void foo ([out] uint32 x); };"),
38 like(parse_idl("interface x { void foo ([in,out] uint32 x); };"),
40 like(parse_idl("interfac
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/tests/
H A Dndr_compat.pl13 sub parse_idl($) subroutine
20 test_warnings("", sub {parse_idl("void x();"); });
21 test_warnings("nofile:0: top-level [out] pointer `x' is not a [ref] pointer\n", sub {parse_idl("void x([out,unique] int *x);"); });
H A Dheader.pl18 sub parse_idl($) subroutine
26 like(parse_idl(""), qr/\/\* header auto-generated by pidl \*\/\n/sm, "includes work");
27 like(parse_idl("interface x {}"), qr/\/\* header auto-generated by pidl \*\/\n/sm, "simple empty interface doesn't cause overhead");
28 like(parse_idl("interface p { typedef struct { int y; } x; };"),
30 like(parse_idl("interface p { typedef struct { int y; } x; };"),
32 like(parse_idl("interface x { void foo (void); };"),
34 like(parse_idl("interface x { void foo ([in] uint32 x); };"),
36 like(parse_idl("interface x { void foo ([out] uint32 x); };"),
38 like(parse_idl("interface x { void foo ([in,out] uint32 x); };"),
40 like(parse_idl("interfac
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/tests/
H A Dndr_compat.pl13 sub parse_idl($) subroutine
20 test_warnings("", sub {parse_idl("void x();"); });
21 test_warnings("nofile:0: top-level [out] pointer `x' is not a [ref] pointer\n", sub {parse_idl("void x([out,unique] int *x);"); });
H A Dheader.pl18 sub parse_idl($) subroutine
26 like(parse_idl(""), qr/\/\* header auto-generated by pidl \*\/\n/sm, "includes work");
27 like(parse_idl("interface x {}"), qr/\/\* header auto-generated by pidl \*\/\n/sm, "simple empty interface doesn't cause overhead");
28 like(parse_idl("interface p { typedef struct { int y; } x; };"),
30 like(parse_idl("interface p { typedef struct { int y; } x; };"),
32 like(parse_idl("interface x { void foo (void); };"),
34 like(parse_idl("interface x { void foo ([in] uint32 x); };"),
36 like(parse_idl("interface x { void foo ([out] uint32 x); };"),
38 like(parse_idl("interface x { void foo ([in,out] uint32 x); };"),
40 like(parse_idl("interfac
[all...]

Completed in 124 milliseconds