Searched refs:newMap (Results 1 – 11 of 11) sorted by relevance
226 FileMap* newMap = new FileMap(); in createEntryFileMap() local227 if (!newMap->create(mFileName, fd, ze.offset, actualLen, true)) { in createEntryFileMap()228 delete newMap; in createEntryFileMap()232 return newMap; in createEntryFileMap()251 incfs::IncFsFileMap newMap; in createEntryIncFsFileMap() local252 if (!newMap.Create(fd, ze.offset, actualLen, mFileName)) { in createEntryIncFsFileMap()255 return std::move(newMap); in createEntryIncFsFileMap()
114 val newMap = mutableMapOf<String, TrackedSmartspaceTarget>() regex123 newMap[key] = trackedTarget131 if (!newMap.containsKey(prevKey)) {142 trackedSmartspaceTargets = newMap
174 … HashMap<String, ContentProviderRecord> newMap = new HashMap<String, ContentProviderRecord>(); in getProvidersByName() local175 mProvidersByNamePerUser.put(userId, newMap); in getProvidersByName()176 return newMap; in getProvidersByName()187 HashMap<ComponentName, ContentProviderRecord> newMap in getProvidersByClass() local189 mProvidersByClassPerUser.put(userId, newMap); in getProvidersByClass()190 return newMap; in getProvidersByClass()
424 ArrayMap newMap = new ArrayMap<Integer, String>(); in run()426 newMap.put(i, String.valueOf(i)); in run()428 ArrayMap mapCopy = new ArrayMap(newMap); in run()429 if (!compare(mapCopy, newMap)) { in run()431 newMap + ", got " + mapCopy); in run()432 dump(newMap, mapCopy); in run()
690 Bitmap newMap = temp.copy(temp.getConfig(), true); in makeMiniThumbBitmap()691 Canvas overlayCanvas = new Canvas(newMap); in makeMiniThumbBitmap()694 int left = (newMap.getWidth() - overlayWidth) / 2; in makeMiniThumbBitmap()695 int top = (newMap.getHeight() - overlayHeight) / 2; in makeMiniThumbBitmap()701 temp = newMap; in makeMiniThumbBitmap()
430 int[] newMap = ArrayUtils.newUnpaddedIntArray(newOrder); in resizeMatrix() local431 System.arraycopy(mMap, 0, newMap, 0, minOrder); in resizeMatrix()443 mMap = newMap; in resizeMatrix()
136 public synchronized boolean updateCapabilityRegistrationTrackerMap(String[] newMap) { in updateCapabilityRegistrationTrackerMap() argument138 mServiceCapRegTracker = PublishServiceDescTracker.fromCarrierConfig(newMap); in updateCapabilityRegistrationTrackerMap()
862 String[] newMap = getCarrierServiceDescriptionFeatureTagMap(); in handleCarrierConfigChangedMessage() local863 if (mDeviceCapabilityInfo.updateCapabilityRegistrationTrackerMap(newMap)) { in handleCarrierConfigChangedMessage()
699 newMap := map[string]string{}701 newMap[k] = normalizeStringRelativeToTop(config, v)703 return newMap
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
560 Landroid/icu/impl/locale/XLocaleDistance;->newMap()Ljava/util/Map;