Home
last modified time | relevance | path

Searched refs:getContents (Results 1 – 17 of 17) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java103 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()
DApkSigningBlockUtils.java923 apkSigningBlock = apkSigningBlockInfo.getContents(); in findSignature()
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessorTest.java75 assertThat(compileAndReadCsv(src, "a/b/Class.uau").getContents().get(0)).containsEntry( in testSignatureFormat()
89 Map<String, String> row = compileAndReadCsv(src, "a/b/Class.uau").getContents().get(0); in testSourcePosition()
105 assertThat(compileAndReadCsv(src, "a/b/Class.uau").getContents().get(0)).containsEntry( in testAnnotationProperties()
118 Map<String, String> row = compileAndReadCsv(src, "a/b/Class.uau").getContents().get(0); in testSourcePositionOverride()
DCsvReader.java58 public List<Map<String, String>> getContents() { in getContents() method in CsvReader
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DByteArrayList.java128 public byte[] getContents() { in getContents() method in ByteArrayList
192 return addAll(src.getContents()); in addall()
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSinkTestBase.java44 protected abstract ByteBuffer getContents(T dataSink) throws IOException; in getContents() method in DataSinkTestBase
120 ByteBuffer actual = getContents(sink); in assertContentsEquals()
DInMemoryDataSinkTest.java36 protected ByteBuffer getContents(ReadableDataSink dataSink) throws IOException { in getContents() method in InMemoryDataSinkTest
DDataSinkFromOutputStreamTest.java39 protected ByteBuffer getContents(OutputStreamDataSink dataSink) throws IOException { in getContents() method in DataSinkFromOutputStreamTest
DDataSinkFromRAFTest.java51 protected ByteBuffer getContents(RandomAccessFileDataSink dataSink) throws IOException { in getContents() method in DataSinkFromRAFTest
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DStreamUtilTest.java46 final byte[] outputBytes = output.getContents(); in testGetByteArrayListFromSource()
64 final byte[] outputBytes = output.getContents(); in testGetByteArrayListFromStream()
DByteArrayListTest.java143 byte[] val = mList.getContents(); in testGetContents()
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingByteOutputReceiver.java31 return mData.getContents(); in getOutput()
/tools/apksig/src/test/java/com/android/apksig/internal/util/
DByteBufferSinkTestBase.java40 protected ByteBuffer getContents(ByteBufferSink dataSink) throws IOException { in getContents() method in ByteBufferSinkTestBase
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTestRecordProtoUtil.java69 record = TestRecord.parseFrom(data.getContents()); in readFromFile()
/tools/apksig/src/main/java/com/android/apksig/apk/
DApkUtils.java269 public DataSource getContents() { in getContents() method in ApkUtils.ApkSigningBlock
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java657 return output.getContents(); in getInstanceSerialLog()
/tools/apksig/src/main/java/com/android/apksig/
DApkSigner.java225 inputApkSigningBlock = apkSigningBlockInfo.getContents(); in sign()