HomeSort by relevance Sort by last modified time
    Searched defs:__version__ (Results 201 - 225 of 393) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 114 __version__ = "2.2.1" variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 25 __version__ = "2.2" variable
149 tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,__version__))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 39 __version__ = "1.1" variable
63 (__version__, loops, benchtime)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SocketServer.py 129 __version__ = "0.4" variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SocketServer.py 129 __version__ = "0.4" variable
smtpd.py 31 Version: %(__version__)s
84 __version__ = 'Python SMTP proxy version 0.2' variable
131 self.push('220 %s %s' % (self.__fqdn, __version__))
482 print >> sys.stderr, __version__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 22 __version__ = 'SPARK-0.7 (pre-alpha-5)' variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 168 __version__ = '1.5' variable
456 print >> fp, pot_header % {'time': timestamp, 'version': __version__}
581 print _('pygettext.py (xgettext for Python) %s') % __version__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 21 __version__ = '1.2' variable
621 version = __version__
pybench.py 47 __version__ = '2.0' variable
756 version = __version__
839 print 'PYBENCH %s' % __version__
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 44 __version__ = "%prog Version " + VersionNumber variable in class:CommonUtils
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 87 __version__ = '2.3' variable
90 'split_command_line', '__version__', '__revision__']
456 s.append('version: ' + __version__ + ' (' + __revision__ + ')')
    [all...]
  /external/clang/tools/scan-view/share/
ScanView.py 81 __version__ = "0.1" variable
204 server_version = "ScanViewServer/" + __version__
  /external/libmojo/third_party/ply/
lex.py 34 __version__ = "3.4" variable
177 tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,__version__))
178 tf.write("_tabversion = %s\n" % repr(__version__))
225 if getattr(lextab,"_tabversion","0.0") != __version__:
    [all...]
  /external/ply/ply/ply/
lex.py 34 __version__ = '3.10' variable
180 tf.write('# %s.py. This file automatically created by PLY (version %s). Don\'t edit!\n' % (basetabmodule, __version__))
    [all...]
  /external/python/cpython2/Lib/
SocketServer.py 124 __version__ = "0.4" variable
smtpd.py 31 Version: %(__version__)s
84 __version__ = 'Python SMTP proxy version 0.2' variable
131 self.push('220 %s %s' % (self.__fqdn, __version__))
482 print >> sys.stderr, __version__
  /external/python/cpython2/Lib/plat-mac/
findertools.py 31 __version__ = '1.1' variable
762 print '\nmorefindertools version %s\nTests coming up...' %__version__
  /external/python/cpython2/Parser/
spark.py 22 __version__ = 'SPARK-0.7 (pre-alpha-5)' variable
  /external/python/cpython2/Tools/i18n/
pygettext.py 168 __version__ = '1.5' variable
455 print >> fp, pot_header % {'time': timestamp, 'version': __version__}
580 print _('pygettext.py (xgettext for Python) %s') % __version__
  /external/python/cpython2/Tools/pybench/
CommandLine.py 21 __version__ = '1.2' variable
621 version = __version__
pybench.py 47 __version__ = '2.0' variable
756 version = __version__
839 print 'PYBENCH %s' % __version__
  /external/python/cpython3/Lib/
cgi.py 28 __version__ = "2.6" variable
    [all...]
platform.py 113 __version__ = '1.0.8' variable
    [all...]
  /external/python/cpython3/Lib/http/
server.py 83 __version__ = "0.6" variable
252 server_version = "BaseHTTP/" + __version__
632 server_version = "SimpleHTTP/" + __version__
    [all...]

Completed in 923 milliseconds

1 2 3 4 5 6 7 891011>>