代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/432906/1886601
py 01_shutdown_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Paul Larson
# Description:
# Positive Tests:
# Test for xm shutdown
# 1) Create domain, verif
www.eeworm.com/read/432906/1886608
py 01_destroy_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Woody Marvel
import sys
import re
import time
from XmTestLib import *
# Create a domain
www.eeworm.com/read/432906/1886631
py 01_create_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
import sys
import re
import time
from XmTestLib import *
# Create a domain (def
www.eeworm.com/read/432906/1886646
py 01_security-acm_basic.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2006
# Author: Stefan Berger
#
# A couple of simple tests that test ACM security extensions
# for the xm
www.eeworm.com/read/432906/1886653
py 01_sysrq_basic_neg.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
# Check to make sure an invalid sysrq is handled appropriately
import re
from X
www.eeworm.com/read/432906/1886659
py 01_unpause_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Paul Larson
# Description:
# Positive Tests:
# Tests for xm unpause
# 1) Create domain, verif
www.eeworm.com/read/432906/1886666
py 01_memset_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Woody Marvel
##
## Description:
## Tests that verify mem-set output and return code
## 1) T
www.eeworm.com/read/432906/1886668
py 01_domname_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
import re
from XmTestLib import *
status, output = traceCommand("xm domname 0")
www.eeworm.com/read/432906/1886669
py 02_domname_basic_neg.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
import re
from XmTestLib import *
status, output = traceCommand("xm domname 149
www.eeworm.com/read/432906/1886670
py 01_reboot_basic_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
import time
import re
from XmTestLib import *
domain = XmTestDomain()
try: