Searched refs:mSize (Results 1 - 22 of 22) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DTraceFileInfo.java21 private final long mSize; field in class:TraceFileInfo
26 mSize = size;
35 return mSize;
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
H A DSparseIntArray.java43 mSize = 0;
59 int i = binarySearch(mKeys, 0, mSize, key);
72 int i = binarySearch(mKeys, 0, mSize, key);
83 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1));
84 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1));
85 mSize--;
94 int i = binarySearch(mKeys, 0, mSize, key);
101 if (mSize >= mKeys.length) {
102 int n = ArrayUtils.idealIntArraySize(mSize + 1);
115 if (mSize
237 private int mSize; field in class:SparseIntArray
[all...]
H A DSparseArray.java46 mSize = 0;
63 int i = binarySearch(mKeys, 0, mSize, key);
76 int i = binarySearch(mKeys, 0, mSize, key);
94 // Log.e("SparseArray", "gc start with " + mSize);
96 int n = mSize;
115 mSize = o;
117 // Log.e("SparseArray", "gc end with " + mSize);
126 int i = binarySearch(mKeys, 0, mSize, key);
133 if (i < mSize && mValues[i] == DELETED) {
139 if (mGarbage && mSize >
400 private int mSize; field in class:SparseArray
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
H A DErrorImageComposite.java25 private Point mSize; field in class:ErrorImageComposite
51 mSize = new Point(baseImage.getBounds().width, baseImage.getBounds().height);
62 drawImage(overlayData, -3, mSize.y - overlayData.height + 3);
64 drawImage(overlayData, 0, mSize.y - overlayData.height);
70 return mSize;
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DNativeAllocationInfo.java59 private final int mSize; field in class:NativeAllocationInfo
77 this.mSize = size & ~FLAG_MASK;
94 return mSize;
174 if (mSize != mi.mSize || mAllocations != mi.mAllocations ||
201 result = 31 * result + mSize;
226 buffer.append(mSize);
231 buffer.append(mSize * mAllocations);
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
H A DArchive.java186 private final long mSize; field in class:Archive
202 mSize = size;
220 mSize = 0;
255 return mSize;
432 result = prime * result + (int) (mSize ^ (mSize >>> 32));
492 if (mSize != other.mSize) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
H A DConfigurationSelector.java1024 private Text mSize; field in class:ConfigurationSelector.SmallestScreenWidthEdit
1043 mSize = new Text(this, SWT.BORDER);
1044 mSize.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
1045 mSize.addVerifyListener(new DimensionVerifier());
1046 mSize.addModifyListener(modifyListener);
1047 mSize.addFocusListener(focusListener);
1052 String size = mSize.getText();
1083 mSize.setText(Integer.toString(q.getValue()));
1092 private Text mSize; field in class:ConfigurationSelector.ScreenWidthEdit
1111 mSize
1158 private Text mSize; field in class:ConfigurationSelector.ScreenHeightEdit
1225 private Combo mSize; field in class:ConfigurationSelector.ScreenSizeEdit
[all...]
/sdk/find_java/
H A Dutils.h43 int mSize; member in class:CArray
46 mSize = size;
55 mSize = 0;
59 _ASSERT(i >= 0 && i < mSize);
64 return mSize;
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
H A DDeviceCreationDialog.java90 private Combo mSize; field in class:DeviceCreationDialog
191 mSize = generateCombo(parent, tooltip, ScreenSize.values(), 1, validator);
439 mSize.select(ScreenSize.getIndex(ScreenSize.getEnum("xlarge")));
441 mSize.select(ScreenSize.getIndex(ScreenSize.getEnum("large")));
443 mSize.select(ScreenSize.getIndex(ScreenSize.getEnum("normal")));
445 mSize.select(ScreenSize.getIndex(ScreenSize.getEnum("small")));
590 if (mSize.getSelectionIndex() < 0) {
773 for (int i = 0; i < mSize.getItemCount(); i++) {
774 if (size.equals(mSize.getItem(i))) {
775 mSize
[all...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DNativeHeapPanel.java413 private int mSize; field in class:NativeHeapPanel.LibraryAllocations
449 return mSize;
463 mSize = 0;
467 mSize += info.getAllocationCount() * info.getSize();
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/sdk/apps/NotificationStudio/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 200 milliseconds