HomeSort by relevance Sort by last modified time
    Searched refs:importers (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/timeline/
model.py 21 # Register importers for data
109 importers = []
112 importers.append(self._CreateImporter(item))
114 importers.append(self._CreateImporter(timeline_data))
116 importers.sort(cmp=lambda x, y: x.import_priority - y.import_priority)
118 for importer in importers:
121 self.FinalizeImport(shift_world_to_zero, importers)
123 def FinalizeImport(self, shift_world_to_zero=False, importers=None):
124 if importers == None:
125 importers = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 141 importers = iter_importers()
143 importers = map(get_importer, path)
146 for i in importers:
401 """Yield PEP 302 importers for the given module name
403 If fullname contains a '.', the importers will be for the package
404 containing fullname, otherwise they will be importers for sys.meta_path,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 141 importers = iter_importers()
143 importers = map(get_importer, path)
146 for i in importers:
401 """Yield PEP 302 importers for the given module name
403 If fullname contains a '.', the importers will be for the package
404 containing fullname, otherwise they will be importers for sys.meta_path,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 2635 milliseconds