代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/340665/3268303
s regreg.s
; @OC@ test
; Template for testing register-to-register instructions.
; Note that sizes have to be tested by iterating over them; they
; are not included here in order to cover fixed-size instruction
www.eeworm.com/read/332800/3392772
dpk oraippack.dpk
// This demo was built and tested using InfoPower 2000 Trial for Delphi 5.
// You can recompile it under other versions by changing requires section manually.
package OraIPPack;
{$R *.RES}
{$A
www.eeworm.com/read/330327/3424938
c setconsole.c
/*
* setconsole.c -- choose a console to receive kernel messages
*
* Only works with 1.3.43 and newer. Otherwise returns "invalid argument".
* Tested with 2.0 on the x86, Sparc and Alpha
*/
#inc
www.eeworm.com/read/330327/3424992
c setconsole.c
/*
* setconsole.c -- choose a console to receive kernel messages
*
* Only works with 1.3.43 and newer. Otherwise returns "invalid argument".
* Tested with 2.0 on the x86, Sparc and Alpha
*/
#inc
www.eeworm.com/read/330327/3425070
c spull.c
/*
* spull.c -- the simple partitionable utility
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __
www.eeworm.com/read/317148/3583087
contrib readme.contrib
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contr
www.eeworm.com/read/316433/3611574
contrib readme.contrib
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contr
www.eeworm.com/read/316290/3612209
contrib readme.contrib
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contr
www.eeworm.com/read/313796/3641341
java treecellvalueconverter.java
package org.uispec4j;
import java.awt.*;
/**
* Performs a conversion between internal and tested cell values in a {@link Tree} component
*
* @see Tree#setCellValueConverter
*/
public in
www.eeworm.com/read/313796/3641416
java listboxcellvalueconverter.java
package org.uispec4j;
import java.awt.*;
/**
* Performs a conversion between internal and tested cell values in a {@link ListBox} component
* This interface is meant to be used when the JLis