Home
last modified time | relevance | path

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

12

/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
DCache.java308 void applyContentMetadataMutations(String key, ContentMetadataMutations mutations) in applyContentMetadataMutations()
DCachedContent.java76 public boolean applyMetadataMutations(ContentMetadataMutations mutations) { in applyMetadataMutations()
/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
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/sdk-platform-java/test/integration/goldens/bigtable/src/com/google/cloud/bigtable/data/v2/
DBaseBigtableDataClientTest.java220 List<Mutation> mutations = new ArrayList<>(); in mutateRowTest() local
246 List<Mutation> mutations = new ArrayList<>(); in mutateRowExceptionTest() local
261 List<Mutation> mutations = new ArrayList<>(); in mutateRowTest2() local
287 List<Mutation> mutations = new ArrayList<>(); in mutateRowExceptionTest2() local
302 List<Mutation> mutations = new ArrayList<>(); in mutateRowTest3() local
330 List<Mutation> mutations = new ArrayList<>(); in mutateRowExceptionTest3() local
346 List<Mutation> mutations = new ArrayList<>(); in mutateRowTest4() local
374 List<Mutation> mutations = new ArrayList<>(); in mutateRowExceptionTest4() local
DBaseBigtableDataClient.java279 TableName tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
320 String tableName, ByteString rowKey, List<Mutation> mutations) { in mutateRow()
365 TableName tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
411 String tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) { in mutateRow()
/external/sdk-platform-java/test/integration/goldens/bigtable/samples/snippets/generated/main/java/com/google/cloud/bigtable/data/v2/bigtable/mutaterow/
DSyncMutateRowTablenameBytestringListmutation.java43 List<Mutation> mutations = new ArrayList<>(); in syncMutateRowTablenameBytestringListmutation() local
DSyncMutateRowStringBytestringListmutation.java43 List<Mutation> mutations = new ArrayList<>(); in syncMutateRowStringBytestringListmutation() local
DSyncMutateRowTablenameBytestringListmutationString.java43 List<Mutation> mutations = new ArrayList<>(); in syncMutateRowTablenameBytestringListmutationString() local
DSyncMutateRowStringBytestringListmutationString.java43 List<Mutation> mutations = new ArrayList<>(); in syncMutateRowStringBytestringListmutationString() local
/external/clang/utils/
Dmodfuzz.py132 def mutations(model): function
/external/googleapis/google/bigtable/v2/
Dbigtable.proto538 repeated Mutation mutations = 3 [(google.api.field_behavior) = REQUIRED]; field
554 repeated Mutation mutations = 2 [(google.api.field_behavior) = REQUIRED]; field
/external/googleapis/google/spanner/v1/
Dspanner.proto1170 repeated Mutation mutations = 4; field
1208 repeated Mutation mutations = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/googleapis/google/datastore/v1beta3/
Ddatastore.proto244 repeated Mutation mutations = 6; field

12