Searched defs:alloc (Results 51 - 75 of 188) sorted by relevance

12345678

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.cc72 int alloc = -1; local
74 alloc = sub0;
76 alloc = sub1;
78 alloc = sub2;
81 alloc = sub0;
82 if (value_[sub1] < value_[alloc]) {alloc = sub1;}
83 if (value_[sub2] < value_[alloc]) {alloc = sub2;}
85 key_[alloc]
194 int alloc = -1; local
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftsystem.h161 * alloc ::
174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/chromium_org/third_party/freetype/src/raster/
H A Dftmisc.h76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp15 template <typename T> static T* typedAllocThrow(SkChunkAlloc& alloc) { argument
16 return static_cast<T*>(alloc.allocThrow(sizeof(T)));
H A DSkRecord.h19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
70 T* alloc(size_t count = 1) { function in class:SkRecord
180 SK_WHEN(!SkTIsEmpty<T>, T*) allocCommand() { return this->alloc<T>(); }
/external/clang/test/ARCMT/
H A DCommon.h43 + (id)alloc; variable
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h57 + (id)alloc; variable
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp39 A alloc; member in struct:Outer
41 explicit Outer(const A& a) : alloc(a) { }
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc229 void *alloc = Ident(malloc(kMallocSize)); local
233 free(alloc);
/external/freetype/include/
H A Dftsystem.h161 * alloc ::
174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/freetype/src/raster/
H A Dftmisc.h76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftsystem.h167 * alloc ::
180 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftsystem.h167 * alloc ::
180 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftmisc.h76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
/external/skia/src/core/
H A DSkEdgeBuilder.cpp15 template <typename T> static T* typedAllocThrow(SkChunkAlloc& alloc) { argument
16 return static_cast<T*>(alloc.allocThrow(sizeof(T)));
H A DSkRecord.h19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
67 T* alloc(unsigned count = 1) { function in class:SkRecord
176 SK_WHEN(!SkTIsEmpty<T>, T*) allocCommand() { return this->alloc<T>(); }
/external/srtp/crypto/include/
H A Dauth.h75 ((at)->alloc((a), (klen), (outlen)))
122 auth_alloc_func alloc; member in struct:auth_type_t
/external/valgrind/main/coregrind/
H A Dm_rangemap.c51 void* (*alloc) ( const HChar*, SizeT ); /* alloc fn (nofail) */ member in struct:_RangeMap
52 const HChar* cc; /* cost centre for alloc */
75 rm->alloc = alloc_fn;
/external/bluetooth/bluedroid/hci/include/
H A Dbt_vendor_lib.h224 * Vendor lib needs to request a buffer through the alloc callout function
277 * needs to be first allocated through the alloc callout function.
312 malloc_cb alloc; member in struct:__anon1155
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_unittest.cc119 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE {
120 allocation_ = alloc;
121 ClientAssignmentCollector::AddClientStat(this, alloc);
175 const MemoryAllocation& alloc) {
179 const MemoryAllocation& alloc) {
183 const MemoryAllocation& alloc) {
187 const MemoryAllocation& alloc) {
188 return alloc.bytes_limit_when_visible != 0;
191 const MemoryAllocation& alloc) {
192 return alloc
174 IsAllocationForegroundForSurfaceYes( const MemoryAllocation& alloc) argument
178 IsAllocationBackgroundForSurfaceYes( const MemoryAllocation& alloc) argument
182 IsAllocationHibernatedForSurfaceYes( const MemoryAllocation& alloc) argument
186 IsAllocationForegroundForSurfaceNo( const MemoryAllocation& alloc) argument
190 IsAllocationBackgroundForSurfaceNo( const MemoryAllocation& alloc) argument
194 IsAllocationHibernatedForSurfaceNo( const MemoryAllocation& alloc) argument
[all...]
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h143 * been created with (*alloc_device_t::alloc)() can be used.
152 * with (*alloc_device_t::alloc)().
259 * (*alloc)() Allocates a buffer in graphic memory with the requested
272 int (*alloc)(struct alloc_device_t* dev, member in struct:alloc_device_t
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dauth.h77 ((at)->alloc((a), (klen), (outlen)))
124 auth_alloc_func alloc; member in struct:auth_type_t
H A Dcipher.h141 cipher_alloc_func_t alloc; member in struct:cipher_type_t
170 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen)))
/external/chromium_org/third_party/lzma_sdk/
H A DLzma2Dec.c75 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) argument
79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) argument
86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
331 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc)
346 RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc));
354 LzmaDec_FreeProbs(&decoder.decoder, alloc);
330 Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c162 struct nouveau_mm_allocation *alloc; local
191 alloc = MALLOC_STRUCT(nouveau_mm_allocation);
192 if (!alloc)
202 alloc->next = NULL;
203 alloc->offset = *offset;
204 alloc->priv = (void *)slab;
206 return alloc;
210 nouveau_mm_free(struct nouveau_mm_allocation *alloc) argument
212 struct mm_slab *slab = (struct mm_slab *)alloc->priv;
215 mm_slab_free(slab, alloc
[all...]

Completed in 2278 milliseconds

12345678