/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | ObjectVector.java | 133 Object newMap[] = new Object[m_mapSize]; in addElement() local 157 Object newMap[] = new Object[m_mapSize]; in addElements() local 183 Object newMap[] = new Object[m_mapSize]; in addElements() local 210 Object newMap[] = new Object[m_mapSize]; in insertElementAt() local 412 Object newMap[] = new Object[size]; in setToSize() local
|
H A D | NodeVector.java | 130 int newMap[] = new int[m_mapSize]; in addElement() local 164 int newMap[] = new int[m_mapSize]; in push() local 258 int newMap[] = new int[m_mapSize]; in pushPair() local 374 int newMap[] = new int[m_mapSize]; in insertElementAt() local 410 int newMap[] = new int[m_mapSize]; in appendNodes() local
|
H A D | IntVector.java | 133 int newMap[] = new int[m_mapSize]; in addElement() local 157 int newMap[] = new int[m_mapSize]; in addElements() local 183 int newMap[] = new int[m_mapSize]; in addElements() local 210 int newMap[] = new int[m_mapSize]; in insertElementAt() local
|
H A D | SuballocatedIntVector.java | 167 int[][] newMap=new int[newsize][]; in addElement() local 207 int[][] newMap=new int[newsize][]; in addElements() local 265 int[][] newMap=new int[newsize][]; in insertElementAt() local 399 int[][] newMap=new int[newsize][]; in setElementAt() local
|
H A D | StringVector.java | 101 String newMap[] = new String[m_mapSize]; in addElement() local 181 String newMap[] = new String[m_mapSize]; in push() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | NodeSet.java | 891 Node newMap[] = new Node[m_mapSize]; in addElement() local 925 Node newMap[] = new Node[m_mapSize]; in push() local 1019 Node newMap[] = new Node[m_mapSize]; in pushPair() local 1116 Node newMap[] = new Node[m_mapSize]; in insertElementAt() local 1152 Node newMap[] = new Node[m_mapSize]; in appendNodes() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | AdditionalSubtypeMap.java | 83 final ArrayMap<String, List<InputMethodSubtype>> newMap = new ArrayMap<>(mMap); in cloneWithRemoveOrSelf() local 103 final ArrayMap<String, List<InputMethodSubtype>> newMap = new ArrayMap<>(mMap); in cloneWithRemoveOrSelf() local 120 final ArrayMap<String, List<InputMethodSubtype>> newMap = new ArrayMap<>(mMap); in cloneWithPut() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 349 RubyMap newMap = newThisType(context); in dup() local 377 RubyMap newMap = newThisType(context); in deepCopy() local 441 RubyMap newMap; in newThisType() local
|
/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 349 RubyMap newMap = newThisType(context); in dup() local 377 RubyMap newMap = newThisType(context); in deepCopy() local 441 RubyMap newMap; in newThisType() local
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/ |
D | KeyguardQuickAffordancePickerViewModel2.kt | 198 val newMap = in <lambda>() constant 237 val newMap = in <lambda>() constant
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | OpMapVector.java | 89 int newMap[] = new int[m_mapSize]; in setElementAt() local 107 int newMap[] = new int[size]; in setToSize() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | BenchmarkHelpers.java | 216 ConcurrentMap<K, V> newMap = new MapMaker().keyEquivalence(Equivalence.equals()).makeMap(); in create() local 225 ConcurrentMap<K, V> newMap = new MapMaker().weakValues().makeMap(); in create() local 234 ConcurrentMap<K, V> newMap = new MapMaker().weakKeys().makeMap(); in create() local 243 ConcurrentMap<K, V> newMap = new MapMaker().weakKeys().weakValues().makeMap(); in create() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | BenchmarkHelpers.java | 216 ConcurrentMap<K, V> newMap = new MapMaker().keyEquivalence(Equivalence.equals()).makeMap(); in create() local 225 ConcurrentMap<K, V> newMap = new MapMaker().weakValues().makeMap(); in create() local 234 ConcurrentMap<K, V> newMap = new MapMaker().weakKeys().makeMap(); in create() local 243 ConcurrentMap<K, V> newMap = new MapMaker().weakKeys().weakValues().makeMap(); in create() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | BasePostProcessorTest.java | 92 HashMap<String, Metric.Builder> newMap = new HashMap<>(); in processTestMetricsAndLogs() local 124 HashMap<String, Metric.Builder> newMap = new HashMap<>(); in processRunMetricsAndLogs() local 157 HashMap<String, Metric.Builder> newMap = new HashMap<>(); in processAllTestMetricsAndLogs() local
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | ClassReferenceReader.kt | 27 val newMap = mutableMapOf<String, ReferenceMatcher>() in <lambda>() constant
|
H A D | FieldInstanceReferenceReader.kt | 50 val newMap = mutableMapOf<String, ReferenceMatcher>() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | ZipFileRO.cpp | 249 FileMap* newMap = new FileMap(); in createEntryFileMap() local 274 incfs::IncFsFileMap newMap; in createEntryIncFsFileMap() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SmartspaceDedupingCoordinator.kt | 104 val newMap = mutableMapOf<String, TrackedSmartspaceTarget>() in <lambda>() constant
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapForProto2LiteTest.java | 533 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2LiteTest 539 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2LiteTest
|
H A D | MapLiteTest.java | 878 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapLiteTest 884 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapLiteTest
|
H A D | MapTest.java | 1533 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapTest 1539 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapTest 1546 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2, K key3, V value3) { in newMap() method in MapTest
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapForProto2LiteTest.java | 533 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapForProto2LiteTest 539 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapForProto2LiteTest
|
H A D | MapLiteTest.java | 878 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapLiteTest 884 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapLiteTest
|
H A D | MapTest.java | 1533 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() method in MapTest 1539 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap() method in MapTest 1546 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2, K key3, V value3) { in newMap() method in MapTest
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProviderMap.java | 174 … HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>(); in getProvidersByName() local 187 HashMap<ComponentName, ContentProviderRecord> newMap in getProvidersByClass() local
|