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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 328 pkg_file = mod.__file__
332 d, f = os.path.split(pkg_file)
335 pkg_file = d
337 pkg_file = self._source_for_file(pkg_file)
338 pkg_file = self.file_locator.canonical_filename(pkg_file)
339 self.source.append(pkg_file)
340 self.source_match.add(pkg_file)
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 246 pkg_file = os.path.join(pathname, '__init__'+self.extension)
247 if os.path.isfile(pkg_file):
249 init_path=pkg_file,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 112 pkg_file = open(pkg_fname, "w")
113 pkg_file.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 112 pkg_file = open(pkg_fname, "w")
113 pkg_file.close()

Completed in 243 milliseconds