/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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__
|
csv.py | 8 from _csv import Error, __version__, writer, reader, register_dialect, \ 24 "unregister_dialect", "__version__", "DictReader", "DictWriter" ] 12 __doc__ namespace
|
ast.py | 29 from _ast import __version__ namespace
|
BaseHTTPServer.py | 69 __version__ = "0.3" variable 224 server_version = "BaseHTTP/" + __version__
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
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__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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__
|
csv.py | 8 from _csv import Error, __version__, writer, reader, register_dialect, \ 24 "unregister_dialect", "__version__", "DictReader", "DictWriter" ] 12 __doc__ namespace
|
ast.py | 29 from _ast import __version__ namespace
|
/external/chromium_org/tools/perf_expectations/ |
make_expectations.py | 26 __version__ = '1.0' variable 146 parser = optparse.OptionParser(usage=USAGE, version=__version__)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 72 __version__ = '1.2.3.4' 163 <strong>__version__</strong> = '1.2.3.4'</td></tr></table><p>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 72 __version__ = '1.2.3.4' 163 <strong>__version__</strong> = '1.2.3.4'</td></tr></table><p>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 9 __version__ = "0.9" variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 44 __version__ = '0.70a1' variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 9 __version__ = "0.9" variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 44 __version__ = '0.70a1' variable
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
cmdline.py | 574 Coverage.py version %(__version__)s 620 Coverage.py, version %(__version__)s 643 Coverage.py, version %(__version__)s. %(__url__)s
|
control.py | 71 from coverage import __version__ namespace 154 collector="coverage v%s" % __version__ 643 ('version', covmod.__version__),
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
mock.py | 62 __version__ = '0.6.0' variable
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-parse.y | 337 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); 339 hash_table_remove (parser->defines, "__VERSION__"); 342 add_builtin_define (parser, "__VERSION__", $2); 1193 add_builtin_define(parser, "__VERSION__", language_version); [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 337 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); 339 hash_table_remove (parser->defines, "__VERSION__"); 342 add_builtin_define (parser, "__VERSION__", $2); 1193 add_builtin_define(parser, "__VERSION__", language_version); [all...] |
/external/protobuf/python/ |
ez_setup.py | 215 if setuptools.__version__ == '0.0.1':
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 331 if Gnuplot.__version__ != "1.8":
|
/external/clang/tools/scan-view/ |
ScanView.py | 81 __version__ = "0.1" variable 204 server_version = "ScanViewServer/" + __version__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 77 __version__ = db.__version__ variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 487 print 'bsddb.db.__version__: %s' % db.__version__
|