代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/340665/3272776
readme
Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc.
bprob Tests for functionality of profile-directed block ordering.
compat Tests for binary compatibility (consistenc
www.eeworm.com/read/340323/3287636
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/338546/3314981
h antlr3lexer.h
/** \file
* Base interface for any ANTLR3 lexer.
*
* An ANLTR3 lexer builds from two sets of components:
*
* - The runtime components that provide common functionality such as
* traversing
www.eeworm.com/read/337421/3340943
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/336964/3345586
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/332511/3396358
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/330857/3420177
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/325065/3486805
java textfilereader.java
import java.io.*;
import java.awt.event.*;
import java.util.*;
/**
* TextFileReader is a bean that provides the basic functionality for
* reading a textfile.
*/
public class TextFileReader{
www.eeworm.com/read/324136/3506085
test namespace.test
# Functionality covered: this file contains a collection of tests for the
# procedures in tclNamesp.c that implement Tcl's basic support for
# namespaces. Other namespace-related tests appear in varia
www.eeworm.com/read/321483/3535724
7fatal
Check FATAL functionality
__END__
# Check compile time warning
use warnings FATAL => 'syntax' ;
{
no warnings ;
$a =+ 1 ;
}
$a =+ 1 ;
print STDERR "The End.\n" ;
EXPECT
Reversed += operator