HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 826 - 850 of 951) sorted by null

<<313233343536373839

  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 30 buffer = m_fixedBuffer.alloc(size);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 350 [[[ANTLR<terminalOptions.node>(stream_<token> alloc] init] nextNode];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 203 RetainPtr<WebCascadeList> cascadeList(AdoptNS, [[WebCascadeList alloc] initWithFont:&m_font character:baseCharacter]);
  /external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.darwin-arm64.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.darwin-mips.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.darwin-x86.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.darwin-x86_64.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.linux-arm.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.linux-arm64.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.linux-mips.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.linux-x86.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
libsrtp.target.linux-x86_64.mk 37 third_party/libsrtp/srtp/crypto/kernel/alloc.c \
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 109 alloc prevfs=ar.pfs,6,2,0,8
378 alloc prevfs=ar.pfs,6,2,0,8
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 900 llvm::BumpPtrAllocator &Alloc;
911 return Alloc.Allocate<CallEventTemplateTy>();
948 CallEventManager(llvm::BumpPtrAllocator &alloc) : Alloc(alloc) {}
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 143 LocMap::Allocator &alloc)
145 next(nullptr), locInts(alloc)
    [all...]
  /external/mksh/src/
expr.c 674 tvar = alloc(c + /* NUL */ 1, ATEMP);
725 vp = alloc(sizeof(struct tbl), ATEMP);
edit.c     [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 109 alloc prevfs=ar.pfs,6,2,0,8
378 alloc prevfs=ar.pfs,6,2,0,8
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 70 <auxwhat>Address 0x........ is 0 bytes after a block of size 40 alloc'd</auxwhat>
  /frameworks/base/core/jni/android/opengl/
util.cpp 63 void* alloc(size_t size) { function in class:android::MallocHelper
119 pTransformed = (float*) mallocHelper.alloc(transformedIndexCount * 4 * sizeof(float));
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 156 node = wsbmVNodeFuncs()->alloc(wsbmVNodeFuncs(), 0);
233 node = wsbmVNodeFuncs()->alloc(wsbmVNodeFuncs(), list->driverData);
  /external/bison/
maint.mk 338 @prohibit='\*\) *x(m|c|re)alloc\>' \
339 halt="don't cast x*alloc return value" \
533 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
541 _xa2 = X([CZ]|N?M)ALLOC
    [all...]
  /bionic/linker/
linker.cpp 274 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() { function in class:SoinfoListAllocator
275 return g_soinfo_links_allocator.alloc();
293 soinfo* si = g_soinfo_allocator.alloc();
605 static LinkedListEntry<soinfo>* alloc() { function in class:SoinfoListAllocatorRW
606 return g_soinfo_list_allocator_rw.alloc();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.h 662 IVMRSurfaceAllocator9 *alloc) = 0;
706 IVMRSurfaceAllocator9 *alloc);
743 #define IVMRSurfaceAllocatorNotify9_AdviseSurfaceAllocator(This,id,alloc) (This)->lpVtbl->AdviseSurfaceAllocator(This,id,alloc)
760 static FORCEINLINE HRESULT IVMRSurfaceAllocatorNotify9_AdviseSurfaceAllocator(IVMRSurfaceAllocatorNotify9* This,DWORD_PTR id,IVMRSurfaceAllocator9 *alloc) {
761 return This->lpVtbl->AdviseSurfaceAllocator(This,id,alloc);
783 IVMRSurfaceAllocator9 *alloc);
    [all...]

Completed in 1399 milliseconds

<<313233343536373839