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

  /system/update_engine/payload_generator/
block_mapping_unittest.cc 107 string old_contents(10 * block_size_, '\0');
108 for (size_t i = 0; i < old_contents.size(); ++i)
109 old_contents[i] = 4 + i / block_size_;
110 test_utils::WriteFileString(old_part_path_, old_contents);
113 // other blocks in old_contents.
122 old_contents.size(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 183 old_contents = read_file()
187 self.assertEqual(old_contents, read_file())
192 self.assertNotEqual(old_contents, new_contents)
195 fp.write(old_contents)
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 200 old_contents = read_file()
206 self.assertEqual(old_contents, read_file())
212 self.assertNotEqual(old_contents, new_contents)
  /external/python/cpython3/Lib/lib2to3/tests/
test_refactor.py 194 old_contents = read_file()
200 self.assertEqual(old_contents, read_file())
206 self.assertNotEqual(old_contents, new_contents)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 199 old_contents = read_file()
205 self.assertEqual(old_contents, read_file())
211 self.assertNotEqual(old_contents, new_contents)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 199 old_contents = read_file()
205 self.assertEqual(old_contents, read_file())
211 self.assertNotEqual(old_contents, new_contents)

Completed in 120 milliseconds