HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 151 - 175 of 383) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 51 char *mem = Alloc.Allocate<char>(Blob.size() + 1);
513 Start = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>();
514 End = TopDiags.Alloc.Allocate<CXLoadedDiagnostic::Location>();
  /external/v8/src/x64/
codegen-x64.cc 60 // Allocate buffer in executable space.
61 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
104 // Allocate buffer in executable space.
105 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
131 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
253 // The fail label is not actually used since we do not allocate.
263 // allocate a new backing store.
268 // Check if the backing store is in new-space. If not, we need to allocate
304 // Allocate new backing store.
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 226 if (!I.Allocate(oldsize + 1)) {
227 LOG(ERROR) << "Could not allocate I[], " << ((oldsize + 1) * sizeof(int))
232 if (!V.Allocate(oldsize + 1)) {
233 LOG(ERROR) << "Could not allocate V[], " << ((oldsize + 1) * sizeof(int))
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 157 &Allocate,
225 static NPObject* Allocate(NPP npp, NPClass* aClass) {
226 VLOG(2) << "static Allocate";
  /external/chromium_org/v8/src/
serialize.h 366 Address Allocate(int space_index, int size) {
564 int Allocate(int space, int size);
list-inl.h 149 void List<T, P>::Allocate(int length, P allocator) {
platform-nullos.cc 250 void* OS::Allocate(const size_t requested,
  /external/clang/include/clang/Basic/
IdentifierTable.h 467 void *Mem = getAllocator().Allocate<IdentifierInfo>();
499 void *Mem = getAllocator().Allocate<IdentifierInfo>();
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 256 char *Mem = (char *)Allocate(String.size() + 1, 1);
333 void *Mem = getAllocator().Allocate(
  /external/llvm/lib/Support/
YAMLTraits.cpp 281 char *Buf = StringAllocator.Allocate<char>(Len);
306 char *Buf = StringAllocator.Allocate<char>(Len);
  /external/v8/src/
serialize.h 364 Address Allocate(int space_number, Space* space, int size);
554 int Allocate(int space, int size, bool* new_page_started);
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 104 texture_copy_->Allocate(texture_mailbox_.shared_memory_size(),
  /external/chromium_org/cc/resources/
raster_worker_pool_unittest.cc 152 resource->Allocate(size, GL_RGBA, ResourceProvider::TextureUsageAny);
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 165 if (!output->Allocate(width, height, true))
backing_store_win.cc 159 if (!output->Allocate(rect.width(), rect.height(), true))
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.cc 23 bool VideoCaptureBufferPool::Allocate() {
video_capture_buffer_pool_unittest.cc 28 ASSERT_TRUE(pool->Allocate());
video_capture_controller_unittest.cc 127 video_capture_device_->Allocate(capture_format, vc_receiver);
web_contents_video_capture_device.cc     [all...]
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 124 void VideoCaptureDeviceAndroid::Allocate(
143 SetErrorState("failed to allocate");
158 DVLOG(1) << "VideoCaptureDeviceAndroid::Allocate: queried width="
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 69 void FakeVideoCaptureDevice::Allocate(
  /external/chromium_org/skia/ext/
bitmap_platform_device_linux.cc 193 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
bitmap_platform_device_mac.cc 29 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
286 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
bitmap_platform_device_win.cc 332 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 265 Allocate();
304 Allocate();
336 Allocate();
826 // Begin allocate (or immediately re-allocate, if MSG_ALLOCATE pending)
827 void P2PTransportChannel::Allocate() {
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 67 8 91011>>