代码搜索结果

找到约 216,410 项符合 Test 的代码

test.idl

// // test.idl,v 1.2 2003/10/08 13:26:32 venkita Exp // interface Simple_Server { long test_method (in long x); void shutdown (); };

test.idl

// // test.idl,v 1.2 2003/10/08 13:26:32 venkita Exp // interface Simple_Server { long test_method (in long x); void shutdown (); };

test.idl

// // test.idl,v 1.2 2003/10/08 13:26:32 venkita Exp // interface Simple_Server { long test_method (in long x); void shutdown (); };

test.idl

// test.idl,v 1.1 2002/08/22 18:08:04 irfan Exp interface A { long doit(); }; module Outer { interface B { long doit(); }; module Inner { interface C

test.idl

// test.idl,v 1.1 2002/08/22 18:08:04 irfan Exp interface test { void method (); // A twoway operation. oneway void oneway_method (); // A oneway operation. void timed_method (i

test.idl

// test.idl,v 1.1 2002/08/22 18:08:04 irfan Exp interface test { long doit (); // Returns numbers: they are constantly increasing exception Cannot_Forward {}; // Raised if object can

test.idl

// // Test.idl,v 1.1 2003/08/17 20:11:53 jai Exp // module Test { interface HelloWorld { string get_string (); }; interface Hello { HelloWorld get_helloworld ();

test.idl

/* * test.idl,v 1.2 2000/10/12 20:11:11 bala Exp */ interface Simple_Server { long remote_call (); oneway void shutdown (); };

test.idl

/** * @file Test.idl * * Test.idl,v 1.1 2003/12/29 17:05:26 bala Exp * * @author Carlos O'Ryan */ module Foo { module Bar { interface A { long

test.idl

// // Test.idl,v 1.1 2001/09/13 18:24:52 bala Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple interface interface Hello {