代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/240162/4583054
c overload36.c
// { dg-do run }
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/233448/4672627
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/233448/4675873
c overload36.c
// { dg-do run }
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/233448/4687508
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/228299/4765546
java sipcallpermission.java
/*
* SipCallPermission.java
*
* Created on June 17, 2003, 9:59 AM
*/
package gov.nist.security.permissions;
import java.util.*;
/**
* Permission specific to the sip protocol
* checking the si
www.eeworm.com/read/228299/4765555
java sipportpermission.java
/*
* SipPortPermission.java
*
* Created on October 6, 2003, 8:33 AM
*/
package gov.nist.security.permissions;
import java.util.*;
/**
* Permission specific to the sip protocol
* checking if th
www.eeworm.com/read/209559/4959973
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/204643/5030995
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
www.eeworm.com/read/195013/5116290
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/193974/5138019
py marshal.py
"""Marshal module written in Python.
This doesn't marshal code objects, but supports everything else.
Performance or careful error checking is not an issue.
"""
import StringIO
import string
from t