代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/183674/5252833
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/183001/5258944
out plpython_test.out
-- first some tests of basic functionality
--
-- better succeed
--
select stupid();
stupid
--------
zarkon
(1 row)
-- check static and global data
--
SELECT static_test();
static_test
----------
www.eeworm.com/read/178545/5315929
c ixosalosddkpci.c
/**
* @file IxOsalOsDdkPci.c (linux)
*
* @brief Implementation for PCI functionality.
*
*
* @par
* IXP400 SW Release version 2.3
*
* -- Copyright Notice --
*
* @par
* Copyright (c) 20
www.eeworm.com/read/174241/5362847
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/174206/5363421
readme
checks the basic RPC functionality in a master slave
connectivity through a channel.
master calls slave
inmaster calls out/inoutslave
outmaster calls in/inoutslave
inoutmaster calls out/inouts
www.eeworm.com/read/174116/5364067
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/173141/5378551
sql madhare.sql
--
-- this test shows the basic functionality
-- that does work in the language system for mad hare
--
-- this was the simple mad hare challenge
create table t(i int);
insert into t (i) values (1956
www.eeworm.com/read/173141/5378859
sql nulls.sql
--
-- this test shows the current supported null value functionality
--
autocommit off;
-- trying to define null and not null for a column
create table a(a1 int null not null);
-- same as above, exc
www.eeworm.com/read/172417/5386678
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/170239/5406079
c chario.c
/* chario.c:
* This code supports some basic character io functionality.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded