HomeSort by relevance Sort by last modified time
    Searched defs:newMap (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 89 int newMap[] = new int[m_mapSize];
91 System.arraycopy(m_map, 0, newMap, 0, oldSize);
93 m_map = newMap;
107 int newMap[] = new int[size];
109 System.arraycopy(m_map, 0, newMap, 0, m_map[m_lengthPos]);
112 m_map = newMap;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java 79 int newMap[] = new int[m_mapSize];
81 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
83 m_map = newMap;
IntVector.java 133 int newMap[] = new int[m_mapSize];
135 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
137 m_map = newMap;
157 int newMap[] = new int[m_mapSize];
159 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
161 m_map = newMap;
183 int newMap[] = new int[m_mapSize];
185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
187 m_map = newMap;
210 int newMap[] = new int[m_mapSize]
    [all...]
ObjectStack.java 79 Object newMap[] = new Object[m_mapSize];
81 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
83 m_map = newMap;
ObjectVector.java 133 Object newMap[] = new Object[m_mapSize];
135 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
137 m_map = newMap;
157 Object newMap[] = new Object[m_mapSize];
159 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
161 m_map = newMap;
183 Object newMap[] = new Object[m_mapSize];
185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
187 m_map = newMap;
210 Object newMap[] = new Object[m_mapSize]
    [all...]
StringToIntTable.java 100 String newMap[] = new String[m_mapSize];
102 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
104 m_map = newMap;
StringVector.java 101 String newMap[] = new String[m_mapSize];
103 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
105 m_map = newMap;
181 String newMap[] = new String[m_mapSize];
183 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
185 m_map = newMap;
NodeVector.java 130 int newMap[] = new int[m_mapSize];
132 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
134 m_map = newMap;
164 int newMap[] = new int[m_mapSize];
166 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
168 m_map = newMap;
258 int newMap[] = new int[m_mapSize];
260 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
262 m_map = newMap;
374 int newMap[] = new int[m_mapSize]
    [all...]
SuballocatedIntVector.java 167 int[][] newMap=new int[newsize][];
168 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
169 m_map=newMap;
207 int[][] newMap=new int[newsize][];
208 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
209 m_map=newMap;
265 int[][] newMap=new int[newsize][];
266 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
267 m_map=newMap;
399 int[][] newMap=new int[newsize][]
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 279 Map<Object, Object> newMap = ImmutableMap.of(one, one);
280 assertEquals(newMap, map);
281 assertEquals(newMap.entrySet(), map.entrySet());
282 assertEquals(newMap.keySet(), map.keySet());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 107 String newMap[] = new String[m_mapSize];
109 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
111 m_map = newMap;
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
BasicMDCAdapter.java 146 Map<String, String> newMap = Collections.<String, String> synchronizedMap(new HashMap<String, String>());
148 newMap.putAll(oldMap);
150 return newMap;
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 229 FileMap* newMap = new FileMap();
230 if (!newMap->create(mFileName, fd, ze.offset, actualLen, true)) {
231 delete newMap;
235 return newMap;
  /packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
WidgetsListAdapterTest.java 114 // newMap [A, C, D] [A, B, E]
130 MultiHashMap<PackageItemInfo, WidgetItem> newMap = new MultiHashMap();
141 newMap.addToList(pInfo, wi);
142 if (newMap.size() == num) {
146 for (Map.Entry<PackageItemInfo, ArrayList<WidgetItem>> entry : newMap.entrySet()) {
  /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
ProvisioningValuesLoader.java 139 HashMap<String, String> newMap = new HashMap<String, String>();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 291 int[] newMap[] = new int[m_mapSize][];
292 System.arraycopy(m_map, 0, newMap, 0, orgMapSize);
293 m_map = newMap;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 891 Node newMap[] = new Node[m_mapSize];
893 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
895 m_map = newMap;
925 Node newMap[] = new Node[m_mapSize];
927 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
929 m_map = newMap;
1019 Node newMap[] = new Node[m_mapSize];
1021 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
1023 m_map = newMap;
1116 Node newMap[] = new Node[m_mapSize]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java     [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 184 public static Map<String, String> newMap(Iterable<? extends Map.Entry> from) {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
MapForProto2LiteTest.java 205 assertEquals(newMap(1, 2), message.getInt32ToInt32Field());
206 assertEquals(newMap(1, 2), builder.getInt32ToInt32Field());
208 assertEquals(newMap(1, 2), message.getInt32ToInt32Field());
209 assertEquals(newMap(1, 2, 2, 3), builder.getInt32ToInt32Field());
216 assertEquals(newMap(1, 2), builder.build().getInt32ToInt32Field());
223 assertEquals(newMap(1, 2), builder.getInt32ToInt32Field());
225 assertEquals(newMap(1, 2, 2, 3), builder.getInt32ToInt32Field());
229 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.build().getInt32ToEnumField());
236 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.getInt32ToEnumField());
239 newMap(1, TestMap.EnumValue.BAR, 2, TestMap.EnumValue.FOO)
    [all...]
MapForProto2Test.java 195 assertEquals(newMap(1, 2), builder.build().getInt32ToInt32Field());
202 assertEquals(newMap(1, 2), builder.getInt32ToInt32Field());
204 assertEquals(newMap(1, 2, 2, 3), builder.getInt32ToInt32Field());
208 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.build().getInt32ToEnumField());
215 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.getInt32ToEnumField());
218 newMap(1, TestMap.EnumValue.BAR, 2, TestMap.EnumValue.FOO),
223 assertEquals(newMap(1, "1"), builder.build().getInt32ToStringField());
230 assertEquals(newMap(1, "1"), builder.getInt32ToStringField());
233 newMap(1, "1", 2, "2"),
238 assertEquals(newMap(1, TestMap.MessageValue.getDefaultInstance())
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMap.java 334 RubyMap newMap = newThisType(context);
336 newMap.table.put(entry.getKey(), entry.getValue());
338 return newMap;
348 RubyMap newMap = newThisType(context);
353 newMap.table.put(key.dup(), message.deepCopy(context));
358 newMap.table.put(key.dup(), table.get(key).dup());
361 return newMap;
404 RubyMap newMap;
406 newMap = (RubyMap) metaClass.newInstance(context,
411 newMap = (RubyMap) metaClass.newInstance(context
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 173 HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>();
174 mProvidersByNamePerUser.put(userId, newMap);
175 return newMap;
186 HashMap<ComponentName, ContentProviderRecord> newMap
188 mProvidersByClassPerUser.put(userId, newMap);
189 return newMap;
  /libcore/ojluni/src/main/java/java/util/
Hashtable.java 403 HashtableEntry<?,?>[] newMap = new HashtableEntry<?,?>[newCapacity];
407 table = newMap;
415 e.next = (HashtableEntry<K,V>)newMap[index];
416 newMap[index] = e;
    [all...]

Completed in 1389 milliseconds

1 2 3 4 5 6 7