代码搜索结果
找到约 322,615 项符合
Interface 的代码
bind.c
#include "c.h"
extern Interface alphaIR;
extern Interface mipsebIR, mipselIR;
extern Interface sparcIR, solarisIR;
extern Interface x86IR, x86linuxIR;
extern Interface symbolicIR, symbolic64IR;
evalfuncbase.java
package net.sf.yacas;
// class EvalFuncBase defines the interface to 'something that can
// evaluate'
abstract class EvalFuncBase
{
public abstract void Evaluate(LispPtr aResult,LispEnvironment a
substbehaviourbase.java
package net.sf.yacas;
/** Behaviour for substituting sub-expressions.
*/
interface SubstBehaviourBase
{
public boolean Matches(LispPtr aResult, LispPtr aElement) throws Exception;
};
tresult.java
package net.sf.yacas;
interface TResult
{
public int NrLines(YacasGraphicsContext aGraphicsContext, int width) ;
public void draw(YacasGraphicsContext aGraphicsContext, int current_word, int w
utl_labellist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab
utl_exprlist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab
utl_idlist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab
utl_strlist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab
utl_exceptlist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab
utl_namelist.hh
/*
*======================================================================
*
*Copyright 1992 Sun Microsystems, Inc.
*
*The Interface Definition Language Compiler Front End (CFE) is made
*availab