代码搜索:Check

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

代码结果 10,000
www.eeworm.com/read/135027/13966607

txt buildtoolchain-step01-check.txt

#!/bin/bash # buildtoolchain-step01-check v1.21 08/21/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/build
www.eeworm.com/read/132665/14080596

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 testsuite description
www.eeworm.com/read/132665/14081024

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" LOG="check-
www.eeworm.com/read/132665/14081160

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 verbose = 0 quiet
www.eeworm.com/read/132665/14081391

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 verbose = 0 quiet