代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/441245/7673257

m isvaldfile.m

%ISVALDFILE Test whether the argument is a valid datafile or dataset % % N = ISVALDFILE(A); % N = ISVALDFILE(A,M); % N = ISVALDFILE(A,M,C); % % INPUT % A Input argument, to be tested o
www.eeworm.com/read/298565/7951032

txt readme.txt

TODO: Create a test application for the main project in this folder. For example a simple GUI application that exposes some functionality of the main project to be tested, or a unit testing applicat
www.eeworm.com/read/197186/8018630

xml build.xml

www.eeworm.com/read/137160/13342293

m isvaldset.m

%ISVALDSET Test whether the argument is a valid dataset % % N = ISVALDSET(A); % N = ISVALDSET(A,M); % N = ISVALDSET(A,M,C); % % INPUT % A Input argument, to be tested on dataset % M
www.eeworm.com/read/323119/13352519

inc partition_1.inc

-- source include/have_partition.inc # include/partition_1.inc # # Partitionong tests # # Attention: The variable # $engine -- Storage engine to be tested. # mus
www.eeworm.com/read/314653/13562535

m isvaldset.m

%ISVALDSET Test whether the argument is a valid dataset % % N = ISVALDSET(A); % N = ISVALDSET(A,M); % N = ISVALDSET(A,M,C); % % INPUT % A Input argument, to be tested on dataset % M
www.eeworm.com/read/125819/6020834

c lcd390.c

/*------------------------------------------------------------------------- lcd.c - lcd routines for the DS80C390 (tested on TINI) Written By - Johan Knol, johan.knol@iduna.nl This pro
www.eeworm.com/read/125819/6020888

c rtc390.c

/*------------------------------------------------------------------------- rtc390.c - time demo using the DS1315 (tested on TINI) Written By - Johan Knol, johan.knol@iduna.nl This pro
www.eeworm.com/read/124347/6053551

c condvar8.c

/* * File: condvar8.c * * Test Synopsis: * - Test multiple pthread_cond_broadcasts. * * Test Method (Validation or Falsification): * - Validation * * Requirements Tested: * - * * Features
www.eeworm.com/read/124347/6053556

c cleanup2.c

/* * File: cleanup2.c * * Test Synopsis: Test cleanup handler executes (when thread is not canceled). * * Test Method (Validation or Falsification): * - * * Requirements Tested: * - * * Fe