Searched refs:__version__ (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/cython/src/Cython/
H A D__init__.py1 from Cython.Shadow import __version__ namespace
/external/chromium_org/third_party/tlslite/tlslite/
H A D__init__.py28 from tlslite.api import __version__ # Unsure why this is needed, but it is namespace
H A Dapi.py4 __version__ = "0.4.6" variable
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A D__init__.py141 __version__ = '3.4' variable
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DVersion.py3 from Cython import __version__ as version
/external/llvm/utils/lit/lit/
H A D__init__.py9 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev' variable
/external/sonivox/jet_tools/JetCreator/
H A DJetSystemInfo.py30 print(wx.__version__)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__init__.py8 __version__ = "3.5.1" # see detailed history in CHANGES.txt variable
11 if max(__version__).isalpha():
13 __url__ += "/" + __version__
H A Dxmlreport.py6 from coverage import __url__, __version__ namespace
47 xcoverage.setAttribute("version", __version__)
H A Dhtml.py50 '__version__': coverage.__version__,
256 elif status['version'] != coverage.__version__:
270 'version': coverage.__version__,
/external/chromium_org/third_party/cython/src/
H A Dcython.py22 ## and bring in the __version__
23 from Cython import __version__ namespace
/external/llvm/utils/lit/
H A Dsetup.py14 version = lit.__version__,
/external/chromium_org/third_party/jinja2/
H A D__init__.py30 __version__ = '2.7.1' variable
/external/lldb/test/unittest2/
H A D__init__.py32 'expectedFailure', 'TextTestResult', '__version__', 'collector']
34 __version__ = '0.5.1' variable
/external/chromium_org/chrome/tools/build/win/
H A Dsln_deps.py9 __version__ = "1.0" variable
105 version="%prog " + __version__,
/external/chromium_org/third_party/tlslite/scripts/
H A Dtlsdb.py20 from tlslite import __version__ namespace
24 print("Version: %s" % __version__)
H A Dtls.py31 from tlslite import __version__ namespace
44 print("Version: %s" % __version__)
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py76 if setuptools.__version__ == '0.0.1':
163 if setuptools.__version__ == '0.0.1':
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A Diri2uri.py10 __version__ = "1.0.0" variable
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Drjsmin.py61 __version__ = '1.0.7' variable
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py223 if setuptools.__version__ == '0.0.1':
/external/clang/tools/scan-view/
H A Dstartfile.py5 __version__ = '1.1x' variable
/external/fonttools/Lib/fontTools/misc/
H A Dsstruct.py55 __version__ = "1.2" variable
/external/fonttools/Tools/fontTools/misc/
H A Dsstruct.py55 __version__ = "1.2" variable
/external/protobuf/python/
H A Dez_setup.py215 if setuptools.__version__ == '0.0.1':

Completed in 585 milliseconds

123