/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/ |
D | Storage.java | 31 public long getSize() { in getSize() method in Storage 59 if (s.getSize() == this.getSize()) { in equals()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
D | NativeHeapLabelProvider.java | 57 return Integer.toString(info.getSize() * info.getAllocationCount()); in getColumnTextForNativeAllocation() 59 return getPercentageString(info.getSize() * info.getAllocationCount(), mTotalSize); in getColumnTextForNativeAllocation() 67 return Integer.toString(info.getSize()); in getColumnTextForNativeAllocation()
|
D | NativeHeapSnapshot.java | 54 total += info.getAllocationCount() * info.getSize(); in getTotalMemory()
|
D | NativeLibraryAllocationInfo.java | 55 mTotalSize += i.getAllocationCount() * i.getSize(); in updateTotalSize()
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
D | PixelPerfect.java | 141 int leftOffset = mCanvas.getSize().x / 2 - mWidth / 2; in handleMouseEvent() 142 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2; in handleMouseEvent() 205 e.gc.fillRectangle(0, 0, mCanvas.getSize().x, mCanvas.getSize().y); 208 int leftOffset = mCanvas.getSize().x / 2 - mWidth / 2; 209 int topOffset = mCanvas.getSize().y / 2 - mHeight / 2; 214 mCanvas.getSize().y / 2 + mHeight / 2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileInfo.java | 34 public long getSize() { in getSize() method in TraceFileInfo
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
D | LabelView.java | 139 int specSize = MeasureSpec.getSize(measureSpec); in measureWidth() 165 int specSize = MeasureSpec.getSize(measureSpec); in measureHeight()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
D | NativeHeapPanel.java | 448 public int getSize() { in getSize() method in NativeHeapPanel.LibraryAllocations 467 mSize += info.getAllocationCount() * info.getSize(); in computeAllocationSizeAndCount() 472 return o2.getAllocationCount() * o2.getSize() - in computeAllocationSizeAndCount() 473 o1.getAllocationCount() * o1.getSize(); in computeAllocationSizeAndCount() 840 mTotalSize += info.getSize() * info.getAllocationCount(); in updateAllocDisplayList() 939 count += allocInfo.getSize() * allocInfo.getAllocationCount(); in initAllocationDisplay() 1023 sFormatter.format(info.getSize() * info.getAllocationCount())); 1025 item.setText(2, sFormatter.format(info.getSize())); 1028 item.setText(0, sFormatter.format(info.getSize() * info.getAllocationCount())); 1030 item.setText(2, sFormatter.format(info.getSize())); [all …]
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
D | SwtBaseDialog.java | 225 childSize = child.getSize(); in positionShell() 243 sLastSizeMap.put(this.getClass(), mShell.getSize()); in saveSize()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLESbuffer.h | 27 GLuint getSize(){return m_size;}; in getSize() function
|
D | GLESpointer.h | 28 GLint getSize() const;
|
D | RangeManip.h | 30 inline int getSize() const{return m_size;}; in getSize() function
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/ |
D | ActionListModel.java | 52 public int getSize() { in getSize() method in ActionListModel
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 267 int attribSize = p->getSize()*4; //4 is the sizeof GLfixed or GLfloat in bytes in directToBytesRanges() 281 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in indirectToBytesRanges() 295 int attribSize = p->getSize() * 4; //4 is the sizeof GLfixed or GLfloat in bytes in bytesRangesToIndices() 302 int nElements = ranges[i].getSize()/attribSize; in bytesRangesToIndices() 313 int attribSize = p->getSize(); in convertDirect() 333 int attribSize = p->getSize(); in convertDirectVBO() 373 int attribSize = p->getSize(); in convertIndirect() 392 int attribSize = p->getSize(); in convertIndirectVBO() 453 *param = vbo->getSize(); in getBufferSize()
|
D | GLESpointer.cpp | 35 GLint GLESpointer::getSize() const { in getSize() function in GLESpointer
|
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/ |
D | NativeHeapDataImporterTest.java | 63 assertEquals(524292, info.getSize()); in testImportValidAllocation()
|
/sdk/sdkstats/src/com/android/sdkstats/ |
D | SdkStatsPermissionDialog.java | 122 gd.widthHint = notice.getSize().x; // do not extend beyond the NOTICE text's width in createDialogArea() 149 gd.widthHint = notice.getSize().x; in createDialogArea()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | AndroidJarLoader.java | 177 long entrySize = entry.getSize(); in preLoadClasses() 245 long entrySize = entry.getSize(); in findClassesDerivingFrom() 366 long entrySize = entry.getSize(); in loadClassData()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
D | FileLabelProvider.java | 115 return entry.getSize(); in getColumnText()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | ErrorImageComposite.java | 69 protected Point getSize() { in getSize() method in ErrorImageComposite
|
/sdk/traceview/src/com/android/traceview/ |
D | TimeLineView.java | 235 Point dim = mSurface.getSize(); in TimeLineView() 258 Point dim = mSurface.getSize(); in TimeLineView() 602 Point dim = getSize(); in draw() 744 Point dim = getSize(); in draw() 782 Point dim = getSize(); in drawSelection() 815 Point dim = getSize(); in drawTickLegend() 845 Point dim = getSize(); in drawTicks() 1062 Point dim = getSize(); in draw() 1320 Point dim = getSize(); in drawSelection() 1629 Point dim = mSurface.getSize(); in mouseMove() [all …]
|
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/ |
D | DeviceConfigHelper.java | 58 config.setScreenSizeQualifier(new ScreenSizeQualifier(screen.getSize())); in getFolderConfig()
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/ |
D | ArchiveInstaller.java | 222 if (mFileOp.length(tmpFile) == archive.getSize()) { in downloadFile() 267 if (mFileOp.length(tmpFile) < archive.getSize()) { in preparePartialDownload() 471 long size = archive.getSize(); in fetchUrl() 893 long compressedSize = newArchive.getSize(); in unzipFolder() 955 long remains = entry.getSize(); in unzipFolder() 973 entry.getName(), entry.getSize(), remains); in unzipFolder()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
D | GLTrace.java | 113 return f.length() != mTraceFileInfo.getSize() in isTraceFileModified()
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | AllocationInfo.java | 149 public int getSize() { in getSize() method in AllocationInfo
|