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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllibnet.py 160 file_location,info = self.urlretrieve("http://www.python.org/")
161 self.assertTrue(os.path.exists(file_location), "file location returned by"
163 FILE = file(file_location)
169 os.unlink(file_location)
173 file_location,info = self.urlretrieve("http://www.python.org/",
175 self.assertEqual(file_location, test_support.TESTFN)
176 self.assertTrue(os.path.exists(file_location))
177 FILE = file(file_location)
182 os.unlink(file_location)
186 file_location, header = self.urlretrieve("http://www.python.org/"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllibnet.py 160 file_location,info = self.urlretrieve("http://www.python.org/")
161 self.assertTrue(os.path.exists(file_location), "file location returned by"
163 FILE = file(file_location)
169 os.unlink(file_location)
173 file_location,info = self.urlretrieve("http://www.python.org/",
175 self.assertEqual(file_location, test_support.TESTFN)
176 self.assertTrue(os.path.exists(file_location))
177 FILE = file(file_location)
182 os.unlink(file_location)
186 file_location, header = self.urlretrieve("http://www.python.org/"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 160 file_location,info = self.urlretrieve("http://www.python.org/")
161 self.assertTrue(os.path.exists(file_location), "file location returned by"
163 FILE = file(file_location)
169 os.unlink(file_location)
173 file_location,info = self.urlretrieve("http://www.python.org/",
175 self.assertEqual(file_location, test_support.TESTFN)
176 self.assertTrue(os.path.exists(file_location))
177 FILE = file(file_location)
182 os.unlink(file_location)
186 file_location, header = self.urlretrieve("http://www.python.org/"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 160 file_location,info = self.urlretrieve("http://www.python.org/")
161 self.assertTrue(os.path.exists(file_location), "file location returned by"
163 FILE = file(file_location)
169 os.unlink(file_location)
173 file_location,info = self.urlretrieve("http://www.python.org/",
175 self.assertEqual(file_location, test_support.TESTFN)
176 self.assertTrue(os.path.exists(file_location))
177 FILE = file(file_location)
182 os.unlink(file_location)
186 file_location, header = self.urlretrieve("http://www.python.org/"
    [all...]
  /art/runtime/
utils.h 283 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
287 std::string GetDalvikCacheFilenameOrDie(const char* file_location,

Completed in 632 milliseconds