/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 | 923 apkSigningBlock = apkSigningBlockInfo.getContents(); in findSignature()
|
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/ |
D | UnsupportedAppUsageProcessorTest.java | 75 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()
|
D | CsvReader.java | 58 public List<Map<String, String>> getContents() { in getContents() method in CsvReader
|
/tools/tradefederation/core/common_util/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 | 46 final byte[] outputBytes = output.getContents(); in testGetByteArrayListFromSource() 64 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/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtil.java | 69 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 | 657 return output.getContents(); in getInstanceSerialLog()
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkSigner.java | 225 inputApkSigningBlock = apkSigningBlockInfo.getContents(); in sign()
|