代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/247207/4485948
c win32_check_group.c
/*
* mswin_check_lm_group: lookup group membership in a Windows NT/2000 domain
*
* (C)2002,2005 Guido Serassio - Acme Consulting S.r.l.
*
* Authors:
* Guido Serassio
www.eeworm.com/read/247207/4485950
h win32_check_group.h
/*
* (C) 2002, 2005 Guido Serassio
* Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran
*
* Distributed freely under the terms of the
www.eeworm.com/read/242732/4537516
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsui
www.eeworm.com/read/242732/4537576
py check-xinclude-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
#
# the testsuite description
#
DIR="xinclude-test-suite"
CONF="testdescr.xml"
www.eeworm.com/read/242732/4537615
py check-relaxng-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
import StringIO
sys.path.insert(0, "python")
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
debug = 0
verbo
www.eeworm.com/read/242732/4537640
py check-xsddata-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
import StringIO
sys.path.insert(0, "python")
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
debug = 0
verbo
www.eeworm.com/read/240162/4589793
h fp2-struct-check.h
/* Function definitions that are used by multiple tests. */
void checkSfd (Sfd x, double y)
{ if (x.f != y || x.d != y+1) DEBUG_CHECK }
void checkSfl (Sfl x, double y)
{ if (x.f != y || x.l != y+1)
www.eeworm.com/read/233554/4666683
c check_y2k.c
/* check_y2k.c -- test ntp code constructs for Y2K correctness Y2KFixes [*/
/*
Code invoked by `make check`. Not part of ntpd and not to be
installed.
On any code I even wonder about, I've cut
www.eeworm.com/read/233448/4684801
h fp2-struct-check.h
/* Function definitions that are used by multiple tests. */
void checkSfd (Sfd x, double y)
{ if (x.f != y || x.d != y+1) DEBUG_CHECK }
void checkSfl (Sfl x, double y)
{ if (x.f != y || x.l != y+1)
www.eeworm.com/read/233448/4692138
cc check_allocate_max_size.cc
//
// 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
// ter