Searched defs:importer (Results 1 - 16 of 16) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A D__init__.py115 importer = LazyImporter(_name.lower())
116 sys.modules['email.' + _name] = importer
117 setattr(sys.modules['email'], _name, importer)
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
113 importer = LazyImporter(_name.lower()) variable in class:LazyImporter
120 importer = LazyImporter('mime.' + _name.lower()) variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_fork1.py36 def importer(): function in function:ForkTest.test_import_lock_fork
43 t = threading.Thread(target=importer)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A D__init__.py115 importer = LazyImporter(_name.lower())
116 sys.modules['email.' + _name] = importer
117 setattr(sys.modules['email'], _name, importer)
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
113 importer = LazyImporter(_name.lower()) variable in class:LazyImporter
120 importer = LazyImporter('mime.' + _name.lower()) variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fork1.py36 def importer(): function in function:ForkTest.test_import_lock_fork
43 t = threading.Thread(target=importer)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A Dconfig.py377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
H A Dconfig.py377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
/prebuilts/devtools/tools/lib/
H A Dddmuilib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmuilib/ com/android/ddmuilib/HeapPanel ...
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/eclipse/
H A Dorg.eclipse.osgi_3.6.2.R36x_v20110210.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
H A Dorg.eclipse.osgi-3.9.1.v20130814-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.osgi_3.9.1.v20140110-1610.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
H A Dorg.eclipse.osgi-3.9.0.v20130529-1710.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.osgi_3.9.0.v20130529-1710.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 296 milliseconds