HomeSort by relevance Sort by last modified time
    Searched refs:newValues (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 113 int newValues[] = new int[m_mapSize];
115 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
117 m_values = newValues;
  /libcore/luni/src/main/java/org/apache/xml/utils/
StringToIntTable.java 106 int newValues[] = new int[m_mapSize];
108 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
110 m_values = newValues;
  /external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java 182 int[] newValues = new int[newLength];
191 newValues[newIndex++] = this.values[index];
198 newValues[newIndex++] = other.values[index];
201 return new InstructionOffsetValue(newValues);
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 433 final ArrayList<T> newValues = new ArrayList<T>(count);
441 newValues.add(value);
448 newValues.add(value);
455 results.values = newValues;
456 results.count = newValues.size();
SimpleAdapter.java 343 ArrayList<Map<String, ?>> newValues = new ArrayList<Map<String, ?>>(count);
361 newValues.add(h);
369 results.values = newValues;
370 results.count = newValues.size();
  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagProvider.java 107 public static String[] appendSelectionArgs(String[] originalValues, String[] newValues) {
109 return newValues;
111 String[] result = new String[originalValues.length + newValues.length ];
113 System.arraycopy(newValues, 0, result, originalValues.length, newValues.length);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 202 ArrayList<ListItem> newValues = new ArrayList<ListItem>(count);
214 newValues.add(item);
220 results.values = newValues;
221 results.count = newValues.size();
  /external/chromium/third_party/icu/source/i18n/
sortkey.cpp 55 CollationKey::CollationKey(const uint8_t* newValues, int32_t count)
67 uprv_memcpy(fBytes, newValues, fCount);
  /external/icu4c/i18n/
sortkey.cpp 55 CollationKey::CollationKey(const uint8_t* newValues, int32_t count)
67 uprv_memcpy(fBytes, newValues, fCount);
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
KindSectionView.java 205 final ValuesDelta newValues = EntityModifier.insertChild(mState, mKind);
211 final int newFieldId = mViewIdGenerator.getId(mState, mKind, newValues, 0);
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 505 Iterator<? extends V> newValues = values.iterator();
508 while (keyValues.hasNext() && newValues.hasNext()) {
510 keyValues.set(newValues.next());
520 while (newValues.hasNext()) {
521 keyValues.add(newValues.next());
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 469 milliseconds