代码搜索结果

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

test.dsp

# Microsoft Developer Studio Project File - Name="test" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl

test.plg

Build Log --------------------Configuration: test - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"De

test.dsp

# Microsoft Developer Studio Project File - Name="test" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl

test

#!./perl # $RCSfile: TEST,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:59:30 $ # This is written in a peculiar style, since we're trying to avoid # most of the constructs we'll be testing for. $| = 1;

test.hosts

# test comment # test comment 2 1.2.3.4 canon1 ali1 # test comment 3 # test comment 4 1.2.3.4 canon1 ali2 1.2.3.4 ali3 ali4 # here's an "extra" canonical name 1.2.3.5 canon1 ali1 1.2.3.5 canon1 ali2

test-groff

#! /bin/sh # This script runs groff without requiring that it be installed. # The current directory must be the build directory. builddir=. srcdir=`echo $0 | sed -e 's;/[^/]*$;;'` if test ! -d groff

test.csh

# @(#)TEST.csh 5.2 (Berkeley) 4/30/93 #alias t '/usr/src/bin/test/obj/test \!*; echo $status' alias t '/bin/test \!*; echo $status' echo 't -b /dev/ttyp2' t -b /dev/ttyp2 echo 't -b /dev/jb1a' t -b

test.java

/******************** Test.java ******************/ import java.io.*; import java.util.*; import javax.servlet.*; public class Test extends GenericServlet { public void service(ServletReques

test.txt

This is a test file.

test.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Test implements ActionListener { public Test() { Timer oneSecondTimer = new Timer(1000, this); oneSecondTi