Searched refs:newEntry (Results 1 – 3 of 3) sorted by relevance
326 for (Entry<String, Metric.Builder> newEntry : results.entrySet()) { in testEnded()327 String newKey = newEntry.getKey(); in testEnded()337 newEntry.getValue() in testEnded()445 for (Entry<String, Metric.Builder> newEntry : processed.entrySet()) { in addProcessedMetricsToExistingMetrics()446 String newKey = newEntry.getKey(); in addProcessedMetricsToExistingMetrics()456 newEntry.getValue() in addProcessedMetricsToExistingMetrics()
1781 private void add(@Nonnull final StoredEntry newEntry) throws IOException { in add() argument1782 uncompressedEntries.add(newEntry); in add()1858 private void addToEntries(@Nonnull final StoredEntry newEntry) throws IOException { in addToEntries() argument1859 Preconditions.checkArgument(newEntry.getDataDescriptorType() == in addToEntries()1869 newEntry.getCentralDirectoryHeader().getName()); in addToEntries()1880 positionInFile(newEntry, PositionHint.ANYWHERE); in addToEntries()1881 entries.put(newEntry.getCentralDirectoryHeader().getName(), fileUseMapEntry); in addToEntries()1885 notify(ext -> ext.added(newEntry, replaceStore)); in addToEntries()2053 StoredEntry newEntry = new StoredEntry(newFileData, this, newSource); in mergeFrom() local2054 add(newEntry); in mergeFrom()[all …]
183956 .local v6, "newEntry", com.android.ex.chips.RecipientEntry