代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/128084/14317273

pas checkmemmgr.pas

unit CheckMemMgr; interface // Error-checking memory manager. Use this unit first in a project. // Double-frees and memory leaks result in runtime errors. // Copyright
www.eeworm.com/read/125019/14517826

html node48.html

www.eeworm.com/read/125018/14518028

html node48.html

www.eeworm.com/read/223304/14647121

ac configure.ac

AC_INIT(fuse-kernel, 2.6.5) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL runver=`uname -r` bad_kernel_version=no ENABLE_FUSE_MODULE=y KERNELCFLAGS= kernelsrc= kernelbuild= AC_ARG_WITH(kernel, [
www.eeworm.com/read/217282/14971174

bld delay_vhd.bld

Release 8.2i ngdbuild I.31 Copyright (c) 1995-2006 Xilinx, Inc. All rights reserved. Command Line: C:\Xilinx\bin\nt\ngdbuild.exe -ise D:/MY_DESIGN/ISE/LXJ/DELAY1/DELAY1.ise -intstyle ise -dd _ngo -
www.eeworm.com/read/114554/15048050

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/212668/15151506

ac configure.ac

AC_INIT(fuse-kernel, 2.6.3) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL runver=`uname -r` bad_kernel_version=no ENABLE_FUSE_MODULE=y KERNELCFLAGS= kernelsrc= kernelbuild= AC_ARG_WITH(kernel, [
www.eeworm.com/read/168845/5429938

jam check-test-tools.jam

include recursive.jam ; include assert-equal.jam ; ##################################### # Test the testing tools right here # ##################################### # This command always exit
www.eeworm.com/read/162614/5517986

c access4.c

// { dg-do compile } // Origin: Mike Reed // PR c++/11174: Access checking of pointer-to-member function class A { protected: void foo() {} // { dg-error "protected" } p
www.eeworm.com/read/162614/5521175

c typeck1.c

// { dg-do assemble } // GROUPS passed typeck // typeck file // From: vern@daffy.ee.lbl.gov (Vern Paxson) // Date: 24 Sep 1992 23:11:22 GMT // Subject: 2.2.2 type-checking error (?) when compari