代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/190666/5172328
h 386bsd.h
/* Configuration for an i386 running 386BSD as the target machine. */
/* This is tested by i386gas.h. */
#define YES_UNDERSCORES
#include "i386/gstabs.h"
#undef CPP_PREDEFINES
#define CPP_PREDEFI
www.eeworm.com/read/186388/5233792
h netbsd.h
/* This is tested by i386gas.h. */
#define YES_UNDERSCORES
#include
/* Get perform_* macros to build libgcc.a. */
#include
/* Get generic NetBSD definitions. */
www.eeworm.com/read/175466/5346141
dns_name_rdatacompare_data
#
# test data for dns_name_rdatacompare
# format:
#
# where: exp_order may be one of: -1, 0, 1
#
# and where: exp_nlabels and exp_nbits are not tested if < 0
#
www.eeworm.com/read/173122/5380241
java hiddenstaticmethodcheck.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel.checks;
import java.util.Iterator;
import java.util.Set;
im
www.eeworm.com/read/173122/5380242
java unreadfieldcheck.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel.checks;
import java.util.Iterator;
import java.util.Set;
im
www.eeworm.com/read/173122/5380243
java hiddeninheritedfieldcheck.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel.checks;
import org.apache.bcel.classfile.Field;
import org.apa
www.eeworm.com/read/173122/5380245
java unusedmethodcheck.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel.checks;
import java.util.Iterator;
import java.util.Set;
im
www.eeworm.com/read/173122/5380248
java referencevisitor.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel;
import java.util.HashSet;
import java.util.Set;
import org
www.eeworm.com/read/173122/5380257
java classfilesetcheck.java
//Tested with BCEL-5.1
//http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/
package com.puppycrawl.tools.checkstyle.bcel;
import java.io.File;
import java.io.IOException;
import java
www.eeworm.com/read/162614/5516945
c sse-15.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -msse -msse2" } */
/* Test that the intrinsics compile with optimization. These were not
tested in i386-sse-[12].c beca