代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/286192/4042063
vector
// A simplified version of the std::vector class
// UnderC Development Project, 2001-2003
// *add 1.2.5 Optional range checking (controlled by -R)
// *fix 1.2.5 now uses delete[]; defines NULL if n
www.eeworm.com/read/273740/4193983
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/446555/1711740
svn-base vector.h.svn-base
#ifndef VECTOR_H
#define VECTOR_H
/** Template based array type with range checking, iterators
and exception handling.
Note that member function definitions are in the header file.
*/
#i
www.eeworm.com/read/446555/1711744
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
/** Template based array type with range checking, iterators
and exception handling.
Note that member function definitions are in the header file.
*/
#i
www.eeworm.com/read/443386/1741596
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/440906/1774956
c friend13.c
// { dg-do compile }
// Perform access checking to parameter and return type of
// function template correctly when only specialization is friend.
template
typename T::Inner
foo () {
re
www.eeworm.com/read/440906/1777950
c overload36.c
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/440906/1783294
java interfacedispatch.java
/* Test interface dispatch, type checking (instanceof), and casting. */
interface IA
{
String a();
}
interface IB extends IA
{
String b();
}
interface IC extends IB
{
void c();
int d();
I
www.eeworm.com/read/439082/1812733
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/430898/1914748
sh buildcheck.sh
#! /bin/sh
echo "buildconf: checking installation..."
# any python
python=`build/PrintPath python`
if test -z "$python"; then
echo "buildconf: python not found."
echo " You need python ins