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

<<313233343536373839

  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 160 0000 0010 show after reg-alloc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 142 HRESULT AdviseSurfaceAllocator([in] DWORD_PTR id, [in] IVMRSurfaceAllocator9 *alloc);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 270 SingleOperationStatistics alloc; member in struct:deqp::gles3::Performance::__anon23977::MapCallStatistics
289 SingleOperationStatistics alloc; member in struct:deqp::gles3::Performance::__anon23977::MapFlushCallStatistics
811 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeDuration::allocDuration);
826 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::allocDuration);
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 690 Address 0x........ is 0 bytes after a block of size 4 alloc'd
697 Address 0x........ is 4 bytes after a block of size 4 alloc'd
704 Address 0x........ is 8 bytes after a block of size 4 alloc'd
711 Address 0x........ is 0 bytes after a block of size 4 alloc'd
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1327 int alloc = 0, load = 0, readonly = 0, code = 0, datasect = 0; local
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 1957 String8 alloc = Asset::getAssetAllocations(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 504 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
514 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 44 return [[Fuzzy alloc] initWithCharStream:anInput];
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 8104 void *alloc; \/* -> allocated storage *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 8138 void *alloc; \/* -> allocated storage *\/ local
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 348 0x02 alloc Count L2 HW prefetcher allocations
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 821 pool = [ [ NSAutoreleasePool alloc ] init ];
    [all...]
  /external/valgrind/main/massif/
ms_main.c 49 // identified? [hmm, could make getting the name of alloc-fns more
52 // - Options like --alloc-fn='operator new(unsigned, std::nothrow_t const&)'
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
297 //--- Alloc fns ---//
317 // custom allocation) there's not much point to having all these alloc
321 // alloc function: realloc (which uses malloc); valloc,
428 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) {
469 " --alloc-fn=<name> specify <name> as an alloc function [empty]\n
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 353 $(call gen-test, containers/associative/map/map.cons/alloc)
400 $(call gen-test, containers/associative/multimap/multimap.cons/alloc)
463 $(call gen-test, containers/associative/multiset/multiset.cons/alloc)
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 344 $(call gen-test, containers/associative/map/map.cons/alloc)
391 $(call gen-test, containers/associative/multimap/multimap.cons/alloc)
454 $(call gen-test, containers/associative/multiset/multiset.cons/alloc)
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 70 // Our gralloc device structure (alloc interface)
123 // gralloc device functions (alloc interface)
337 // alloc succeeded - insert the allocated handle to the allocated list
619 // 3. locked sw access must match usage during alloc time.
898 // Allocate memory for the gralloc device (alloc interface)
913 dev->device.alloc = gralloc_alloc;
  /external/chromium_org/third_party/libxml/src/
entities.c 880 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 91 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuffer
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 283 SYSTEM_ALLOC_CC = src/system-alloc.cc
405 src/system-alloc.h \
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 463 llvm::BumpPtrAllocator &Alloc;
472 llvm::BumpPtrAllocator& alloc,
497 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
  /external/libxml2/
entities.c 963 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
xmlreader.c 815 int alloc; local
823 alloc = xmlBufGetAllocationScheme(inbuf);
833 (alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
882 if (alloc != XML_BUFFER_ALLOC_IMMUTABLE) {
    [all...]
  /external/libxml2/include/libxml/
tree.h 94 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuffer
    [all...]

Completed in 2500 milliseconds

<<313233343536373839