| /tools/apksig/src/test/java/com/android/apksig/internal/util/ |
| D | ChainedDataSourceTest.java | 72 ByteBuffer buffer = mChain.getByteBuffer(begin, size); in getByteBufferFromAllPossibleRanges() local 90 ByteBuffer buffer = ByteBuffer.allocate(size); in copyTo() local 107 ByteBuffer buffer = mChain.slice(begin, size).getByteBuffer(0, size); in slice() local 116 private void assertByteBufferEquals(ByteBuffer buffer, ByteBuffer buffer2) { in assertByteBufferEquals()
|
| /tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
| D | ZipUtils.java | 236 static void assertByteOrderLittleEndian(ByteBuffer buffer) { in assertByteOrderLittleEndian() 242 public static int getUnsignedInt16(ByteBuffer buffer, int offset) { in getUnsignedInt16() 246 public static int getUnsignedInt16(ByteBuffer buffer) { in getUnsignedInt16() 250 static void setUnsignedInt16(ByteBuffer buffer, int offset, int value) { in setUnsignedInt16() 257 static void setUnsignedInt32(ByteBuffer buffer, int offset, long value) { in setUnsignedInt32() 264 public static void putUnsignedInt16(ByteBuffer buffer, int value) { in putUnsignedInt16() 271 static long getUnsignedInt32(ByteBuffer buffer, int offset) { in getUnsignedInt32() 275 static long getUnsignedInt32(ByteBuffer buffer) { in getUnsignedInt32() 279 static void putUnsignedInt32(ByteBuffer buffer, long value) { in putUnsignedInt32()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | ConfigCompletorTest.java | 46 final String buffer = "run "; in testFullList() local 55 final String buffer = "run util/wi"; in testPartialMatch() local
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/ |
| D | StreamAdapter.kt | 37 val buffer = ByteArray(2 * 1024 * 1024) in next() constant
|
| /tools/apksig/src/main/java/com/android/apksig/internal/util/ |
| D | VerityTreeBuilder.java | 173 ByteBuffer buffer = ByteBuffer.allocate(CHUNK_SIZE); in digestDataByChunks() local 183 ByteBuffer buffer; in digestDataByChunks() local 209 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice()
|
| D | ByteBufferDataSource.java | 36 public ByteBufferDataSource(ByteBuffer buffer) { in ByteBufferDataSource() 44 private ByteBufferDataSource(ByteBuffer buffer, boolean sliceRequired) { in ByteBufferDataSource()
|
| D | ByteBufferSink.java | 31 public ByteBufferSink(ByteBuffer buffer) { in ByteBufferSink()
|
| D | ChainedDataSource.java | 86 ByteBuffer buffer = ByteBuffer.allocate(size); in getByteBuffer() local
|
| /tools/apksig/src/main/java/com/android/apksig/util/ |
| D | DataSources.java | 35 public static DataSource asDataSource(ByteBuffer buffer) { in asDataSource()
|
| /tools/trebuchet/core/common/src/test/kotlin/trebuchet/io/ |
| D | StringStreamTest.kt | 73 val buffer = ByteArray(2 * 1024 * 1024) in readFile() constant
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | ConfigCompletor.java | 42 public int complete(String buffer, int cursor, List candidates) { in complete()
|
| /tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/ |
| D | SystraceExtractorTest.kt | 65 val buffer = listOf(HTML_HEADER, TRACE_BEGIN, "one big buffer", TRACE_END) in <lambda>() constant
|
| /tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
| D | TraceViewerWindow.kt | 74 val buffer = ByteArray(2 * 1024 * 1024) in <lambda>() constant
|
| /tools/tradefederation/core/python-lib/tradefed_py/ |
| D | tf_main.py | 32 verbosity=1, failfast=None, catchbreak=None, buffer=None, serial=None): argument
|
| /tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
| D | surface_flinger_test_activity.cpp | 123 jlong buffer[] = { *frameReadyTime.begin(), *latchTime.begin() }; in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_getFrameData() local
|
| /tools/trebuchet/core/common/src/test/kotlin/trebuchet/task/ |
| D | ImportTaskTest.kt | 91 val buffer = ByteArray(2 * 1024 * 1024) in <lambda>() constant
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
| D | StringSearch.kt | 170 val buffer = window.slice in findInWindow() constant
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| D | Sector.java | 37 protected final ByteBuffer buffer; field in Sector
|
| /tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
| D | AndroidBinXmlParser.java | 839 private static int getUnsignedInt8(ByteBuffer buffer) { in getUnsignedInt8() 843 private static int getUnsignedInt16(ByteBuffer buffer) { in getUnsignedInt16() 847 private static long getUnsignedInt32(ByteBuffer buffer) { in getUnsignedInt32() 851 private static long getUnsignedInt32(ByteBuffer buffer, int position) { in getUnsignedInt32()
|
| /tools/test/graphicsbenchmark/functional_tests/native/ |
| D | mprotect_test.cpp | 30 char *buffer; variable
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
| D | RamDisk.java | 76 private RamDisk(ByteBuffer buffer, int sectorSize) { in RamDisk()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
| D | PsiTypePrinter.kt | 318 val buffer = StringBuilder() in <lambda>() constant 549 val buffer = StringBuilder() in <lambda>() constant
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
| D | DataSlice.kt | 19 data class DataSlice(var buffer: ByteArray, variable in trebuchet.io.DataSlice
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
| D | SparseArray.kt | 328 val buffer = StringBuilder(mSize * 28) in toString() constant
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
| D | ExtraField.java | 147 ByteBuffer buffer = ByteBuffer.wrap(rawData); in parseSegments() local
|