/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_pickle.py | 43 except db.DBError, egg: 44 pickledEgg = pickle.dumps(egg) 47 if rottenEgg.args != egg.args or type(rottenEgg) != type(egg): 48 raise Exception, (rottenEgg, '!=', egg)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_pickle.py | 43 except db.DBError, egg: 44 pickledEgg = pickle.dumps(egg) 47 if rottenEgg.args != egg.args or type(rottenEgg) != type(egg): 48 raise Exception, (rottenEgg, '!=', egg)
|
/external/antlr/antlr-3.4/runtime/Python/ |
ez_setup.py | 21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca', 22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb', 23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b', 24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a', 25 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618', 26 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', 27 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', 28 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4', 29 'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c', 30 'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b' 83 egg = download_setuptools(version, download_base, to_dir, download_delay) variable 85 import setuptools; setuptools.bootstrap_install_from = egg namespace [all...] |
/external/chromium_org/third_party/protobuf/python/ |
ez_setup.py | 26 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca', 27 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb', 28 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b', 29 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a', 30 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618', 31 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', 32 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', 33 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4', 34 'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c', 35 'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b' 104 import setuptools; setuptools.bootstrap_install_from = egg namespace [all...] |
/external/protobuf/python/ |
ez_setup.py | 26 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca', 27 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb', 28 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b', 29 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a', 30 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618', 31 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', 32 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', 33 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4', 34 'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c', 35 'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b' 96 import setuptools; setuptools.bootstrap_install_from = egg namespace [all...] |
/external/llvm/utils/lit/utils/ |
check-sdist | 15 grep -v '^\./lit.egg-info' | \ 24 rm -rf lit.egg-info dist 34 grep -v '^\./lit.egg-info' | \
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
Makefile | 30 # Clean up the egg files 31 rm -rf *egg* 44 # Build the python Egg
|
/external/chromium_org/third_party/python_gflags/ |
Makefile | 30 # Clean up the egg files 31 rm -rf *egg* 44 # Build the python Egg
|
/external/clang/bindings/python/tests/cindex/ |
test_cursor.py | 179 tu = get_tu('enum TEST { SPAM=1, EGG, HAM = EGG * 20};') 188 spam, egg, ham = enum_constants 192 assert egg.kind == CursorKind.ENUM_CONSTANT_DECL 193 assert egg.enum_value == 2
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 15 egg=str, 44 ['egg(']) 59 self.assertEqual(self.completer.attr_matches('Completeme.egg'), []) 64 self.assertEqual(self.completer.attr_matches('egg.s'), 65 ['egg.{}('.format(x) for x in dir(str)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 15 egg=str, 44 ['egg(']) 59 self.assertEqual(self.completer.attr_matches('Completeme.egg'), []) 64 self.assertEqual(self.completer.attr_matches('egg.s'), 65 ['egg.{}('.format(x) for x in dir(str)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 987 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 988 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \ [all...] |