/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dump/ |
H A D | BlockDumper.java | 80 public static void dump(byte[] bytes, PrintStream out, in dump() 91 BlockDumper(byte[] bytes, PrintStream out, String filePath, in BlockDumper() 135 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 151 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 176 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember() 208 ByteArray bytes = code.getBytes(); in regularDump() local 281 ByteArray bytes = code.getBytes(); in ropDump() local
|
H A D | DotDumper.java | 45 private final byte[] bytes; field in DotDumper 52 static void dump(byte[] bytes, String filePath, Args args) { in dump() 56 DotDumper(byte[] bytes, String filePath, Args args) { in DotDumper() 98 public void parsed(ByteArray bytes, int offset, int len, String human) { in parsed() 104 public void startParsingMember(ByteArray bytes, int offset, String name, in startParsingMember() 110 public void endParsingMember(ByteArray bytes, int offset, String name, in endParsingMember()
|
/aosp_15_r20/external/pigweed/pw_allocator/block/ |
H A D | detailed_block_test.cc | 82 size_t GetFirstAlignedOffset(pw::ByteSpan bytes, Layout layout) { in GetFirstAlignedOffset() 95 size_t GetLastAlignedOffset(pw::ByteSpan bytes, Layout layout) { in GetLastAlignedOffset() 159 std::array<std::byte, 2> bytes; in TEST_FOR_EACH_BLOCK_TYPE() local 165 std::array<std::byte, kN> bytes; in TEST() local 212 pw::ByteSpan bytes = bytes_.subspan( in TEST_FOR_EACH_BLOCK_TYPE() local 231 pw::ByteSpan bytes = bytes_.subspan(trim); in TEST_FOR_EACH_BLOCK_TYPE() local 294 pw::ByteSpan bytes = bytes_.subspan(trim); in TEST_FOR_EACH_BLOCK_TYPE() local 362 pw::ByteSpan bytes = bytes_.subspan(trim); in TEST_FOR_EACH_BLOCK_TYPE() local 432 pw::ByteSpan bytes = bytes_.subspan(trim); in TEST_FOR_EACH_BLOCK_TYPE() local 503 pw::ByteSpan bytes = bytes_.subspan(trim); in TEST_FOR_EACH_BLOCK_TYPE() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | ICUBinary.java | 55 static boolean validate(ByteBuffer bytes) { in validate() 78 private static boolean startsWithPackageName(ByteBuffer bytes, int start) { in startsWithPackageName() 94 static ByteBuffer getData(ByteBuffer bytes, CharSequence key) { in getData() 106 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() 121 private static int binarySearch(ByteBuffer bytes, CharSequence key) { in binarySearch() 146 private static int getNameOffset(ByteBuffer bytes, int index) { in getNameOffset()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | ICUBinary.java | 59 static boolean validate(ByteBuffer bytes) { in validate() 82 private static boolean startsWithPackageName(ByteBuffer bytes, int start) { in startsWithPackageName() 98 static ByteBuffer getData(ByteBuffer bytes, CharSequence key) { in getData() 110 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() 125 private static int binarySearch(ByteBuffer bytes, CharSequence key) { in binarySearch() 150 private static int getNameOffset(ByteBuffer bytes, int index) { in getNameOffset()
|
/aosp_15_r20/external/open-dice/src/ |
H A D | cbor_reader.c | 39 uint8_t bytes = 1; in CborPeekInitialValueAndArgument() local 85 uint8_t bytes; in CborReadSize() local 123 uint8_t bytes; in CborReadSimple() local 139 uint8_t bytes; in CborReadInt() local 159 uint8_t bytes; in CborReadUint() local 192 uint8_t bytes; in CborReadTag() local 227 uint8_t bytes; in CborReadSkip() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | memory_resource.cpp | 41 void* do_allocate(size_t bytes, size_t align) override { in do_allocate() 56 …void do_deallocate(void* p, size_t bytes, size_t align) override { std::__libcpp_deallocate(p, byt… in do_deallocate() 157 …pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate() 177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() 279 int unsynchronized_pool_resource::__pool_index(size_t bytes, size_t align) const { in __pool_index() 342 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate() 396 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate() 431 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size… in __try_allocate_from_chunk() 442 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t ali… in __try_allocate_from_chunk() 451 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/tests/ |
D | tests.rs | 31 let bytes = tweak.le_bytes(); in normal_pad_empty() localVariable 45 let bytes = tweak.le_bytes(); in normal_pad_one_byte() localVariable 61 let bytes = tweak.le_bytes(); in normal_pad_max_len() localVariable 86 let bytes = tweak.le_bytes(); in xor_pad_empty() localVariable 102 let bytes = tweak.le_bytes(); in xor_pad_one_byte() localVariable 120 let bytes = tweak.le_bytes(); in xor_pad_max_len() localVariable
|
/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/ |
H A D | keys.py | 98 def import_ecdsa_public_key(pem: bytes) -> KeyMapping: 126 def create_ecdsa_signature(data: bytes, key: bytes) -> Signature: 152 def verify_ecdsa_signature(sig: bytes, data: bytes, key: Key) -> bool:
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | tcp_header_slice.rs | 441 let bytes = header.to_bytes(); localVariable 452 let bytes = { localVariable 453 let mut bytes = header.to_bytes(); localVariable 467 let bytes = { localVariable 468 let mut bytes = header.to_bytes(); localVariable 480 let bytes = header.to_bytes(); localVariable 505 let bytes = header.to_bytes(); localVariable 532 let bytes = header.to_bytes(); localVariable 544 let bytes = header.to_bytes(); localVariable
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/conformance/ |
H A D | Proto3PackedTest.kt | 41 val bytes = ProtoBuf.encodeToByteArray(message) in default() constant 67 val bytes = ProtoBuf.encodeToByteArray(message) in signedAndFixed() constant 90 val bytes = ProtoBuf.encodeToByteArray(message) in unsigned() constant
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
H A D | KMEcdsa256NoDigestSignature.java | 49 public void init(Key key, byte b, byte[] bytes, short i, short i1) throws CryptoException { in init() 54 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 88 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 120 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 126 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 134 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
H A D | KMEcdsa256NoDigestSignature.java | 49 public void init(Key key, byte b, byte[] bytes, short i, short i1) throws CryptoException { in init() 54 public void setInitialDigest(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in setInitialDigest() 88 public short sign(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in sign() 120 public short signPreComputedHash(byte[] bytes, short i, short i1, byte[] bytes1, short i2) in signPreComputedHash() 126 public boolean verify(byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) in verify() 134 byte[] bytes, short i, short i1, byte[] bytes1, short i2, short i3) throws CryptoException { in verifyPreComputedHash()
|
/aosp_15_r20/external/openscreen/platform/base/ |
H A D | ip_address_unittest.cc | 16 uint8_t bytes[4] = {}; in TEST() local 67 uint8_t bytes[4] = {}; in TEST() local 105 uint8_t bytes[16] = {}; in TEST() local 155 uint8_t bytes[16] = {}; in TEST() local 166 uint8_t bytes[16] = {}; in TEST() local 197 uint8_t bytes[16] = {}; in TEST() local 251 uint8_t bytes[16] = {}; in TEST() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipEightByteInteger.java | 90 public ZipEightByteInteger (final byte[] bytes) { in ZipEightByteInteger() 99 public ZipEightByteInteger (final byte[] bytes, final int offset) { in ZipEightByteInteger() 165 public static long getLongValue(final byte[] bytes, final int offset) { in getLongValue() 176 public static BigInteger getValue(final byte[] bytes, final int offset) { in getValue() 195 public static long getLongValue(final byte[] bytes) { in getLongValue() 204 public static BigInteger getValue(final byte[] bytes) { in getValue()
|
/aosp_15_r20/external/libavc/examples/avcenc/ |
H A D | input.c | 77 WORD32 size, bytes; in read_pic_info() local 111 WORD32 bytes; in read_mb_info() local 164 WORD32 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); in read_input() local 190 WORD32 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); in read_input() local 221 WORD32 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); in dump_input() local 247 WORD32 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); in dump_input() local
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | ZipField.java | 146 void skip(@Nonnull ByteBuffer bytes) throws IOException { in skip() 163 long read(@Nonnull ByteBuffer bytes) throws IOException { in read() 190 void verify(@Nonnull ByteBuffer bytes) throws IOException { in verify() 204 void verify(@Nonnull ByteBuffer bytes, @Nullable VerifyLog verifyLog) throws IOException { in verify() 218 void verify(@Nonnull ByteBuffer bytes, long expected) throws IOException { in verify() 233 void verify( in verify()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/ |
D | custom_types.py | 25 def parse(span: bytes) -> Tuple['SizedCustomField', bytes]: 28 def parse_all(span: bytes) -> 'SizedCustomField': 43 def parse(span: bytes) -> Tuple['UnsizedCustomField', bytes]: 46 def parse_all(span: bytes) -> 'UnsizedCustomField': 55 def Checksum(span: bytes) -> int:
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/tests/ |
H A D | checked_tests.rs | 151 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&u32s); in test_try_pod_read_unaligned() localVariable 165 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&u32s); in test_try_pod_read_unaligned() localVariable 179 let bytes = bytemuck::checked::cast_slice::<NonZeroU32, u8>(&nonzero_u32s); in test_try_from_bytes() localVariable 200 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&zero_u32s); in test_try_from_bytes() localVariable 230 let bytes = bytemuck::checked::cast_slice_mut::<u32, u8>(&mut u32s); in test_try_from_bytes_mut() localVariable 255 let bytes = bytemuck::checked::cast_slice_mut::<u32, u8>(&mut u32s); in test_try_from_bytes_mut() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/ |
D | checked_tests.rs | 151 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&u32s); in test_try_pod_read_unaligned() localVariable 165 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&u32s); in test_try_pod_read_unaligned() localVariable 179 let bytes = bytemuck::checked::cast_slice::<NonZeroU32, u8>(&nonzero_u32s); in test_try_from_bytes() localVariable 200 let bytes = bytemuck::checked::cast_slice::<u32, u8>(&zero_u32s); in test_try_from_bytes() localVariable 230 let bytes = bytemuck::checked::cast_slice_mut::<u32, u8>(&mut u32s); in test_try_from_bytes_mut() localVariable 255 let bytes = bytemuck::checked::cast_slice_mut::<u32, u8>(&mut u32s); in test_try_from_bytes_mut() localVariable
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderAllocationLimits.cpp | 76 static void* lambda_malloc_hook(size_t bytes, const void* arg) { in lambda_malloc_hook() 85 static void* lambda_realloc_hook(void* ptr, size_t bytes, const void* arg) { in lambda_realloc_hook() 115 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST() 128 return OnMalloc([&](size_t bytes) { in ScopeDisallowMalloc() 194 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST() 217 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST() 247 const auto on_malloc = OnMalloc([&](size_t bytes) { in TEST()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509name.c | 182 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ() 196 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID() 210 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt() 285 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt() 304 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID() 318 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ() 355 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509name.c | 182 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ() 196 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID() 210 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt() 285 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt() 304 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID() 318 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ() 355 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/plistlib/ |
H A D | __init__.py | 102 def __init__(self, data: bytes) -> None: 108 def fromBase64(cls, data: Union[bytes, str]) -> "Data": 129 data: bytes, maxlinelength: Optional[int] = 76, indent_level: int = 1 395 def _data_element(data: bytes, ctx: SimpleNamespace) -> etree.Element: 406 def _string_or_data_element(raw_bytes: bytes, ctx: SimpleNamespace) -> etree.Element: 526 fp: IO[bytes], 558 value: bytes, 582 fp: IO[bytes],
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos/ |
D | protos.h | 362 bool Parse(T& message, absl::string_view bytes) { in Parse() 371 bool Parse(T& message, absl::string_view bytes, in Parse() 382 bool Parse(Ptr<T>& message, absl::string_view bytes) { in Parse() 391 bool Parse(Ptr<T>& message, absl::string_view bytes, in Parse() 402 bool Parse(std::unique_ptr<T>& message, absl::string_view bytes) { in Parse() 411 bool Parse(std::unique_ptr<T>& message, absl::string_view bytes, in Parse() 422 bool Parse(std::shared_ptr<T>& message, absl::string_view bytes) { in Parse() 431 bool Parse(std::shared_ptr<T>& message, absl::string_view bytes, in Parse()
|