代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/184888/5244090

makefile

# $Id: Makefile,v 1.2 2005/06/14 08:19:39 bogdan_iancu Exp $ # # Group Membeship checking over Radius # # # WARNING: do not run this directly, it should be run by the master Makefile include ../../M
www.eeworm.com/read/175748/5342172

java diskchecker.java

package org.apache.hadoop.util; import java.io.File; import java.io.IOException; /** * Class that provides utility functions for checking disk problem * @author Hairong Kuang */ public class Dis
www.eeworm.com/read/173141/5379528

out testsecmec.out

Checking security mechanism authentication with DriverManager T4: jdbc:derby://localhost:20000/wombat;create=true;user=neelima;password=lee;securityMechanism=3 T1: jdbc:derby://localhost:20000/womba
www.eeworm.com/read/173141/5379536

out testsecmec.out

Checking security mechanism authentication with DriverManager T4: jdbc:derby://localhost:20000/wombat;create=true;user=neelima;password=lee;securityMechanism=3 T1: jdbc:derby://localhost:20000/wombat
www.eeworm.com/read/173141/5379571

out testsecmec.out

Checking security mechanism authentication with DriverManager T4: jdbc:derby://localhost:20000/wombat;create=true;user=neelima;password=lee;securityMechanism=3 T1: jdbc:derby://localhost:20000/wombat
www.eeworm.com/read/162614/5519292

c friend15.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/9453 // Access checking when template friend is defined in class. template class X { private:
www.eeworm.com/read/162614/5526274

f90 arrayio_5.f90

! { dg-do run } ! PR 21875 : Test formatted input/output to/from character arrays. ! This test checks the error checking for end of file condition. ! Contributed by Jerry DeLisle
www.eeworm.com/read/340665/3273317

c access13.c

// { dg-do compile } // Origin: Francesco Monica // PR c++/13262: Access checking during instantiation of static data // member. template class Aclass { private
www.eeworm.com/read/340665/3273371

c friend15.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/9453 // Access checking when template friend is defined in class. template class X { private:
www.eeworm.com/read/340665/3275297

c prepost4.c

// Build don't link: // GROUPS passed prefix-postfix class Y { public: friend Y operator++ (Y&); // This is legal---it's a good test to make sure that grokfndecl's // checking of the argume