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

  /system/update_engine/payload_generator/
block_mapping_unittest.cc 114 string new_contents(6 * block_size_, '\0');
115 for (size_t i = 0; i < new_contents.size(); ++i)
116 new_contents[i] = i / block_size_;
117 test_utils::WriteFileString(new_part_path_, new_contents);
123 new_contents.size(),
delta_diff_utils_unittest.cc 681 brillo::Blob new_contents; local
682 EXPECT_TRUE(utils::ReadFile(new_part_.path, &new_contents));
684 new_contents));
  /external/skia/tools/lua/
find_ngrams_on_ct 33 new_contents, subd = re.subn(NGRAMS_LUA_SUBSTITUTION_STR,
42 tmp_script.write(new_contents)
  /external/libbrillo/brillo/
file_utils_unittest.cc 39 std::string new_contents; local
40 EXPECT_TRUE(base::ReadFileToString(file_path_, &new_contents));
41 EXPECT_EQ(contents, new_contents);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 210 new_contents = read_file()
211 self.assertNotEqual(old_contents, new_contents)
212 return new_contents
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 210 new_contents = read_file()
211 self.assertNotEqual(old_contents, new_contents)
212 return new_contents
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py 681 new_contents = '1234567890abcdef'
687 self.assertEqual(len(new_contents), self.os.write(fileno, new_contents))
688 self.assertEqual(new_contents,
695 self.assertEqual(new_contents[0:2], self.os.read(fileno, 2))
696 self.assertEqual(new_contents[2:10], self.os.read(fileno, 8))
697 self.assertEqual(new_contents[10:], self.os.read(fileno, 100))
701 self.assertRaises(OSError, self.os.write, fileno, new_contents)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 2597 bfd_byte *new_contents; local
    [all...]
elf64-ppc.c 7766 bfd_byte *new_contents; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 751 new_contents = os.listdir(self._db.preferences.installDir)
752 for fn in new_contents:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 751 new_contents = os.listdir(self._db.preferences.installDir)
752 for fn in new_contents:
    [all...]

Completed in 375 milliseconds