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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 42 # This ReplacePackage mechanism allows modulefinder to work around the
44 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
47 def ReplacePackage(oldname, newname):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py 319 # This ReplacePackage mechanism allows modulefinder to work around the
321 # sys.modules at runtime by calling ReplacePackage("_xmlplus", "xml")
323 def ReplacePackage(oldname, newname):
324 warnings.warn("use replacePackage instead of ReplacePackage",
326 replacePackage(oldname, newname)
328 def replacePackage(oldname, newname):
    [all...]

Completed in 576 milliseconds