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

1 23 4 5 6 7 8 91011>>

  /external/openfst/src/lib/
mapped-file.cc 45 MappedFile* MappedFile::Allocate(size_t size) {
97 MappedFile* mf = Allocate(size);
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 292 * Allocate
303 void *(*Allocate) (struct Dynamic_Loader_Sym * thisptr,
336 * A class used by the dynamic loader to allocate and deallocate target memory.
386 * Function allocate
403 int (*Allocate) (struct Dynamic_Loader_Allocate * thisptr,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 78 void Allocate() {
200 // Send an allocate request without a username and verify it is rejected.
239 // Send an allocate request and verify that it is accepted.
266 // Send a second allocate request and verify that it is also accepted, though
269 Allocate();
299 Allocate();
334 Allocate();
344 Allocate();
367 Allocate();
392 Allocate();
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 242 void *Mem = C.Allocate(sizeof(UnresolvedLookupExpr) +
258 void *Mem = C.Allocate(size, llvm::alignOf<UnresolvedLookupExpr>());
302 C.Allocate(sizeof(DeclAccessPair) * NumResults,
343 C.Allocate(sizeof(DeclAccessPair) * NumResults,
402 void *Mem = C.Allocate(size);
414 void *Mem = C.Allocate(size);
535 void *Buffer = C.Allocate(sizeof(CXXStaticCastExpr)
547 C.Allocate(sizeof(CXXStaticCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
560 void *Buffer = C.Allocate(sizeof(CXXDynamicCastExpr)
572 C.Allocate(sizeof(CXXDynamicCastExpr) + PathSize * sizeof(CXXBaseSpecifier*))
    [all...]
DeclFriend.cpp 51 void *Mem = C.Allocate(Size);
DeclOpenMP.cpp 35 void *Mem = C.Allocate(Size, llvm::alignOf<OMPThreadPrivateDecl>());
  /external/chromium/base/win/
scoped_bstr.cc 46 BSTR ScopedBstr::Allocate(const char16* str) {
scoped_bstr_unittest.cc 63 EXPECT_TRUE(b1.Allocate(kTestString2) != NULL);
  /external/chromium_org/base/win/
scoped_bstr.cc 46 BSTR ScopedBstr::Allocate(const char16* str) {
scoped_bstr_unittest.cc 63 EXPECT_TRUE(b1.Allocate(kTestString2) != NULL);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_quota_enforcer.cc 29 void Allocate(
96 Allocate(it.key(), it.value(), &used_total_, &used_per_setting_);
142 Allocate(key, value, &new_used_total, &new_used_per_setting);
172 Allocate(it.key(), it.value(), &new_used_total, &new_used_per_setting);
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 43 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/net/dns/
dns_session_unittest.cc 58 enum { ALLOCATE, FREE } action;
69 scoped_ptr<DnsSession::SocketLease> Allocate(unsigned server_index);
138 scoped_ptr<DnsSession::SocketLease> DnsSessionTest::Allocate(
144 PoolEvent expected_event = { PoolEvent::ALLOCATE, server_index };
158 PoolEvent event = { PoolEvent::ALLOCATE, server_index };
206 lease1 = Allocate(0);
210 lease2 = Allocate(1);
  /external/chromium_org/third_party/leveldatabase/src/util/
arena_test.cc 40 r = arena.Allocate(s);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 47 // static void* Alloc::Allocate(size_t size);
81 pointer allocate(size_type n, const void* = 0) { function in class:STL_Allocator
82 RAW_DCHECK((n * sizeof(T)) / sizeof(T) == n, "n is too big to allocate");
83 return static_cast<T*>(Alloc::Allocate(n * sizeof(T)));
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 47 // static void* Alloc::Allocate(size_t size);
81 pointer allocate(size_type n, const void* = 0) { function in class:STL_Allocator
82 RAW_DCHECK((n * sizeof(T)) / sizeof(T) == n, "n is too big to allocate");
83 return static_cast<T*>(Alloc::Allocate(n * sizeof(T)));
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 257 EXPECT_TRUE(output.Allocate(size.width(), size.height(), false));
315 EXPECT_TRUE(buffer_pool_->Allocate());
552 device()->Allocate(capture_format, consumer());
569 device()->Allocate(capture_format, consumer());
598 device()->Allocate(capture_format, consumer());
624 device()->Allocate(capture_format, consumer());
654 device()->Allocate(capture_format, consumer());
696 device()->Allocate(capture_format, consumer());
754 base::Bind(&media::VideoCaptureDevice::Allocate,
770 device()->Allocate(capture_format, consumer())
    [all...]
desktop_capture_device.cc 37 void Allocate(int width, int height,
81 // Requested size specified to Allocate().
84 // Frame rate specified to Allocate().
128 void DesktopCaptureDevice::Core::Allocate(int width, int height,
184 // the source frame size and the requested size supplied to Allocate().
187 // TODO(wez): Constraints should be passed from getUserMedia to Allocate.
395 void DesktopCaptureDevice::Allocate(
398 core_->Allocate(capture_format.width,
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 158 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
177 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
195 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
229 SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
246 data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
264 data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
282 data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
300 data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 297 void *Allocate(uptr size) {
298 return allocator.Allocate(cache_, size, 1, false);
313 static void *Allocate(uptr size, uptr alignment, StackTrace *stack,
346 Report("WARNING: AddressSanitizer failed to allocate %p bytes\n",
355 allocated = allocator.Allocate(cache, needed_size, 8, false);
359 allocated = allocator.Allocate(cache, needed_size, 8, false);
519 void *new_ptr = Allocate(new_size, 8, stack, FROM_MALLOC, true);
625 return Allocate(size, alignment, stack, alloc_type, true);
635 return Allocate(size, 8, stack, FROM_MALLOC, true);
640 void *ptr = Allocate(nmemb * size, 8, stack, FROM_MALLOC, false)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 81 SkBitmapFilter *SkBitmapFilter::Allocate() {
123 fBitmapFilter = SkBitmapFilter::Allocate();
  /external/chromium_org/v8/src/
zone.h 62 // Allocate 'size' bytes of memory in the Zone; expands the Zone by
74 // may no longer allocate in the Zone after a call to this method.
95 // Never allocate segments smaller than this size in bytes.
98 // Never allocate segments larger than this size in bytes.
115 // Expand the Zone to hold at least 'size' more bytes and allocate
143 // Allocate a new ZoneObject of 'size' bytes in the Zone.
174 // structures to allocate themselves and their elements in the Zone.
227 INLINE(void Allocate(int length, Zone* zone)) {
228 List<T, ZoneAllocationPolicy>::Allocate(length, ZoneAllocationPolicy(zone));
  /external/chromium_org/v8/test/cctest/
test-list.cc 135 TEST(Allocate) {
139 list.Allocate(100);
  /external/opencv/cxcore/include/
cvwimage.h 311 Allocate(width, height, nchannels);
318 // Allocate an image. Does nothing if current size is the same as
320 void Allocate(int width, int height, int nchannels);
330 Allocate(src.Width(), src.Height());
368 Allocate(width, height);
375 // Allocate an image. Does nothing if current size is the same as
377 void Allocate(int width, int height);
387 Allocate(src.Width(), src.Height());
528 // Allocate ImageData
531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels
    [all...]
  /external/skia/src/core/
SkBitmapFilter.cpp 81 SkBitmapFilter *SkBitmapFilter::Allocate() {
123 fBitmapFilter = SkBitmapFilter::Allocate();

Completed in 691 milliseconds

1 23 4 5 6 7 8 91011>>