代码搜索:functionality
找到约 4,782 项符合「functionality」的源代码
代码结果 4,782
www.eeworm.com/read/225531/4795265
nl
#!/bin/sh
# exercise nl functionality
if test "$VERBOSE" = yes; then
set -x
nl --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; r
www.eeworm.com/read/190666/5179625
c ia64-sync-2.c
/* { dg-do run { target ia64-*-* } } */
/* { dg-options } */
/* Test basic functionality of the intrinsics. */
#include
static int AI[18];
static int init_si[18] = { 0,0,0,1,0,0,0,0
www.eeworm.com/read/190346/5184459
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo version.lo \
charset.lo env.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/187737/5217406
tpl tio.tpl
REM tIO.tpl
REM EPOC OPL automatic test code for IO functionality.
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "Const.oph"
INCLUDE "hUtils.oph"
CONST KPath$="c:\Opl1
www.eeworm.com/read/173141/5378983
sql union.sql
--
-- this test shows union functionality
--
-- create the tables
create table t1 (i int, s smallint, d double precision, r real, c10 char(10),
c30 char(30), vc10 varchar(10), vc30 varchar(30));
www.eeworm.com/read/173141/5379884
out union.out
ij> --
-- this test shows union functionality
--
-- create the tables
create table t1 (i int, s smallint, d double precision, r real, c10 char(10),
c30 char(30), vc10 varchar(10), vc30 varchar(30)
www.eeworm.com/read/169602/5420323
cpp test.cpp
// test.cpp
// test taocrypt functionality
#include
#include
#include "runtime.hpp"
#include "sha.hpp"
#include "md5.hpp"
#include "md2.hpp"
#include "md4.hpp"
#include "ripemd.
www.eeworm.com/read/340665/3280559
c ia64-sync-2.c
/* { dg-do run { target ia64-*-* } } */
/* { dg-options } */
/* Test basic functionality of the intrinsics. */
#include
static int AI[18];
static int init_si[18] = { 0,0,0,1,0,0,0,0
www.eeworm.com/read/321465/3536323
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo version.lo \
charset.lo env.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/316872/3591249
makefile
#
# Makefile for the memory technology device drivers.
#
# Core functionality.
obj-$(CONFIG_MTD) += mtd.o
mtd-y := mtdcore.o mtdsuper.o
mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD