Lines Matching defs:sys

40 import sys
52 if sys.platform == 'win32':
57 except: __file__ = sys.argv[0];
152 if sys.platform == 'win32':
160 if sys.platform == 'win32':
188 if sys.platform == 'win32':
208 if sys.platform == 'win32':
225 if sys.platform == 'win32':
241 if sys.platform == 'win32':
271 if sys.platform == 'win32':
286 if sys.platform == 'win32':
289 if sys.platform in ('linux2', ):
291 elif sys.platform in ('sunos5',):
293 elif sys.platform in ('darwin',):
561 if sys.platform == 'win32':
596 if sys.platform == 'win32':
691 if sys.platform == 'win32':
704 #if sys.platform == 'win32':
713 if sys.platform == 'win32':
858 print >> sys.stderr, "testdriver.base: sBinPath = '%s'" % self.sBinPath;
859 print >> sys.stderr, "testdriver.base: sScriptPath = '%s'" % self.sScriptPath;
860 print >> sys.stderr, "testdriver.base: sScratchPath = '%s'" % self.sScratchPath;
861 print >> sys.stderr, "testdriver.base: sTestBoxName = '%s'" % self.sTestBoxName;
862 print >> sys.stderr, "testdriver.base: sBuildPath = '%s'" % self.sBuildPath;
863 print >> sys.stderr, "testdriver.base: sResourcePath = '%s'" % self.sResourcePath;
864 print >> sys.stderr, "testdriver.base: sUploadPath = '%s'" % self.sUploadPath;
865 print >> sys.stderr, "testdriver.base: sTestSetId = '%s'" % self.sTestSetId;
866 print >> sys.stderr, "testdriver.base: sHost = '%s'" % self.sHost;
867 print >> sys.stderr, "testdriver.base: sHostArch = '%s'" % self.sHostArch;
868 print >> sys.stderr, "testdriver.base: asSpecialActions = '%s'" % self.asSpecialActions;
869 print >> sys.stderr, "testdriver.base: asNormalActions = '%s'" % self.asNormalActions;
870 print >> sys.stderr, "testdriver.base: asActions = '%s'" % self.asActions;
1280 sName = os.path.basename(sys.argv[0]);
1506 if sys.platform == 'win32':
1556 asArgs -- The argument vector. Defaults to sys.argv.
1584 asArgs = list(sys.argv);