/external/ImageMagick/MagickCore/ |
D | memory_.h | 29 MemoryInfo; typedef 38 extern MagickExport MemoryInfo 40 *RelinquishVirtualMemory(MemoryInfo *); 58 *GetVirtualMemoryBlob(const MemoryInfo *),
|
D | fourier.c | 401 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 …]
|
D | quantum.c | 165 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()
|
D | memory.c | 670 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()
|
D | effect.c | 987 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/ |
D | ShadowActivityManagerTest.java | 32 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/ |
D | cube.c | 123 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()
|
D | avs.c | 103 MemoryInfo in ReadAVSImage() 169 if (pixel_info == (MemoryInfo *) NULL) in ReadAVSImage() 336 MemoryInfo in WriteAVSImage() 386 if (pixel_info == (MemoryInfo *) NULL) in WriteAVSImage()
|
D | sgi.c | 268 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()
|
D | rle.c | 139 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()
|
D | pcx.c | 209 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()
|
D | ps3.c | 242 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()
|
D | ps2.c | 769 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()
|
D | pdf.c | 1861 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 …]
|
D | jbig.c | 419 MemoryInfo in WriteJBIGImage() 471 if (pixel_info == (MemoryInfo *) NULL) in WriteJBIGImage()
|
D | pango.c | 134 MemoryInfo in ReadPANGOImage() 407 if (pixel_info == (MemoryInfo *) NULL) in ReadPANGOImage()
|
D | bmp.c | 530 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()
|
D | jpeg.c | 1132 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/ |
D | persistent_histogram_allocator_unittest.cc | 57 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()
|
D | persistent_memory_allocator_unittest.cc | 120 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()
|
D | persistent_memory_allocator.h | 232 struct MemoryInfo { struct 472 void GetMemoryInfo(MemoryInfo* meminfo) const;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowActivityManager.java | 30 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/ |
D | SkiaPooledImageRegionDecoder.java | 456 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in isLowMemory()
|
/external/tensorflow/tensorflow/tools/test/ |
D | system_info_lib.py | 72 mem_info = test_log_pb2.MemoryInfo()
|
/external/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 110 message MemoryInfo { message 156 MemoryInfo memory_info = 6;
|