/external/chromium_org/chrome/installer/util/ |
registry_key_backup.h | 34 bool WriteTo(HKEY root, const wchar_t* key_path) const;
|
registry_key_backup_unittest.cc | 36 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); 49 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); 60 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str())); 74 EXPECT_TRUE(other_backup.WriteTo(test_data_.root_key(), 81 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(),
|
delete_reg_key_work_item.cc | 68 if (!backup_.WriteTo(predefined_root_, path_.c_str()))
|
registry_key_backup.cc | 78 bool WriteTo(RegKey* key) const; 228 bool RegistryKeyBackup::KeyData::WriteTo(RegKey* key) const { 258 if (!it->second.WriteTo(&subkey)) { 298 bool RegistryKeyBackup::WriteTo(HKEY root, const wchar_t* key_path) const { 310 success = key_data_->WriteTo(&dest_key);
|
copy_reg_key_work_item.cc | 115 if (!backup_.WriteTo(predefined_root_, dest_key_path_.c_str()))
|
/external/chromium_org/v8/src/ |
preparse-data.cc | 102 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 158 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 162 symbol_store_.WriteTo(
|
utils.h | 678 void WriteTo(Vector<T> destination) { 700 WriteTo(new_store); [all...] |
/external/v8/src/ |
preparse-data.cc | 101 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 157 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, 161 symbol_store_.WriteTo(
|
utils.h | 586 void WriteTo(Vector<T> destination) { 608 WriteTo(new_store);
|
/external/chromium_org/courgette/ |
encoded_program_unittest.cc | 31 EXPECT_TRUE(program->WriteTo(&sinks));
|
encoded_program.h | 53 CheckBool WriteTo(SinkStreamSet* streams) WARN_UNUSED_RESULT;
|
encoded_program.cc | 309 CheckBool EncodedProgram::WriteTo(SinkStreamSet* streams) { 312 // The order of fields must be consistent in WriteTo and ReadFrom, regardless 775 if (!encoded->WriteTo(sink))
|
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 78 unsigned &WriteFrom, unsigned WriteTo, 214 /// \p WriteTo - 1. 216 unsigned &WriteFrom, unsigned WriteTo, 219 if (WriteTo <= WriteFrom) 223 WriteFrom = WriteTo; 226 OS.write(FromFile.getBufferStart() + WriteFrom, WriteTo - WriteFrom); 229 FromFile.getBufferStart() + WriteTo, '\n'); 231 char LastChar = FromFile.getBufferStart()[WriteTo - 1]; 235 WriteFrom = WriteTo;
|
/external/v8/test/cctest/ |
test-heap-profiler.cc | 554 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); } 595 stream.WriteTo(json); [all...] |
/art/runtime/ |
debugger.cc | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap-profiler.cc | 690 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); } 735 stream.WriteTo(json); [all...] |