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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllibnet.py 152 file_location,info = self.urlretrieve("http://www.python.org/")
153 self.assertTrue(os.path.exists(file_location), "file location returned by"
155 FILE = file(file_location)
161 os.unlink(file_location)
165 file_location,info = self.urlretrieve("http://www.python.org/",
167 self.assertEqual(file_location, test_support.TESTFN)
168 self.assertTrue(os.path.exists(file_location))
169 FILE = file(file_location)
174 os.unlink(file_location)
178 file_location, header = self.urlretrieve("http://www.python.org/")
    [all...]
  /external/python/cpython2/Lib/test/
test_urllibnet.py 164 file_location,info = self.urlretrieve("http://www.example.com/")
165 self.assertTrue(os.path.exists(file_location), "file location returned by"
167 FILE = file(file_location)
173 os.unlink(file_location)
177 file_location,info = self.urlretrieve("http://www.example.com/",
179 self.assertEqual(file_location, test_support.TESTFN)
180 self.assertTrue(os.path.exists(file_location))
181 FILE = file(file_location)
186 os.unlink(file_location)
190 file_location, header = self.urlretrieve("http://www.example.com/"
    [all...]
  /external/python/cpython3/Lib/test/
test_urllibnet.py 151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
153 yield file_location, info
155 support.unlink(file_location)
159 with self.urlretrieve(self.logo) as (file_location, info):
160 self.assertTrue(os.path.exists(file_location), "file location returned by"
162 with open(file_location, 'rb') as f:
169 support.TESTFN) as (file_location, info):
170 self.assertEqual(file_location, support.TESTFN)
171 self.assertTrue(os.path.exists(file_location))
172 with open(file_location, 'rb') as f
    [all...]
  /art/libartbase/base/
file_utils.h 67 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
  /external/autotest/client/cros/update_engine/
update_engine_util.py 383 file_location = os.path.join('/tmp', filename)
384 self._host.run('screenshot %s' % file_location)
385 self._host.get_file(file_location, self.resultsdir)
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py     [all...]

Completed in 259 milliseconds