Lines Matching refs:name
40 # 1.0.3 - added normalization of Windows system name
331 # Server release name lookup will default to client names if necessary
430 # Canonical name
455 def _java_getprop(name, default):
459 value = System.getProperty(name)
487 vm_name = _java_getprop('java.vm.name', vm_name)
493 os_name = _java_getprop('java.os.name', os_name)
499 ### System name aliasing
513 # These releases use the old name SunOS
529 # XXX Whatever the new SunOS marketing name is...
577 """ Helper to determine the node name of this machine.
864 # (_syscmd_ver() tends to return the vendor name as well)
902 # normalize name
916 """ Returns the system/OS name, e.g. 'Linux', 'Windows' or 'Java'.
925 """ Returns the computer's network name (which may not be fully
962 """ Returns the (true) processor name, e.g. 'amdk6'
1005 (name, version, branch, revision, buildno, builddate, compiler)
1006 referring to the Python implementation name, version, branch,
1034 name = 'IronPython'
1051 name = 'Jython'
1064 name = "PyPy"
1081 name = 'CPython'
1102 result = (name, version, branch, revision, buildno, builddate, compiler)
1267 "^(?P<name>[a-zA-Z0-9_]+)=(?P<quote>[\"\']?)(?P<value>.*)(?P=quote)$"
1288 info[mo.group('name')] = _os_release_unescape.sub(