Searched defs:Alloc (Results 76 - 81 of 81) sorted by relevance

1234

/external/skia/src/core/
H A DSkAAClip.cpp76 static RunHead* Alloc(int rowCount, size_t dataSize) { function in struct:SkAAClip::RunHead
100 RunHead* head = RunHead::Alloc(1, rowSize);
786 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes());
1024 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc133 virtual void* Alloc(unsigned int size) OVERRIDE;
284 void* MockTransferBuffer::Alloc(unsigned int size) { function in class:gpu::gles2::MockTransferBuffer
/external/clang/lib/CodeGen/
H A DCGExpr.cpp70 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name); local
73 Alloc->setAlignment(Align.getQuantity());
74 return Alloc;
79 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name); local
82 Alloc->setAlignment(Align.getQuantity());
83 return Alloc;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1873 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end();
1874 Alloc != AllocEnd; ++Alloc) {
1877 NamedDecl *D = (*Alloc)->getUnderlyingDecl();
1880 AddTemplateOverloadCandidate(FnTemplate, Alloc.getPair(),
1888 AddOverloadCandidate(Fn, Alloc.getPair(), Args, Candidates,
2045 for (DeclContext::lookup_iterator Alloc = R.begin(), AllocEnd = R.end();
2046 Alloc != AllocEnd; ++Alloc) {
2049 if (FunctionDecl *Func = dyn_cast<FunctionDecl>(*Alloc)) {
2097 FunctionDecl *Alloc = local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 98 milliseconds

1234