代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/366702/2876323

f90 write_check.f90

! { dg-do run } ! { dg-shouldfail "Compile-time specifier checking" } ! Check keyword checking for specifiers ! PR fortran/29452 program test implicit none character(len=5) :: str str = 'yes'
www.eeworm.com/read/366702/2876641

f bounds_check_13.f

! { dg-do compile } ! Tests the fix for PR34945, in which the lbound = KIND(YDA) was not resolved ! in time to set the size of TEST_ARRAY to zero. ! ! Contributed by Dick Hendrickson
www.eeworm.com/read/366702/2881948

h fp-struct-check.h

/* Function definitions that are used by multiple tests. */ #define CHECKS(NAME,TYPEM) \ void checkS##NAME##1 (S##NAME##1 x, TYPEM y) \ { if (x.a != y) DEBUG_CHECK } \ void checkS##NAME##2
www.eeworm.com/read/366702/2881984

h small-struct-check.h

/* Function definitions that are used by multiple tests. */ void checkSc (Sc x, int i) { if (x.c != (char)i) DEBUG_CHECK } void checkSs (Ss x, int i) { if (x.s != i) DEBUG_CHECK } void checkSi (Si x
www.eeworm.com/read/366702/2881988

h mixed-struct-check.h

/* Function definitions that are used by multiple tests. */ void checkScd (Scd x, int i) { if (x.c != (char)i || x.d != (double)i+1) DEBUG_CHECK } void checkScdc (Scdc x, int i) { if (x.c != (char)i
www.eeworm.com/read/366696/2885184

h boost_concept_check.h

// Copyright (C) 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms
www.eeworm.com/read/366513/2888010

svn-base check.gif.svn-base

K 13 svn:mime-type V 24 application/octet-stream END
www.eeworm.com/read/364953/2899957

java jsse_install_check.java

package org.jboss.book.security.ex4; import java.net.*; import java.security.Security; import javax.net.ServerSocketFactory; import javax.net.ssl.*; public class JSSE_install_check { public stati
www.eeworm.com/read/363556/2916777

svn-base check.png.svn-base

K 13 svn:mime-type V 24 application/octet-stream END
www.eeworm.com/read/363284/2922094

jsp dir_check_pvg.jsp