/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | AndroidBinXmlParser.java | 103 mXml = resXmlChunk.getContents(); in AndroidBinXmlParser() 298 ByteBuffer contents = chunk.getContents(); in next() 342 ByteBuffer contents = chunk.getContents(); in next() 511 public ByteBuffer getContents() { in getContents() method in AndroidBinXmlParser.Chunk 609 ByteBuffer contents = chunk.getContents(); in StringPool() 766 mChunkContents = chunk.getContents().slice(); in ResourceMap() 767 mChunkContents.order(chunk.getContents().order()); in ResourceMap()
|
D | ApkSigningBlockUtils.java | 873 apkSigningBlock = apkSigningBlockInfo.getContents(); in findSignature()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | AdditionalFilesInstaller.java | 80 content = getContents(device, DEST_PATH); in removeFiles() 97 private String getContents(ITestDevice device, String path) throws DeviceNotAvailableException { in getContents() method in AdditionalFilesInstaller
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ByteArrayList.java | 128 public byte[] getContents() { in getContents() method in ByteArrayList 192 return addAll(src.getContents()); in addall()
|
/tools/apksig/src/test/java/com/android/apksig/util/ |
D | DataSinkTestBase.java | 44 protected abstract ByteBuffer getContents(T dataSink) throws IOException; in getContents() method in DataSinkTestBase 120 ByteBuffer actual = getContents(sink); in assertContentsEquals()
|
D | InMemoryDataSinkTest.java | 36 protected ByteBuffer getContents(ReadableDataSink dataSink) throws IOException { in getContents() method in InMemoryDataSinkTest
|
D | DataSinkFromOutputStreamTest.java | 39 protected ByteBuffer getContents(OutputStreamDataSink dataSink) throws IOException { in getContents() method in DataSinkFromOutputStreamTest
|
D | DataSinkFromRAFTest.java | 51 protected ByteBuffer getContents(RandomAccessFileDataSink dataSink) throws IOException { in getContents() method in DataSinkFromRAFTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | StreamUtilTest.java | 44 final byte[] outputBytes = output.getContents(); in testGetByteArrayListFromSource() 62 final byte[] outputBytes = output.getContents(); in testGetByteArrayListFromStream()
|
D | ByteArrayListTest.java | 143 byte[] val = mList.getContents(); in testGetContents()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingByteOutputReceiver.java | 31 return mData.getContents(); in getOutput()
|
/tools/apksig/src/test/java/com/android/apksig/internal/util/ |
D | ByteBufferSinkTestBase.java | 40 protected ByteBuffer getContents(ByteBufferSink dataSink) throws IOException { in getContents() method in ByteBufferSinkTestBase
|
/tools/tradefederation/core/src/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtil.java | 57 record = TestRecord.parseFrom(data.getContents()); in readFromFile()
|
/tools/apksig/src/main/java/com/android/apksig/apk/ |
D | ApkUtils.java | 269 public DataSource getContents() { in getContents() method in ApkUtils.ApkSigningBlock
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 537 return output.getContents(); in getInstanceSerialLog()
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkSigner.java | 225 inputApkSigningBlock = apkSigningBlockInfo.getContents(); in sign()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DriverTest.kt | 417 …val packages = sourceFiles.asSequence().map { findPackage(it.getContents()!!) }.filterNotNull().to… in <lambda>()
|