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

  /external/robolectric-shadows/scripts/
build-resources.rb 22 new_contents = original_contents.gsub(/class|0x[0-9a-fA-F]+;/) do |match|
33 File.open(path_to_r, "w") { |f| f << new_contents }
  /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 694 brillo::Blob new_contents; local
695 EXPECT_TRUE(utils::ReadFile(new_part_.path, &new_contents));
697 new_contents));
  /external/skia/infra/bots/
win_toolchain_utils.py 46 new_contents = _replace(contents, before, after)
48 json.dump(new_contents, f)
  /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/skqp/infra/bots/
win_toolchain_utils.py 46 new_contents = _replace(contents, before, after)
48 json.dump(new_contents, f)
  /external/skqp/tools/lua/
find_ngrams_on_ct 33 new_contents, subd = re.subn(NGRAMS_LUA_SUBSTITUTION_STR,
42 tmp_script.write(new_contents)
  /external/swiftshader/third_party/subzero/src/
IceAssembler.cpp 124 uintptr_t new_contents = NewContents(Assemblr, new_capacity); local
125 memmove(reinterpret_cast<void *>(new_contents),
129 intptr_t delta = new_contents - Contents;
130 Contents = new_contents;
134 Limit = computeLimit(new_contents, new_capacity);
  /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);
  /external/libchrome/base/memory/
shared_memory_unittest.cc 348 StringPiece new_contents = "Goodbye"; local
349 memcpy(writable_shmem.memory(), new_contents.data(), new_contents.size());
350 EXPECT_EQ(new_contents,
352 new_contents.size()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 191 new_contents = read_file()
192 self.assertNotEqual(old_contents, new_contents)
196 return new_contents
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 211 new_contents = read_file()
212 self.assertNotEqual(old_contents, new_contents)
213 return new_contents
  /external/python/cpython3/Lib/lib2to3/tests/
test_refactor.py 205 new_contents = read_file()
206 self.assertNotEqual(old_contents, new_contents)
207 return 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
  /toolchain/binutils/binutils-2.27/bfd/
linker.c 2585 bfd_byte *new_contents; local
    [all...]
elf64-ppc.c 7945 bfd_byte *new_contents; local
    [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 751 new_contents = os.listdir(self._db.preferences.installDir)
752 for fn in new_contents:
    [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 455 milliseconds