Home
last modified time | relevance | path

Searched defs:newMap (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java334 RubyMap newMap = newThisType(context); in dup() local
348 RubyMap newMap = newThisType(context); in deepCopy() local
404 RubyMap newMap; in newThisType() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java516 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2LiteTest
522 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2LiteTest
DMapForProto2Test.java1146 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2Test
1152 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2Test
DMapTest.java1310 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapTest
1316 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapTest
/frameworks/base/services/core/java/com/android/server/am/
DProviderMap.java172 … HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>(); in getProvidersByName() local
185 HashMap<ComponentName, ContentProviderRecord> newMap in getProvidersByClass() local
/frameworks/base/libs/androidfw/
DZipFileRO.cpp229 FileMap* newMap = new FileMap(); in createEntryFileMap() local