Home
last modified time | relevance | path

Searched defs:mutations (Results 1 – 25 of 38) sorted by relevance

12

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DDefaultContentMetadataTest.java60 ContentMetadataMutations mutations = new ContentMetadataMutations(); in emptyMutationDoesNotFail() local
66 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewMetadata() local
74 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewIntMetadata() local
82 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewByteArrayMetadata() local
91 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newMetadataNotWrittenBeforeCommitted() local
99 ContentMetadataMutations mutations = new ContentMetadataMutations(); in editMetadata() local
108 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeMetadata() local
116 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addAndRemoveMetadata() local
125 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeAndAddMetadata() local
161 ContentMetadataMutations mutations = new ContentMetadataMutations(); in createContentMetadata() local
DSimpleCacheTest.java142 ContentMetadataMutations mutations = new ContentMetadataMutations(); in setGetContentMetadata() local
DCacheUtilTest.java83 ContentMetadataMutations mutations = new ContentMetadataMutations(); in getContentMetadata() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
DDefaultContentMetadataTest.java60 ContentMetadataMutations mutations = new ContentMetadataMutations(); in emptyMutationDoesNotFail() local
66 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewMetadata() local
74 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewIntMetadata() local
82 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewByteArrayMetadata() local
91 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newMetadataNotWrittenBeforeCommitted() local
99 ContentMetadataMutations mutations = new ContentMetadataMutations(); in editMetadata() local
108 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeMetadata() local
116 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addAndRemoveMetadata() local
125 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeAndAddMetadata() local
161 ContentMetadataMutations mutations = new ContentMetadataMutations(); in createContentMetadata() local
DSimpleCacheTest.java113 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newInstance_withExistingCacheDirectory_withoutDatabase_loadsCachedData() local
137 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newInstance_withExistingCacheDirectory_withDatabase_loadsCachedData() local
447 ContentMetadataMutations mutations = new ContentMetadataMutations(); in applyContentMetadataMutations_setsContentLength() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
DDefaultContentMetadataTest.java60 ContentMetadataMutations mutations = new ContentMetadataMutations(); in emptyMutationDoesNotFail() local
66 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewMetadata() local
74 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewIntMetadata() local
82 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addNewByteArrayMetadata() local
91 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newMetadataNotWrittenBeforeCommitted() local
99 ContentMetadataMutations mutations = new ContentMetadataMutations(); in editMetadata() local
108 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeMetadata() local
116 ContentMetadataMutations mutations = new ContentMetadataMutations(); in addAndRemoveMetadata() local
125 ContentMetadataMutations mutations = new ContentMetadataMutations(); in removeAndAddMetadata() local
161 ContentMetadataMutations mutations = new ContentMetadataMutations(); in createContentMetadata() local
DSimpleCacheTest.java113 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newInstance_withExistingCacheDirectory_withoutDatabase_loadsCachedData() local
137 ContentMetadataMutations mutations = new ContentMetadataMutations(); in newInstance_withExistingCacheDirectory_withDatabase_loadsCachedData() local
447 ContentMetadataMutations mutations = new ContentMetadataMutations(); in applyContentMetadataMutations_setsContentLength() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DContentMetadataMutations.java45 ContentMetadataMutations mutations, long length) { in setContentLength()
58 ContentMetadataMutations mutations, @Nullable Uri uri) { in setRedirectedUri()
DDefaultContentMetadata.java55 public DefaultContentMetadata copyWithMutationsApplied(ContentMetadataMutations mutations) { in copyWithMutationsApplied()
143 Map<String, byte[]> otherMetadata, ContentMetadataMutations mutations) { in applyMutations()
DCacheDataSource.java789 ContentMetadataMutations mutations = new ContentMetadataMutations(); in openNextSource() local
807 ContentMetadataMutations mutations = new ContentMetadataMutations(); in setNoBytesRemainingAndMaybeStoreLength() local
DCachedContent.java76 public boolean applyMetadataMutations(ContentMetadataMutations mutations) { in applyMetadataMutations()
DCache.java308 void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) in applyContentMetadataMutations()
DCachedContentIndex.java324 public void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) { in applyContentMetadataMutations()
723 ContentMetadataMutations mutations = new ContentMetadataMutations(); in readCachedContent() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DContentMetadataMutations.java45 ContentMetadataMutations mutations, long length) { in setContentLength()
58 ContentMetadataMutations mutations, @Nullable Uri uri) { in setRedirectedUri()
DDefaultContentMetadata.java54 public DefaultContentMetadata copyWithMutationsApplied(ContentMetadataMutations mutations) { in copyWithMutationsApplied()
142 Map<String, byte[]> otherMetadata, ContentMetadataMutations mutations) { in applyMutations()
DCachedContent.java67 public boolean applyMetadataMutations(ContentMetadataMutations mutations) { in applyMetadataMutations()
DCacheDataSource.java760 ContentMetadataMutations mutations = new ContentMetadataMutations(); in openNextSource() local
778 ContentMetadataMutations mutations = new ContentMetadataMutations(); in setNoBytesRemainingAndMaybeStoreLength() local
DCache.java276 void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) in applyContentMetadataMutations()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DContentMetadataMutations.java45 ContentMetadataMutations mutations, long length) { in setContentLength()
58 ContentMetadataMutations mutations, @Nullable Uri uri) { in setRedirectedUri()
DDefaultContentMetadata.java53 public DefaultContentMetadata copyWithMutationsApplied(ContentMetadataMutations mutations) { in copyWithMutationsApplied()
141 Map<String, byte[]> otherMetadata, ContentMetadataMutations mutations) { in applyMutations()
DCacheDataSource.java779 ContentMetadataMutations mutations = new ContentMetadataMutations(); in openNextSource() local
797 ContentMetadataMutations mutations = new ContentMetadataMutations(); in setNoBytesRemainingAndMaybeStoreLength() local
DCache.java308 void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) in applyContentMetadataMutations()
DCachedContent.java76 public boolean applyMetadataMutations(ContentMetadataMutations mutations) { in applyMetadataMutations()
DCachedContentIndex.java324 public void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) { in applyContentMetadataMutations()
723 ContentMetadataMutations mutations = new ContentMetadataMutations(); in readCachedContent() local
/external/clang/utils/
Dmodfuzz.py132 def mutations(model): function

12