Home
last modified time | relevance | path

Searched refs:TestIF (Results 1 – 4 of 4) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/support/
H A DTestIF.java19 public interface TestIF { interface
H A DAssembler.java22 public class Assembler implements TestIF {
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Ddsbspecframe.c278 static int TestIF( AstDSBSpecFrame *, int * );
916 vtab->TestIF = TestIF; in astInitDSBSpecFrameVtab_()
2740 set = TestIF( this, status ); in astMAKE_CLEAR()
3210 if ( TestIF( new, status ) ) SetIF( new, new->ifr, status ); in astLoadDSBSpecFrame_()
H A Ddsbspecframe.h112 int (* TestIF)( AstDSBSpecFrame *, int * ); member