Home
last modified time | relevance | path

Searched defs:slice (Results 1 – 22 of 22) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/model/
DSliceGroupBuilderTest.kt31 val slice = group.endSlice { in testSimpleBuild() constant
57 val slice = group.endSlice { in testNestedBuild() constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DAsyncSlicesBuilder.kt46 val slice = openSlices.remove(key(name, cookie)) ?: return in closeAsyncSlice() constant
54 for (slice in openSlices.values) { in autoCloseOpenSlices() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DByteArrayList.kt58 val slice = array.asSlice(size) in reset() constant
DBufferReader.kt103 fun slice(group: Int): DataSlice { in slice() method in trebuchet.util.MatchResult
201 val slice = sliceTo(tempSlice, init) in stringTo() constant
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSourceTestBase.java60 DataSource slice = ds.slice(3, 5); in testSlice() local
98 DataSource slice = ds.slice(3, 4); // "t123" in testGetByteBuffer() local
134 DataSource slice = ds.slice(1, 5); // "est12" in testFeed() local
172 DataSource slice = ds.slice(2, 7); // "cdefghi" in testCopyTo() local
224 DataSource slice = ds.slice(offset, size); in assertSliceEquals() local
DDataSourceFromRAFChunkTest.java48 DataSource slice = ds.slice(3, 2); in testFileSizeChangesNotVisible() local
DDataSourceFromRAFTest.java50 DataSource slice = ds.slice(3, 2); in testFileSizeChangesVisible() local
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt70 val slice = it.slice in copy() constant
/tools/apksig/src/main/java/com/android/apksig/util/
DDataSource.java109 DataSource slice(long offset, long size); in slice() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt326 return this.selectFirst { slice -> in ProcessModel() method
349 return this.selectFirst { slice -> in ProcessModel() method
371 return this.selectAll{ slice -> in ProcessModel() method
394 return this.selectAll { slice -> in ProcessModel() method
/tools/apksig/src/test/java/com/android/apksig/internal/util/
DChainedDataSourceTest.java103 public void slice() throws Exception { in slice() method in ChainedDataSourceTest
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DByteArrayDataSink.java162 public DataSource slice(long offset, long size) { in slice() method in ByteArrayDataSink
210 public DataSource slice(long offset, long size) { in slice() method in ByteArrayDataSink.SliceDataSource
DByteBufferDataSource.java91 public ByteBufferDataSource slice(long offset, long size) { in slice() method in ByteBufferDataSource
DChainedDataSource.java102 public DataSource slice(long offset, long size) { in slice() method in ChainedDataSource
DFileChannelDataSource.java82 public FileChannelDataSource slice(long offset, long size) { in slice() method in FileChannelDataSource
DVerityTreeBuilder.java295 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice() method in VerityTreeBuilder
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java99 public ByteSource slice(long offset, long length) { in slice() method in LazyDelegateByteSource
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java109 public ByteSource slice(long offset, long length) { in slice() method in CloseableDelegateByteSource
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DZFileDataSource.java90 public DataSource slice(long offset, long size) { in slice() method in ZFileDataSource
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt34 inline fun slice(startIndex: Int, endIndex: Int = this.endIndex, in get() method in trebuchet.io.DataSlice
DStreamingReader.kt98 class Window(val slice: DataSlice, val globalStartIndex: Long, val globalEndIndex: Long) { constant in trebuchet.io.Window
/tools/trebuchet/trebuchet/analyzer/src/
DAnalyzer.kt57 latchBuffers.forEachIndexed { index, slice -> in measureRotator() method