/external/smali/util/src/main/java/org/jf/util/ |
D | SparseArray.java | 61 mValues = new Object[initialCapacity]; in SparseArray() 80 if (i < 0 || mValues[i] == DELETED) { in get() 83 return (E) mValues[i]; in get() 94 if (mValues[i] != DELETED) { in delete() 95 mValues[i] = DELETED; in delete() 114 Object[] values = mValues; in gc() 144 mValues[i] = value; in put() 148 if (i < mSize && mValues[i] == DELETED) { in put() 150 mValues[i] = value; in put() 169 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() [all …]
|
D | SparseIntArray.java | 54 mValues = new int[initialCapacity]; in SparseIntArray() 76 return mValues[i]; in get() 92 return mValues[i]; in getClosestSmaller() 94 return mValues[i]; in getClosestSmaller() 114 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1)); in removeAt() 127 mValues[i] = value; in put() 139 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() 142 mValues = nvalues; in put() 148 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); in put() 152 mValues[i] = value; in put() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSparseArray.java | 61 mValues = new Object[initialCapacity]; in __constructor__() 84 if (i < 0 || mValues[i] == DELETED) { in get() 88 return (E) mValues[i]; in get() 100 if (mValues[i] != DELETED) { in delete() 101 mValues[i] = DELETED; in delete() 121 Object[] values = mValues; in gc() 152 mValues[i] = value; in put() 156 if (i < mSize && mValues[i] == DELETED) { in put() 158 mValues[i] = value; in put() 177 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); in put() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ApiPrompt.java | 51 private String[] mValues; field in ApiPrompt 62 mValues = getIntent().getStringArrayExtra(Constants.EXTRA_API_PROMPT_VALUES); in onCreate() 70 intent.putExtra(Constants.EXTRA_API_PROMPT_VALUES, mValues); in onCreate() 86 return mValues[position]; in getItem() 108 value.setText(mValues[position]); in getView() 131 mValues[mPosition] = s.toString(); in onTextChanged()
|
/external/doclava/src/com/google/doclava/ |
D | AuxTagInfo.java | 31 private TagInfo[] mValues; field in AuxTagInfo 37 mValues = values; in AuxTagInfo() 41 return mValues; in valuesTags()
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 590 private Map<String, String> mValues; field in DeqpTestRunner.InstrumentationParser 607 if (mValues == null) mValues = new HashMap<String, String>(); in processNewLines() 611 mValues.put(mCurrentName, mCurrentValue); in processNewLines() 617 mListener.handleStatus(mValues); in processNewLines() 618 mValues = null; in processNewLines() 621 mValues.put(mCurrentName, mCurrentValue); in processNewLines() 653 mValues.put(mCurrentName, mCurrentValue); in done() 659 if (mValues != null) { in done() 660 mListener.handleStatus(mValues); in done() 661 mValues = null; in done()
|
/external/robolectric/v1/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |