代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/190346/5184559
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = dso.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT
www.eeworm.com/read/183001/5260284
out truncate.out
-- Test basic TRUNCATE functionality.
CREATE TABLE truncate_a (col1 integer primary key);
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "truncate_a_pkey" for table "truncate_a"
INSERT
www.eeworm.com/read/179911/5294556
c apus_setup.c
/*
* linux/arch/ppc/kernel/apus_setup.c
*
* Copyright (C) 1998, 1999 Jesper Skov
*
* Basically what is needed to replace functionality found in
* arch/m68k allowing Amiga drivers to work un
www.eeworm.com/read/173141/5380049
out lob.out
ij> -- This test lang/LOB.sql still includes tests for
-- DB2 UDB incompatible datatype NCLOB.
-- Still waiting for DB2 UDB compatible functionality for NCLOB to be implemented
-- Also note that in D
www.eeworm.com/read/168845/5429756
txt build_dir_option.txt
Summary
-------
We need a --build-dir option that users building from read-only
medium can use to force building to some other location. Pretty much
every project need this functionality, so i
www.eeworm.com/read/167133/5469524
java threadinterrupt.java
/**
* Tests for Thread.interrupt()
* This tests only basic functionality, no corner cases.
*
* @author Godmar Back
*/
import java.io.*;
import java.net.ServerSocket;
public c
www.eeworm.com/read/350097/3129450
c apus_setup.c
/*
* linux/arch/ppc/kernel/apus_setup.c
*
* Copyright (C) 1998, 1999 Jesper Skov
*
* Basically what is needed to replace functionality found in
* arch/m68k allowing Amiga drivers to work un
www.eeworm.com/read/340665/3283984
cc filebuf.cc
// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
// Free Software Foundation, Inc.
//
// This file is part of the
www.eeworm.com/read/331310/3414101
common makefile.common
#
# Makefile for the OneNAND MTD
#
# Core functionality.
obj-$(CONFIG_MTD_ONENAND) += onenand_base.o
# Board specific.
obj-$(CONFIG_MTD_ONENAND_OMAP) += omap-onenand.o
www.eeworm.com/read/326021/3476205
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = userinfo.lo groupinfo.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_O