/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
H A 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()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | AudioSample.java | 23 public final byte[] bytes; field in AudioSample 25 public AudioSample(int sampleRate, int channelCount, byte[] bytes) { in AudioSample()
|
/aosp14/system/core/fastboot/ |
H A D | udp.cpp | 60 static uint16_t ExtractUint16(const uint8_t* bytes) { in ExtractUint16() 71 const uint8_t* bytes() const { return bytes_; } in bytes() function in udp::Header 229 ssize_t bytes = SendSinglePacketHelper(&header, tx_data, packet_data_length, rx_data, in SendData() local 267 ssize_t bytes = 0; in SendSinglePacketHelper() local 331 ssize_t bytes = SendData(kIdFastboot, nullptr, 0, reinterpret_cast<uint8_t*>(data), length, in Read() local 349 ssize_t bytes = SendData(kIdFastboot, reinterpret_cast<const uint8_t*>(data), length, nullptr, in Write() local
|
/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | V4Signature.java | 67 public static HashingInfo fromByteArray(@NonNull byte[] bytes) throws IOException { in fromByteArray() 101 public static SigningInfo fromByteArray(byte[] bytes) throws IOException { in fromByteArray() 161 public static SigningInfos fromByteArray(byte[] bytes) throws IOException { in fromByteArray() 203 public static V4Signature readFrom(@NonNull byte[] bytes) throws IOException { in readFrom() 275 private static int bytesSize(byte[] bytes) { in bytesSize() 331 private static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() 340 private static void writeBytes(ByteBuffer buffer, byte[] bytes) { in writeBytes()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | CharSequences.java | 32 public static CharSequence forAsciiBytes(final byte[] bytes) { in forAsciiBytes()
|
H A 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()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PulledStatsTest.java | 57 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in testPulledStats_UnknownReport() local 77 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in testPulledStats_RemoteViewReportPackages() local
|
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | util_test.cpp | 108 uint8_t bytes[16]; in TEST() local 118 uint8_t bytes[16]; in TEST() local 127 const uint8_t bytes[16]{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local 141 uint8_t bytes[16]; in TEST() local 148 uint8_t bytes[8]; in TEST() local
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssPsds.cpp | 45 jbyte* bytes = reinterpret_cast<jbyte*>(env->GetPrimitiveArrayCritical(data, 0)); in injectPsdsData() local 67 jbyte* bytes = reinterpret_cast<jbyte*>(env->GetPrimitiveArrayCritical(data, 0)); in injectPsdsData() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | DataUsageDetailView.java | 68 final long bytes; in bind() local 126 private String formatBytes(long bytes) { in formatBytes()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/database/ |
H A D | SQLiteDatabaseIoPerfTest.java | 103 long bytes = endMeasuringWrites(); in testDatabaseModifications() local 129 long bytes = endMeasuringWrites(); in testInsertsWithTransactions() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/ |
H A D | FileIntegrityService.java | 221 private void collectCertificate(@NonNull byte[] bytes) { in collectCertificate() 236 private static X509Certificate toCertificate(@NonNull byte[] bytes) in toCertificate()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | FormatterTest.java | 272 private void checkFormatBytes(long bytes, boolean useShort, in checkFormatBytes() 278 private void checkFormatBytes(long bytes, int flags, in checkFormatBytes()
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | util.cpp | 52 bool HexToBytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in HexToBytes() 75 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex()
|
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | QuotedPrintable.java | 42 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutBitmapSaver.java | 89 public final byte[] bytes; field in ShortcutBitmapSaver.PendingItem 94 private PendingItem(ShortcutInfo shortcut, byte[] bytes) { in PendingItem()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageCacher.java | 72 protected ParsedPackage fromCacheEntry(byte[] bytes) { in fromCacheEntry() 78 public static ParsedPackage fromCacheEntryStatic(byte[] bytes) { in fromCacheEntryStatic()
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | StringUtils.h | 42 int bytes; member
|
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/ |
H A D | ByteTrackedOutputStream.java | 49 public void write(byte[] bytes) throws IOException { in write()
|
/aosp14/system/core/libutils/ |
H A D | FileMap_fuzz.cpp | 33 const char* bytes = contents.c_str(); in LLVMFuzzerTestOneInput() local
|
H A D | JenkinsHash.cpp | 37 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
|
/aosp14/frameworks/base/core/java/android/service/storage/ |
H A 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()
|
/aosp14/system/core/fs_mgr/libstorage_literals/storage_literals/ |
H A D | storage_literals.h | 28 constexpr uint64_t bytes() const { return value_ << power; } in bytes() function
|