/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/native/libs/ftl/ |
D | future_test.cpp | 59 ByteVector decrement(ByteVector bytes) { in decrement() 75 [](ByteVector bytes) { return ftl::defer(decrement, std::move(bytes)); }); in TEST() 91 .then([&](ByteVector bytes) { in TEST() 96 .then([](std::future<ByteVector> bytes) { return bytes; }) in TEST() 97 .then([](const ByteVector& bytes) { return std::string(bytes.begin(), bytes.end()); }) in TEST()
|
/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/tests/parcel_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/native/libs/binder/tests/ |
D | binderAllocationLimits.cpp | 67 static void* lambda_malloc_hook(size_t bytes, const void* arg) { in lambda_malloc_hook() 76 static void* lambda_realloc_hook(void* ptr, size_t bytes, const void* arg) { in lambda_realloc_hook() 106 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST() 119 return OnMalloc([&](size_t bytes) { in ScopeDisallowMalloc() 168 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST()
|
/frameworks/base/core/java/android/os/incremental/ |
D | V4Signature.java | 66 public static HashingInfo fromByteArray(@NonNull byte[] bytes) throws IOException { in fromByteArray() 100 public static SigningInfo fromByteArray(byte[] bytes) throws IOException { in fromByteArray() 140 public static V4Signature readFrom(@NonNull byte[] bytes) throws IOException { in readFrom() 212 private static int bytesSize(byte[] bytes) { in bytesSize() 268 private static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() 277 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 | 166 private void collectCertificate(@NonNull byte[] bytes) { in collectCertificate() 179 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/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/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/core/java/android/service/storage/ |
D | ExternalStorageService.java | 168 public void onFreeCache(@NonNull UUID volumeUuid, @BytesLong long bytes) throws IOException { in onFreeCache() 222 public void freeCache(String sessionId, String volumeUuid, long bytes, in freeCache() 226 onFreeCache(StorageManager.convert(volumeUuid), bytes); in freeCache() local
|
/frameworks/av/media/libstagefright/rtsp/ |
D | TrafficRecorder.h | 119 Bytes bytes = 0; in readBytesForLastPeriod() local 137 void TrafficRecorder<Time, Bytes>::writeBytes(Bytes bytes) { in writeBytes()
|
/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/telephony/common/com/google/android/mms/pdu/ |
D | QuotedPrintable.java | 42 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
/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()
|