代码搜索结果

找到约 10,000 项符合 Interface 的代码

null.java

//: net/mindview/util/Null.java package net.mindview.util; public interface Null {} ///:~

performs.java

//: generics/Performs.java public interface Performs { void speak(); void sit(); } ///:~

if_subr.c

/* if_subr.c - common routines for network interface drivers */ /* Copyright 1990-1996 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1989, 1993 * The Regents of t

device.c

/* device.c - USBD device management functionality */ /* Copyright 2004 Wind River Systems, Inc. This software includes software licensed to Wind River Systems, Inc. by Wipro, Ltd. Wind River

class.ptf

#:-: #:-: file: class.ptf #:-: date: 2001.11.13 15:43:54 #:-: generated by a perl script #:-: # ex:set tabstop=3: # ex:set shiftwidth=3: # ex:set expandtab: # # class.ptf # for SOPC library

mainpage.dox

/*! \mainpage Browser Control Sample Application * * \ref intro_sec * \n\ref Pre_sec * \n\ref Design_sec * \n\ref Hierarchy_sec * * * * \section intro_sec 1. About the Browser C

ianaiftype-mib.txt

IANAifType-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; ianaifType MODULE-IDENTITY L

compactcomment.java

package org.w3c.dom; public interface Comment extends CharacterData { }

compactcdatasection.java

package org.w3c.dom; public interface CDATASection extends Text { }

compactentityreference.java

package org.w3c.dom; public interface EntityReference extends Node { }