代码搜索结果
找到约 216,410 项符合
Test 的代码
test.idl
//
// Test.idl,v 1.1 2003/07/22 21:50:43 jai Exp
/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
/// A very simple interface
interface Simple
{
test.idl
/*
* test.idl,v 1.1 2000/09/21 20:14:57 bala Exp
*/
interface Simple_Server
{
void remote_call ();
oneway void shutdown ();
};
test.mpc
// -*- MPC -*-
// test.mpc,v 1.3 2004/01/01 15:43:44 jwillemsen Exp
project(Bug_1334_client) : namingexe {
exename = client
Source_Files {
client.cpp
}
}
test.idl
// Test.idl,v 1.1 2003/02/21 18:23:13 eas Exp
interface Test
{
long try_and_create_POA ();
void shutdown();
};
test.cpp
// -*- C++ -*-
// test.cpp,v 1.1 2000/07/22 21:34:42 parsons Exp
#include "Ptest.h"
ACE_RCSID(Persistence_Test, test, "test.cpp,v 1.1 2000/07/22 21:34:42 parsons Exp")
int main (int argc, ch
test.idl
// test.idl,v 1.1 2003/02/21 18:23:13 eas Exp
interface test
{
void testme ();
void TESTME ();
};
test.dinphil
print "Creating lock sets";
create fork1;
create fork2;
create fork3;
create fork4;
create fork5;
print "Running the tests";
start test.phil1;
start test.phil2;
start test.phil3;
start test.
test.extended
create ls1;
lock ls1 write;
wait "Run test.e1 - then press return";
lock ls1 write;
test.basic
create test;
lock test read;
try_lock test read;
unlock test read;
unlock test read;
lock test write;
try_lock test write;
unlock test write;
lock test upgrade;
try_lock test upgrade;
unlock
test.idl
//
// Test.idl,v 1.2 2002/03/27 15:54:54 coryan Exp
//
/// A simple module to avoid namespace pollution
module Test
{
/// Use a timestamp to measure the roundtrip delay
typedef unsigned l