Home
last modified time | relevance | path

Searched refs:MemoryInfo (Results 1 – 25 of 38) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dmemory_.h29 MemoryInfo; typedef
38 extern MagickExport MemoryInfo
40 *RelinquishVirtualMemory(MemoryInfo *);
58 *GetVirtualMemoryBlob(const MemoryInfo *),
Dfourier.c401 MemoryInfo in RollFourier()
417 if (source_info == (MemoryInfo *) NULL) in RollFourier()
509 MemoryInfo in ForwardFourier()
538 if ((magnitude_info == (MemoryInfo *) NULL) || in ForwardFourier()
539 (phase_info == (MemoryInfo *) NULL)) in ForwardFourier()
541 if (phase_info != (MemoryInfo *) NULL) in ForwardFourier()
543 if (magnitude_info != (MemoryInfo *) NULL) in ForwardFourier()
700 MemoryInfo in ForwardFourierTransform()
719 if (source_info == (MemoryInfo *) NULL) in ForwardFourierTransform()
774 if (forward_info == (MemoryInfo *) NULL) in ForwardFourierTransform()
[all …]
Dquantum.c165 quantum_info->pixels=(MemoryInfo **) AcquireQuantumMemory( in AcquireQuantumPixels()
167 if (quantum_info->pixels == (MemoryInfo **) NULL) in AcquireQuantumPixels()
178 if (quantum_info->pixels[i] == (MemoryInfo *) NULL) in AcquireQuantumPixels()
217 if (quantum_info->pixels != (MemoryInfo **) NULL) in DestroyQuantumInfo()
258 assert(quantum_info->pixels != (MemoryInfo **) NULL); in DestroyQuantumPixels()
261 if (quantum_info->pixels[i] != (MemoryInfo *) NULL) in DestroyQuantumPixels()
274 quantum_info->pixels=(MemoryInfo **) RelinquishMagickMemory( in DestroyQuantumPixels()
689 if (quantum_info->pixels != (MemoryInfo **) NULL) in SetQuantumDepth()
Dmemory.c670 MagickExport MemoryInfo *AcquireVirtualMemory(const size_t count, in AcquireVirtualMemory()
676 MemoryInfo in AcquireVirtualMemory()
683 return((MemoryInfo *) NULL); in AcquireVirtualMemory()
699 memory_info=(MemoryInfo *) MagickAssumeAligned(AcquireAlignedMemory(1, in AcquireVirtualMemory()
701 if (memory_info == (MemoryInfo *) NULL) in AcquireVirtualMemory()
1051 MagickExport void *GetVirtualMemoryBlob(const MemoryInfo *memory_info) in GetVirtualMemoryBlob()
1053 assert(memory_info != (const MemoryInfo *) NULL); in GetVirtualMemoryBlob()
1190 MagickExport MemoryInfo *RelinquishVirtualMemory(MemoryInfo *memory_info) in RelinquishVirtualMemory()
1192 assert(memory_info != (MemoryInfo *) NULL); in RelinquishVirtualMemory()
1218 memory_info=(MemoryInfo *) RelinquishAlignedMemory(memory_info); in RelinquishVirtualMemory()
Deffect.c987 MemoryInfo in DespeckleImage()
1034 if ((pixel_info == (MemoryInfo *) NULL) || in DespeckleImage()
1035 (buffer_info == (MemoryInfo *) NULL)) in DespeckleImage()
1037 if (buffer_info != (MemoryInfo *) NULL) in DespeckleImage()
1039 if (pixel_info != (MemoryInfo *) NULL) in DespeckleImage()
1698 MemoryInfo in LocalContrastImage()
1735 if (scanLinePixels_info == (MemoryInfo *) NULL) in LocalContrastImage()
1748 if (interImage_info == (MemoryInfo *) NULL) in LocalContrastImage()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityManagerTest.java32 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in getMemoryInfo_canGetMemoryInfoForOurProcess()
38 ActivityManager.MemoryInfo fetchedMemoryInfo = new ActivityManager.MemoryInfo(); in getMemoryInfo_canGetMemoryInfoForOurProcess()
49 ActivityManager.MemoryInfo fetchedMemoryInfo = new ActivityManager.MemoryInfo(); in getMemoryInfo_canGetMemoryInfoEvenWhenWeDidNotSetIt()
/external/ImageMagick/coders/
Dcube.c123 MemoryInfo in ReadCUBEImage()
156 cube_info=(MemoryInfo *) NULL; in ReadCUBEImage()
174 if (cube_info != (MemoryInfo *) NULL) in ReadCUBEImage()
187 if (cube_info == (MemoryInfo *) NULL) in ReadCUBEImage()
222 if (cube_info != (MemoryInfo *) NULL) in ReadCUBEImage()
Davs.c103 MemoryInfo in ReadAVSImage()
169 if (pixel_info == (MemoryInfo *) NULL) in ReadAVSImage()
336 MemoryInfo in WriteAVSImage()
386 if (pixel_info == (MemoryInfo *) NULL) in WriteAVSImage()
Dsgi.c268 MemoryInfo in ReadSGIImage()
393 if (pixel_info == (MemoryInfo *) NULL) in ReadSGIImage()
442 MemoryInfo in ReadSGIImage()
468 (packet_info == (MemoryInfo *) NULL)) in ReadSGIImage()
472 if (packet_info != (MemoryInfo *) NULL) in ReadSGIImage()
920 MemoryInfo in WriteSGIImage()
1032 if (pixel_info == (MemoryInfo *) NULL) in WriteSGIImage()
1116 MemoryInfo in WriteSGIImage()
1139 (packet_info == (MemoryInfo *) NULL)) in WriteSGIImage()
1145 if (packet_info != (MemoryInfo *) NULL) in WriteSGIImage()
Drle.c139 if (pixel_info != (MemoryInfo *) NULL) \ in ReadRLEImage()
161 MemoryInfo in ReadRLEImage()
218 pixel_info=(MemoryInfo *) NULL; in ReadRLEImage()
342 if (pixel_info != (MemoryInfo *) NULL) in ReadRLEImage()
356 if (pixel_info == (MemoryInfo *) NULL) in ReadRLEImage()
Dpcx.c209 if (pixel_info != (MemoryInfo *) NULL) \ in ReadPCXImage()
231 MemoryInfo in ReadPCXImage()
286 pixel_info=(MemoryInfo *) NULL; in ReadPCXImage()
413 (pixel_info == (MemoryInfo *) NULL)) in ReadPCXImage()
417 if (pixel_info != (MemoryInfo *) NULL) in ReadPCXImage()
872 MemoryInfo in WritePCXImage()
1031 if (pixel_info == (MemoryInfo *) NULL) in WritePCXImage()
Dps3.c242 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImage()
267 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImage()
306 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImageChannel()
340 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImageChannel()
383 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImageIndexes()
407 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImageIndexes()
450 MemoryInfo in WritePS3MaskImage()
844 MemoryInfo in WritePS3Image()
Dps2.c769 MemoryInfo in WritePS2Image()
780 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image()
868 MemoryInfo in WritePS2Image()
879 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image()
1019 MemoryInfo in WritePS2Image()
1030 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image()
Dpdf.c1861 MemoryInfo in WritePDFImage()
1869 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage()
1973 MemoryInfo in WritePDFImage()
1982 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage()
2072 MemoryInfo in WritePDFImage()
2080 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage()
2387 MemoryInfo in WritePDFImage()
2395 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage()
2492 MemoryInfo in WritePDFImage()
2501 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage()
[all …]
Djbig.c419 MemoryInfo in WriteJBIGImage()
471 if (pixel_info == (MemoryInfo *) NULL) in WriteJBIGImage()
Dpango.c134 MemoryInfo in ReadPANGOImage()
407 if (pixel_info == (MemoryInfo *) NULL) in ReadPANGOImage()
Dbmp.c530 MemoryInfo in ReadBMPImage()
980 if (pixel_info == (MemoryInfo *) NULL) in ReadBMPImage()
1001 if (pixel_info == (MemoryInfo *) NULL) in ReadBMPImage()
1664 MemoryInfo in WriteBMPImage()
1914 if (pixel_info == (MemoryInfo *) NULL) in WriteBMPImage()
2178 MemoryInfo in WriteBMPImage()
2186 if (rle_info == (MemoryInfo *) NULL) in WriteBMPImage()
Djpeg.c1132 MemoryInfo in ReadJPEGImage()
1193 memory_info=(MemoryInfo *) NULL; in ReadJPEGImage()
1443 if (memory_info == (MemoryInfo *) NULL) in ReadJPEGImage()
1456 if (memory_info != (MemoryInfo *) NULL) in ReadJPEGImage()
2285 MemoryInfo in WriteJPEGImage()
2336 memory_info=(MemoryInfo *) NULL; in WriteJPEGImage()
2862 if (memory_info == (MemoryInfo *) NULL) in WriteJPEGImage()
2868 if (memory_info != (MemoryInfo *) NULL) in WriteJPEGImage()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc57 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F()
65 PersistentMemoryAllocator::MemoryInfo meminfo1; in TEST_F()
73 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F()
81 PersistentMemoryAllocator::MemoryInfo meminfo3; in TEST_F()
92 PersistentMemoryAllocator::MemoryInfo meminfo4; in TEST_F()
Dpersistent_memory_allocator_unittest.cc120 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F()
136 PersistentMemoryAllocator::MemoryInfo meminfo1; in TEST_F()
176 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F()
618 PersistentMemoryAllocator::MemoryInfo meminfo1; in TEST()
663 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST()
688 PersistentMemoryAllocator::MemoryInfo meminfo3; in TEST()
729 PersistentMemoryAllocator::MemoryInfo meminfo1; in TEST()
771 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST()
Dpersistent_memory_allocator.h232 struct MemoryInfo { struct
472 void GetMemoryInfo(MemoryInfo* meminfo) const;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivityManager.java30 private ActivityManager.MemoryInfo memoryInfo;
126 protected void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { in getMemoryInfo()
192 public void setMemoryInfo(ActivityManager.MemoryInfo memoryInfo) { in setMemoryInfo()
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
DSkiaPooledImageRegionDecoder.java456 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in isLowMemory()
/external/tensorflow/tensorflow/tools/test/
Dsystem_info_lib.py72 mem_info = test_log_pb2.MemoryInfo()
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto110 message MemoryInfo { message
156 MemoryInfo memory_info = 6;

12