代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/343859/3215655
m dbtex4.m
%DBTEX4 An example testing PTMF with an ULA.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.
% Start : 951221
www.eeworm.com/read/343156/3223981
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// testing.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/343156/3223992
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// testing.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/340665/3266787
s mips16-e.s
.set noreorder
.text
nop
l1: nop
1: nop
nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
www.eeworm.com/read/340665/3267070
sh allinsn.sh
#/bin/sh
# Generate test result data for xstormy16 GAS testing.
# This script is machine generated.
# It is intended to be run in the testsuite source directory.
#
# Syntax: build.sh /path/to/build/ga
www.eeworm.com/read/340665/3272913
c nrv1_main.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
// Split into pieces for binary compatibility testing October 2002
extern void nrv1_x (void);
int
main ()
{
www.eeworm.com/read/340665/3272968
c byval1_main.c
// PR c++/3948
// Test that the destructor call for a value parameter gets the
// right address.
// Split into pieces for binary compatibility testing October 2002
extern void byval1_x (void);
int
m
www.eeworm.com/read/340665/3273259
c c++98-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c++98 -pedantic" } */
/* This file is for testing the preprocessor in -std=c++98 -pedantic m
www.eeworm.com/read/340665/3280704
c gnuc99-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu99 -pedantic" } */
/* This file is for testing the preprocessor in -std=gnu99 -pedantic m
www.eeworm.com/read/340665/3280708
c c94.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409" } */
/* This file is for testing the preprocessor in -std=iso9899:199409 mod