代码搜索结果

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

test.idl

// // test.idl,v 1.2 2000/01/28 18:55:28 irfan Exp // interface test { unsigned long method (in unsigned long work); oneway void shutdown (); };

test.idl

// // Test.idl,v 1.2 2001/04/24 08:02:57 coryan Exp // module Test { typedef sequence Payload; interface Payload_Receiver { /// Send the data using a twoway operat on

test.idl

// // Test.idl,v 1.1 2002/08/27 15:08:41 bala Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple empty interface interface Foo

test.idl

/** * @file Test.idl * * Test.idl,v 1.2 2002/09/25 13:14:01 jwillemsen Exp * * @author Carlos O'Ryan * */ #ifndef Test__idl_ #define Test__idl_ module Test {

test.idl

/* * test.idl,v 1.2 2002/11/01 13:31:47 bala Exp */ interface Simple_Server { unsigned long long remote_call (); oneway void shutdown (); };

test.idl

// // test.idl,v 1.1 2003/07/07 23:58:32 irfan Exp // interface test { };

test.idl

// // test.idl,v 1.1 2000/01/07 04:44:07 irfan Exp // interface test { typedef sequence data; oneway void method (in unsigned long request_number, in data d,

test.idl

/** * @file Test.idl * * Test.idl,v 1.3 2002/11/17 02:43:26 bala Exp * * @author Carlos O'Ryan * */ #ifndef BUG_1020_REGRESSION_TEST_IDL #define BUG_1020_REGRESSION

test.idl

/* * test.idl,v 1.1 1999/10/12 22:06:29 bala Exp */ interface Simple_Server { void remote_call (); oneway void shutdown (); };

test.idl

// // test.idl,v 1.1 2003/09/25 21:58:58 irfan Exp // interface test { void normal_method (); void unknown_exception_in_method (); void unknown_exception_during_deactivation (); };