Home
last modified time | relevance | path

Searched refs:newEntries (Results 1 – 4 of 4) sorted by relevance

/external/archive-patcher/integrationtest/src/test/java/com/google/archivepatcher/integrationtest/
DFileByFileV1IntegrationTest.java164 List<UnitTestZipEntry> newEntries = Arrays.asList( in testPatchAndApply() local
178 Collections.reverse(newEntries); in testPatchAndApply()
179 byte[] newArchiveBytes = UnitTestZipArchive.makeTestZip(newEntries); in testPatchAndApply()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java3017 bag_entry[] newEntries = new bag_entry[newEntryCount]; in resizeBagEntries() local
3018 System.arraycopy(bag_entries, 0, newEntries, 0, Math.min(bag_entries.length, newEntryCount)); in resizeBagEntries()
3019 bag_entries = newEntries; in resizeBagEntries()
DCppAssetManager2.java1647 ThemeEntry[] newEntries = copied_data.entries = new ThemeEntry[type.entry_count]; in SetTo() local
1658 newEntries[i] = newEntry; in SetTo()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java3988 Map<K, V> newEntries = loadAll(keysToLoad, defaultLoader);
3990 V value = newEntries.get(key);