| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | PromiseTest.cpp | 32 Bytes decrement(Bytes bytes) { in decrement() 56 [](Bytes bytes) { return promise::defer(decrement, std::move(bytes)); }); in TEST() 71 .then([&](Bytes bytes) { in TEST() 77 .then([](std::future<Bytes> bytes) { return bytes; }) in TEST() 78 .then([](const Bytes& bytes) { in TEST()
|
| /frameworks/layoutlib/bridge/src/dalvik/system/ |
| D | VMRuntime_Delegate.java | 39 int bytes = 20 + (2 * minLength); in newUnpaddedArray() local 48 int bytes = 20 + minLength; in newUnpaddedArray() local 54 int bytes = 20 + minLength; in newUnpaddedArray() local 60 int bytes = 20 + (2 * minLength); in newUnpaddedArray() local
|
| /frameworks/base/services/core/java/com/android/server/integrity/parser/ |
| D | RandomAccessObject.java | 34 public abstract int read(byte[] bytes, int off, int len) throws IOException; in read() 48 public static RandomAccessObject ofBytes(byte[] bytes) { in ofBytes() 78 public int read(byte[] bytes, int off, int len) throws IOException { in read() 97 RandomAccessByteArrayObject(byte[] bytes) { in RandomAccessByteArrayObject() 116 public int read(byte[] bytes, int off, int len) throws IOException { in read()
|
| /frameworks/base/core/java/android/bluetooth/ |
| D | UidTraffic.java | 54 public void setRxBytes(long bytes) { in setRxBytes() 58 public void setTxBytes(long bytes) { in setTxBytes() 62 public void addRxBytes(long bytes) { in addRxBytes() 66 public void addTxBytes(long bytes) { in addTxBytes()
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
| D | AudioSample.java | 23 public final byte[] bytes; field in AudioSample 25 public AudioSample(int sampleRate, int channelCount, byte[] bytes) { in AudioSample()
|
| /frameworks/native/libs/binder/fuzzer/ |
| D | util.cpp | 24 std::string hexString(const void* bytes, size_t len) { in hexString() 39 std::string hexString(const std::vector<uint8_t>& bytes) { in hexString()
|
| /frameworks/native/libs/gralloc/types/fuzzer/ |
| D | util.cpp | 24 std::string hexString(const void* bytes, size_t len) { in hexString() 39 std::string hexString(const std::vector<uint8_t>& bytes) { in hexString()
|
| /frameworks/rs/ |
| D | rsFifoSocket.cpp | 52 bool FifoSocket::writeAsync(const void *data, size_t bytes, bool waitForSpace) { in writeAsync() 76 size_t FifoSocket::read(void *data, size_t bytes) { in read() 101 void FifoSocket::readReturn(const void *data, size_t bytes) { in readReturn()
|
| D | rsThreadIO.h | 70 uint32_t bytes; member 74 uint32_t bytes; member
|
| /frameworks/base/core/java/android/os/incremental/ |
| D | V4Signature.java | 64 public static HashingInfo fromByteArray(@NonNull byte[] bytes) throws IOException { in fromByteArray() 98 public static SigningInfo fromByteArray(byte[] bytes) throws IOException { in fromByteArray() 138 public static V4Signature readFrom(@NonNull byte[] bytes) throws IOException { in readFrom() 206 private static int bytesSize(byte[] bytes) { in bytesSize() 258 private static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() 267 private static void writeBytes(ByteBuffer buffer, byte[] bytes) { in writeBytes()
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | PulledStatsTest.java | 57 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in testPulledStats_UnknownReport() local 77 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in testPulledStats_RemoteViewReportPackages() local
|
| /frameworks/base/services/core/java/com/android/server/security/ |
| D | FileIntegrityService.java | 168 private void collectCertificate(@NonNull byte[] bytes) { in collectCertificate() 181 private static X509Certificate toCertificate(@NonNull byte[] bytes) in toCertificate()
|
| /frameworks/opt/net/voip/src/jni/rtp/ |
| D | AmrCodec.cpp | 102 unsigned char *bytes = (unsigned char *)payload; in encode() local 133 unsigned char *bytes = (unsigned char *)payload; in decode() local 226 unsigned char *bytes = (unsigned char *)payload; in encode() local 244 unsigned char *bytes = (unsigned char *)payload; in decode() local
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
| D | NativeUtil.java | 248 public static String bytesToHexOrQuotedString(ArrayList<Byte> bytes) { in bytesToHexOrQuotedString() 302 public static ArrayList<Byte> byteArrayToArrayList(byte[] bytes) { in byteArrayToArrayList() 313 public static byte[] byteArrayFromArrayList(ArrayList<Byte> bytes) { in byteArrayFromArrayList() 341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
| D | DataUsageDetailView.java | 68 final long bytes; in bind() local 126 private String formatBytes(long bytes) { in formatBytes()
|
| /frameworks/native/libs/binder/ |
| D | IpPrefix.cpp | 55 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mIn6Addr); in writeToParcel() local 58 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mInAddr); in writeToParcel() local
|
| /frameworks/base/core/tests/coretests/src/android/text/format/ |
| D | FormatterTest.java | 219 private void checkFormatBytes(long bytes, boolean useShort, in checkFormatBytes() 225 private void checkFormatBytes(long bytes, int flags, in checkFormatBytes()
|
| /frameworks/base/apct-tests/perftests/core/src/android/database/ |
| D | SQLiteDatabaseIoPerfTest.java | 103 long bytes = endMeasuringWrites(); in testDatabaseModifications() local 129 long bytes = endMeasuringWrites(); in testInsertsWithTransactions() local
|
| /frameworks/base/core/java/android/util/ |
| D | Base64InputStream.java | 103 long bytes = Math.min(n, outputEnd-outputStart); in skip() local 126 int bytes = Math.min(len, outputEnd-outputStart); in read() local
|
| /frameworks/base/telephony/common/com/google/android/mms/pdu/ |
| D | QuotedPrintable.java | 42 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | CharSequences.java | 32 public static CharSequence forAsciiBytes(final byte[] bytes) { in forAsciiBytes()
|
| D | BitUtils.java | 103 public static int bytesToBEInt(byte[] bytes) { in bytesToBEInt() 110 public static int bytesToLEInt(byte[] bytes) { in bytesToLEInt() 126 public static void put(ByteBuffer buffer, int position, byte[] bytes) { in put()
|
| /frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/ |
| D | BackupWriter.java | 24 void writeBytes(byte[] bytes) throws IOException; in writeBytes()
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
| D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
| /frameworks/ml/nn/common/ |
| D | TokenHasher.cpp | 39 bool TokenHasher::update(const void* bytes, size_t length) { in update()
|