/external/ImageMagick/MagickCore/ |
D | memory_.h | 26 MemoryInfo; typedef 33 extern MagickExport MemoryInfo 35 *RelinquishVirtualMemory(MemoryInfo *); 49 *GetVirtualMemoryBlob(const MemoryInfo *),
|
D | fourier.c | 394 MemoryInfo in RollFourier() 410 if (source_info == (MemoryInfo *) NULL) in RollFourier() 502 MemoryInfo in ForwardFourier() 531 if ((magnitude_info == (MemoryInfo *) NULL) || in ForwardFourier() 532 (phase_info == (MemoryInfo *) NULL)) in ForwardFourier() 534 if (phase_info != (MemoryInfo *) NULL) in ForwardFourier() 536 if (magnitude_info != (MemoryInfo *) NULL) in ForwardFourier() 693 MemoryInfo in ForwardFourierTransform() 712 if (source_info == (MemoryInfo *) NULL) in ForwardFourierTransform() 767 if (forward_info == (MemoryInfo *) NULL) in ForwardFourierTransform() [all …]
|
D | memory.c | 581 MagickExport MemoryInfo *AcquireVirtualMemory(const size_t count, in AcquireVirtualMemory() 587 MemoryInfo in AcquireVirtualMemory() 594 return((MemoryInfo *) NULL); in AcquireVirtualMemory() 610 memory_info=(MemoryInfo *) MagickAssumeAligned(AcquireAlignedMemory(1, in AcquireVirtualMemory() 612 if (memory_info == (MemoryInfo *) NULL) in AcquireVirtualMemory() 963 MagickExport void *GetVirtualMemoryBlob(const MemoryInfo *memory_info) in GetVirtualMemoryBlob() 965 assert(memory_info != (const MemoryInfo *) NULL); in GetVirtualMemoryBlob() 1136 MagickExport MemoryInfo *RelinquishVirtualMemory(MemoryInfo *memory_info) in RelinquishVirtualMemory() 1138 assert(memory_info != (MemoryInfo *) NULL); in RelinquishVirtualMemory() 1164 memory_info=(MemoryInfo *) RelinquishAlignedMemory(memory_info); in RelinquishVirtualMemory()
|
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()
|
/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() 417 (pixel_info == (MemoryInfo *) NULL)) in ReadPCXImage() 421 if (pixel_info != (MemoryInfo *) NULL) in ReadPCXImage() 876 MemoryInfo in WritePCXImage() 1036 if (pixel_info == (MemoryInfo *) NULL) in WritePCXImage()
|
D | ps3.c | 241 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImage() 266 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImage() 305 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImageChannel() 339 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImageChannel() 382 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception) in SerializeImageIndexes() 406 if (*pixel_info == (MemoryInfo *) NULL) in SerializeImageIndexes() 449 MemoryInfo in WritePS3MaskImage() 849 MemoryInfo in WritePS3Image()
|
D | ps2.c | 782 MemoryInfo in WritePS2Image() 793 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image() 881 MemoryInfo in WritePS2Image() 892 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image() 1032 MemoryInfo in WritePS2Image() 1043 if (pixel_info == (MemoryInfo *) NULL) in WritePS2Image()
|
D | pdf.c | 1928 MemoryInfo in WritePDFImage() 1936 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage() 2040 MemoryInfo in WritePDFImage() 2049 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage() 2139 MemoryInfo in WritePDFImage() 2147 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage() 2453 MemoryInfo in WritePDFImage() 2461 if (pixel_info == (MemoryInfo *) NULL) in WritePDFImage() 2558 MemoryInfo in WritePDFImage() 2567 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() 402 if (pixel_info == (MemoryInfo *) NULL) in ReadPANGOImage()
|
D | bmp.c | 527 MemoryInfo in ReadBMPImage() 968 if (pixel_info == (MemoryInfo *) NULL) in ReadBMPImage() 989 if (pixel_info == (MemoryInfo *) NULL) in ReadBMPImage() 1653 MemoryInfo in WriteBMPImage() 1900 if (pixel_info == (MemoryInfo *) NULL) in WriteBMPImage() 2164 MemoryInfo in WriteBMPImage() 2172 if (rle_info == (MemoryInfo *) NULL) in WriteBMPImage()
|
D | jpeg.c | 1094 MemoryInfo in ReadJPEGImage() 1155 memory_info=(MemoryInfo *) NULL; in ReadJPEGImage() 1408 if (memory_info == (MemoryInfo *) NULL) in ReadJPEGImage() 1421 if (memory_info != (MemoryInfo *) NULL) in ReadJPEGImage() 2249 MemoryInfo in WriteJPEGImage() 2300 memory_info=(MemoryInfo *) NULL; in WriteJPEGImage() 2820 if (memory_info == (MemoryInfo *) NULL) in WriteJPEGImage() 2826 if (memory_info != (MemoryInfo *) NULL) in WriteJPEGImage()
|
D | webp.c | 590 MemoryInfo in WriteWEBPImage() 746 if (pixel_info == (MemoryInfo *) NULL) in WriteWEBPImage()
|
/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/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 91 message MemoryInfo { message 137 MemoryInfo memory_info = 6;
|
/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 | 69 mem_info = test_log_pb2.MemoryInfo()
|