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/ |
D | RubyMap.java | 334 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/ |
D | MapForProto2LiteTest.java | 516 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
|
D | MapForProto2Test.java | 1146 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
|
D | MapTest.java | 1310 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/ |
D | ProviderMap.java | 172 … HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>(); in getProvidersByName() local 185 HashMap<ComponentName, ContentProviderRecord> newMap in getProvidersByClass() local
|
/frameworks/base/libs/androidfw/ |
D | ZipFileRO.cpp | 229 FileMap* newMap = new FileMap(); in createEntryFileMap() local
|