HomeSort by relevance Sort by last modified time
    Searched refs:MemoryInfo (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 117 struct MemoryInfo {
269 void GetMemoryInfo(MemoryInfo* meminfo) const;
persistent_memory_allocator_unittest.cc 103 PersistentMemoryAllocator::MemoryInfo meminfo0;
117 PersistentMemoryAllocator::MemoryInfo meminfo1;
140 PersistentMemoryAllocator::MemoryInfo meminfo2;
526 PersistentMemoryAllocator::MemoryInfo meminfo1;
571 PersistentMemoryAllocator::MemoryInfo meminfo2;
596 PersistentMemoryAllocator::MemoryInfo meminfo3;
618 PersistentMemoryAllocator::MemoryInfo meminfo1;
660 PersistentMemoryAllocator::MemoryInfo meminfo2;
persistent_memory_allocator.cc 571 void PersistentMemoryAllocator::GetMemoryInfo(MemoryInfo* meminfo) const {
723 MemoryInfo meminfo;
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 492 Debug.MemoryInfo memInfo = new Debug.MemoryInfo();
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifPatternDrawableTest.java 159 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo();
160 Debug.getMemoryInfo(memoryInfo);
161 final long memoryBefore = memoryInfo.getTotalPss(); // Get memory usage in KB
167 Debug.getMemoryInfo(memoryInfo);
168 final long memoryAfter = memoryInfo.getTotalPss();
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryTracker.java 127 Debug.MemoryInfo[] dinfos = mAm.getProcessMemoryInfo(mPidsArray);
129 Debug.MemoryInfo dinfo = dinfos[i];
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionMeasuringActivity.java 25 import android.app.ActivityManager.MemoryInfo;
505 private MemoryInfo getMemoryInfo() {
508 MemoryInfo memInfo = new MemoryInfo();
521 MemoryInfo memInfo = getMemoryInfo();
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 35 import android.os.Debug.MemoryInfo;
498 private void assertNotLeaking(int iteration, MemoryInfo start, MemoryInfo end) {
530 MemoryInfo meminfoStart = new MemoryInfo();
531 MemoryInfo meminfoEnd = new MemoryInfo();
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 21 import android.app.ActivityManager.MemoryInfo;
468 MemoryInfo memoryInfo = new MemoryInfo();
469 activityManager.getMemoryInfo(memoryInfo);
470 return String.valueOf(memoryInfo.totalMem);
  /external/ImageMagick/www/api/
memory.php 138 MemoryInfo *AcquireVirtualMemory(const size_t count,const size_t quantum)
222 <p>GetVirtualMemoryBlob() returns the virtual memory blob associated with the specified MemoryInfo structure.</p>
227 void *GetVirtualMemoryBlob(const MemoryInfo *memory_info)
238 <dd>The MemoryInfo structure. </dd>
291 MemoryInfo *RelinquishVirtualMemory(MemoryInfo *memory_info)
  /external/ImageMagick/coders/
jbig.c 425 MemoryInfo
475 if (pixel_info == (MemoryInfo *) NULL)
ps3.c 245 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
270 if (*pixel_info == (MemoryInfo *) NULL)
309 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
343 if (*pixel_info == (MemoryInfo *) NULL)
386 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
410 if (*pixel_info == (MemoryInfo *) NULL)
453 MemoryInfo
848 MemoryInfo
    [all...]
ps2.c 779 MemoryInfo
790 if (pixel_info == (MemoryInfo *) NULL)
878 MemoryInfo
889 if (pixel_info == (MemoryInfo *) NULL)
    [all...]
pdf.c     [all...]
pcx.c 233 MemoryInfo
408 (pixel_info == (MemoryInfo *) NULL))
412 if (pixel_info != (MemoryInfo *) NULL)
863 MemoryInfo
    [all...]
pango.c 131 MemoryInfo
389 if (pixel_info == (MemoryInfo *) NULL)
bmp.c 509 MemoryInfo
936 if (pixel_info == (MemoryInfo *) NULL)
    [all...]
jpeg.c 1027 MemoryInfo
1079 memory_info=(MemoryInfo *) NULL;
    [all...]
rle.c 156 MemoryInfo
323 if (pixel_info == (MemoryInfo *) NULL)
webp.c 520 MemoryInfo
659 if (pixel_info == (MemoryInfo *) NULL)
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java     [all...]
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 29 import android.os.Debug.MemoryInfo;
296 MemoryInfo meminfo = am.getProcessMemoryInfo(pids)[0];
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
IApplicationThread.aidl 130 void dumpMemInfo(in ParcelFileDescriptor fd, in Debug.MemoryInfo mem, boolean checkin,
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 316 ActivityManager.MemoryInfo outInfo = new ActivityManager.MemoryInfo();

Completed in 342 milliseconds

12 3 4 5