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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 129 mod_file = open(mod_fname, "w")
130 mod_file.write(source)
131 mod_file.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 129 mod_file = open(mod_fname, "w")
130 mod_file.write(source)
131 mod_file.close()
  /external/lldb/test/unittest2/
loader.py 264 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
265 realpath = os.path.splitext(mod_file)[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
257 realpath = os.path.splitext(mod_file)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
257 realpath = os.path.splitext(mod_file)[0]

Completed in 88 milliseconds