代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/409921/2223367
c ros2win.c
/*
* ReactOS to Win32 entry points for testing
*
* ros2win.c
*
* Copyright (C) 2002 Robert Dickenson
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/407756/2258858
perm_check
#!/bin/bash
# Using the old style test command
# filename: perm_check
file=./testing
if [ -d $file ]
then
echo "$file is a directory"
elif [ -f $file ]
then
if [ -r $file -a -w $file -a -x $file
www.eeworm.com/read/402787/2317909
cpp boxoperators.cpp
// BoxOperators.cpp
// CBox object operations that don't need to access private members
#include "Box.h"
// Function for testing if a constant is > a CBox object
bool operator>(const double& val
www.eeworm.com/read/401674/2336925
dem gnuplot2.dem
#
# Title:gnuplot2.dem
#
# Description:
# Plot the testing datum.
#
# Development Environment:
# GnuPlot 3.7.1
# Linux 2.2.12-20 (Red Hat 6.1)
#
# Legalise:
# Copyright (C) 2002 Digital Burr
www.eeworm.com/read/399273/2363059
txt radiusd-example.txt
##
## radiusd.conf -- FreeRADIUS server configuration file.
##
## http://www.freeradius.org/
## $Id$
##
# This is the radiusd.conf file used for testing EAP-SIM stuff.
#
#
# The location of other
www.eeworm.com/read/399273/2363074
conf test.conf
# -*- text -*-
##
## test.conf -- Virtual server configuration for testing radiusd.
##
## $Id$
##
test_port = 10000
realm test.example.com {
authhost = 127.0.0.1:${test_port}
secret = te
www.eeworm.com/read/399273/2363111
py radiusd.py
#! /usr/bin/env python
#
# Definitions for RADIUS programs
#
# Copyright 2002 Miguel A.L. Paraz
#
# This should only be used when testing modules.
# Inside freeradius, the 'radiusd
www.eeworm.com/read/398634/2375680
test rpl_flush_log_loop.test
# Testing if "flush logs" command bouncing resulting in logs created in a loop
# in case of bi-directional replication
source include/master-slave.inc;
connection slave;
stop slave;
--replace_resul
www.eeworm.com/read/397951/2397916
java dataloaderhome.java
package com.wiley.compBooks.EJwithUML.TimeCardWorkflow;
import java.util.*;
import java.rmi.*;
import javax.ejb.*;
/**
* The DataLoader allows test clients to load test data for testing the
www.eeworm.com/read/396039/2423878
c ptest.c
#include
#include "mpi.h"
/* Header for testing procedures */
#if defined(NEEDS_STDLIB_PROTOTYPES)
#include "protofix.h"
#endif
/*
* This tests for the existence of MPI_Pcontrol; nothing