| /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/apk/v4/ |
| D | V4Signature.java | 50 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local 61 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 92 static SigningInfo fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() 107 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 127 static SigningInfoBlock fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() 135 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 157 ByteBuffer buffer = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local 229 ByteBuffer buffer = ByteBuffer.allocate(size).order(ByteOrder.LITTLE_ENDIAN); in getSignedData() local 247 static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully() 281 static byte[] readBytes(ByteBuffer buffer) throws IOException { in readBytes() [all …]
|
| /tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
| D | ZipUtils.java | 256 static void assertByteOrderLittleEndian(ByteBuffer buffer) { in assertByteOrderLittleEndian() 262 public static int getUnsignedInt16(ByteBuffer buffer, int offset) { in getUnsignedInt16() 266 public static int getUnsignedInt16(ByteBuffer buffer) { in getUnsignedInt16() 310 static void setUnsignedInt16(ByteBuffer buffer, int offset, int value) { in setUnsignedInt16() 317 static void setUnsignedInt32(ByteBuffer buffer, int offset, long value) { in setUnsignedInt32() 324 public static void putUnsignedInt16(ByteBuffer buffer, int value) { in putUnsignedInt16() 331 static long getUnsignedInt32(ByteBuffer buffer, int offset) { in getUnsignedInt32() 335 static long getUnsignedInt32(ByteBuffer buffer) { in getUnsignedInt32() 339 static void putUnsignedInt32(ByteBuffer buffer, long value) { in putUnsignedInt32()
|
| /tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ |
| D | transformers.py | 53 def _transform_buffer(self, buffer): argument 112 def _transform_buffer(self, buffer): argument 150 def _transform_buffer(self, buffer): argument 196 def _transform_buffer(self, buffer): argument
|
| D | transformer.py | 68 def _transform_buffer(self, buffer): argument 141 def _transform_buffer(self, buffer): argument 185 def _transform_buffer(self, buffer): argument 207 def _transform_buffer(self, buffer): argument
|
| D | assembly_line.py | 296 def add_indexed_buffer(self, buffer): argument 323 def add_indexed_buffer(self, buffer): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
| D | stock_transformers.py | 85 def _transform_buffer(self, buffer): argument 154 def _transform_buffer(self, buffer): argument 161 def _transform_buffer(self, buffer): argument 209 def _transform_buffer(self, buffer): argument 349 def _transform_buffer(self, buffer): argument
|
| /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 | 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 | VerityTreeBuilder.java | 245 final ByteBuffer buffer = ByteBuffer.allocate(bufferSizeChunks * CHUNK_SIZE); in digestDataByChunks() local 295 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice()
|
| /tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
| D | transformers.py | 122 def _transform_buffer(self, buffer): argument 199 def _transform_buffer(self, buffer): argument 271 def _transform_buffer(self, buffer): argument 416 def _transform_buffer(self, buffer): argument
|
| /tools/netsim/src/util/ |
| D | log.cc | 24 char buffer[255]; in BtsLog() local
|
| /tools/netsim/rust/netsim-cxx/src/transport/ |
| D | uci.rs | 39 let mut buffer = vec![0; UCI_HEADER_SIZE]; in read_uci_packet() localVariable
|
| /tools/security/fuzzing/system_fuzzers/libcrypto_utils/ |
| D | libcrypto_utils_fuzzer.cpp | 35 uint8_t buffer[ANDROID_PUBKEY_ENCODED_SIZE]; in LLVMFuzzerTestOneInput() local
|
| /tools/apksig/src/main/java/com/android/apksig/util/ |
| D | DataSources.java | 36 public static DataSource asDataSource(ByteBuffer buffer) { in asDataSource()
|
| /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/netsim/src/ |
| D | netsimd.cc | 43 void *buffer[buffer_size]; in SignalHandler() local
|
| /tools/netsim/src/packet_hub/ |
| D | packet_hub.cc | 47 std::vector<uint8_t> buffer(packet.begin(), packet.end()); in HandleRequestCxx() local
|
| /tools/security/fuzzing/orphans/libexif/ |
| D | libexif_fuzzer.cpp | 43 uint8_t *buffer = (uint8_t *)malloc(size * sizeof(uint8_t)); in LLVMFuzzerTestOneInput() local
|
| /tools/netsim/rust/netsim-cxx/src/captures/ |
| D | pcap_util.rs | 117 let mut buffer = [0u8; 76]; in test_pcap_file() localVariable
|
| /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/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
|