Searched defs:sys (Results 226 - 242 of 242) sorted by relevance

12345678910

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dstats.h145 struct stats_sys sys; member in struct:stats_
275 #define SYS_STATS_INC(x) STATS_INC(sys.x)
276 #define SYS_STATS_DEC(x) STATS_DEC(sys.x)
277 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1)
278 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys)
333 void stats_display_sys(struct stats_sys *sys);
340 #define stats_display_sys(sys)
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py27 import sys namespace
31 if sys.version_info >= (3, 0):
36 elif sys.version_info >= (2, 6):
42 fp = kwargs.pop("file", sys.stdout)
94 # Globals, environment and sys.path changes.
118 sys.path.append(VBoxBinDir)
735 sys.path.append(VBoxSdkDir + '/bindings/xpcom/python/')
842 # Import web services stuff. Fix the sys.path the first time.
844 if sWebServLib not in sys.path:
845 sys
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py3 import sys namespace
14 return (sys.maxint - i)
313 import sys namespace
314 if float(sys.version[0:3]) < 2.2:
605 import sys namespace
606 if not sys.modules.has_key('libxslt'):
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py40 import sys; namespace
47 if sys.platform == 'win32':
56 if sys.version_info[0] >= 3:
312 if sys.executable is not None and len(sys.executable) > 0:
313 asArgs.insert(0, sys.executable);
449 if sys.platform == 'win32':
472 if sys.platform == 'win32':
488 if sys.platform == 'win32':
513 if sys
[all...]
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py40 import sys namespace
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
[all...]
H A Dreporter.py39 import sys namespace
82 self.sName = os.path.splitext(os.path.basename(sys.argv[0]))[0];
295 self.oStdErr = sys.stderr; # Hack for __del__ output.
331 self.oLogFile.write(('Created log file at %s.\nRunning: %s' % (sTsIso, sys.argv)).encode('utf-8'));
533 self.oOutput = sys.stdout; # Hack for __del__ output.
547 if sys.version_info[0] >= 3 \
548 or (sys.version_info[0] == 2 and sys.version_info[1] >= 6):
854 oType, oValue, oTraceback = sys.exc_info();
1219 oType, oValue, oTraceback = sys
[all...]
H A Dvboxwrappers.py37 import sys namespace
1437 if sys.platform == 'win32' \
H A Dvbox.py36 import sys namespace
44 except: __file__ = sys.argv[0];
46 if g_ksValidationKitDir not in sys.path:
47 sys.path.append(g_ksValidationKitDir);
413 print >> sys.stderr, "testdriver.vbox.Build: sInstallPath= '%s'" % self.sInstallPath;
414 print >> sys.stderr, "testdriver.vbox.Build: sSdkPath = '%s'" % self.sSdkPath;
415 print >> sys.stderr, "testdriver.vbox.Build: sSrcRoot = '%s'" % self.sSrcRoot;
416 print >> sys.stderr, "testdriver.vbox.Build: sKind = '%s'" % self.sKind;
417 print >> sys.stderr, "testdriver.vbox.Build: sDesignation= '%s'" % self.sDesignation;
418 print >> sys
[all...]
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbase.py37 import sys; namespace
45 if sys.version_info[0] >= 3:
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py49 import sys namespace
54 except: __file__ = sys.argv[0];
56 sys.path.append(g_ksValidationKitDir);
2439 [ tdTestFileRemove(sUser = sUser, sPassword = sPassword, sFile = 'c:\\pagefile.sys'),
2441 [ tdTestFileRemove(sUser = sUser, sPassword = sPassword, sFile = 'c:\\Windows\\kernel32.sys'),
3306 sys.exit(tdAddGuestCtrl().main(sys.argv));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py18 import sys namespace
833 sys.stdout.write(self.PromptMessage + " ")
834 sys.stdout.flush()
838 sys.stdout.write(self.ProgressChar)
839 sys.stdout.flush()
843 sys.stdout.write(" " + self.CodaMessage + "\n")
844 sys.stdout.flush()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py4358 import sys namespace
4360 test_file = sys.argv[1]
4362 print "Usage: %s filename" % sys.argv[0]
4363 sys.exit(1)
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmin.py34 import sys; namespace
537 self._sPageBody += cgitb.html(sys.exc_info());
567 self._sPageBody += cgitb.html(sys.exc_info());
660 self._sPageBody += cgitb.html(sys.exc_info());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py18 import sys namespace
1375 if sys.platform == "win32":
1386 sys.argv.append("genmake")
1421 # sys.exit(Main())
1423 if len(sys.argv) > 1:
1424 FilePath = sys.argv[1]
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py36 import os, sys namespace
192 sys.stdout.flush()
1148 sys.stdout.write(data)
1157 sys.stdout.write(data)
1182 stream = sys.stdout
1186 line = sys.stdin.readline()
1709 sys.stdout.write(str(data))
3557 sys.path.append(os.path.join(sPath, "sdk", "installer"))
3571 sys.path.append(sTmp);
3603 main(sys
[all...]
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py34 import sys; namespace
1470 self.oFile = sys.stderr;
2108 self.oFile = sys.stdout;
2193 sys.stderr.write('InstructionTestGen.py: Seed = %s\n' % (g_iMyRandSeed,));
2227 print('syntax error: Missing required option --output-base.', file = sys.stderr);
2238 sys.exit(InstructionTestGen.main());
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 141 milliseconds

12345678910