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

  /external/chromium_org/net/tools/balsa/
simple_buffer.cc 171 char* new_storage = new char[new_storage_size]; local
174 memcpy(new_storage, read_ptr, read_size);
179 storage_ = new_storage;
balsa_headers.cc 128 char* new_storage = new char[new_storage_size]; local
131 memcpy(new_storage, old_storage, old_storage_size_used);
133 memcpy(new_storage + old_storage_size_used, sp.data(), sp.size());
134 blocks_[0].buffer = new_storage;
    [all...]
  /art/runtime/base/
bit_vector.cc 89 uint32_t *new_storage = local
91 memcpy(new_storage, storage_, storage_size_ * kWordBytes);
93 memset(&new_storage[storage_size_], 0, (new_size - storage_size_) * kWordBytes);
95 storage_ = new_storage;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.h 496 std::vector<StorageType> new_storage(size);
498 new (new_storage.at(i).buf) T(at(vec, i).Pass());
499 vec->swap(new_storage);
500 Finalize(&new_storage);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 176 TestingValueStore* new_storage = new TestingValueStore(); variable
178 created_[extension_id] = new_storage;
179 return new_storage;
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.c 641 vchar_t *new_storage; local
  /external/chromium_org/v8/src/
objects.cc 1968 Handle<FixedArray> new_storage = local
    [all...]
runtime.cc     [all...]

Completed in 263 milliseconds