/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | TlvUtil.java | 23 public static final byte[] getBytes(byte data) { in getBytes() method in TlvUtil 28 public static final byte[] getBytes(short data) { in getBytes() method in TlvUtil 40 public static final byte[] getBytes(int data) { in getBytes() method in TlvUtil 52 public static final byte[] getBytes(long data) { in getBytes() method in TlvUtil 72 public static final byte[] getBytes(int data, int start, int length) { in getBytes() method in TlvUtil
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ |
H A D | MapMutatorTest.java | 66 "Key1".getBytes(), in mapInitInsert() 70 "Value1".getBytes())) { in mapInitInsert() 84 "Key2".getBytes(), in mapInitInsert() 88 "Value2".getBytes(), in mapInitInsert() 92 "Key3".getBytes(), in mapInitInsert() 96 "Value3".getBytes())) { in mapInitInsert()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kapt/gen/stubs/com/android/managedprovisioning/contracts/ |
D | Checksum.java | 7 public abstract byte[] getBytes(); in getBytes() method 20 public byte[] getBytes() { in getBytes() method in Checksum.PackageChecksum 51 public byte[] getBytes() { in getBytes() method in Checksum.SignatureChecksum
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | OutputStreamTesterTest.java | 90 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.FileOutputStreamSinkTester 109 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.ByteArrayOutputStreamSinkTester 140 public byte[] getBytes() throws Exception { in getBytes() method in OutputStreamTesterTest.PipedOutputStreamSinkTester
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipEightByteInteger.java | 107 public byte[] getBytes() { in getBytes() method in ZipEightByteInteger 132 public static byte[] getBytes(final long value) { in getBytes() method in ZipEightByteInteger 141 public static byte[] getBytes(final BigInteger value) { in getBytes() method in ZipEightByteInteger
|
H A D | ZipShort.java | 69 public byte[] getBytes() { in getBytes() method in ZipShort 88 public static byte[] getBytes(final int value) { in getBytes() method in ZipShort
|
H A D | ZipLong.java | 114 public byte[] getBytes() { in getBytes() method in ZipLong 138 public static byte[] getBytes(final long value) { in getBytes() method in ZipLong
|
/aosp_15_r20/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/ |
H A D | AsmTest.java | 238 public byte[] getBytes() { in getBytes() method in AsmTest.PrecompiledClass 292 public byte[] getBytes() { in getBytes() method in AsmTest.InvalidClass 371 private static byte[] getBytes(final String name, final String extension) { in getBytes() method in AsmTest
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | String.annotated.java | 90 @Deprecated public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { throw new Ru… in getBytes() method in String 92 public byte[] getBytes(@libcore.util.NonNull java.lang.String charsetName) throws java.io.Unsupport… in getBytes() method in String 94 public byte[] getBytes(@libcore.util.NonNull java.nio.charset.Charset charset) { throw new RuntimeE… in getBytes() method in String 96 public byte[] getBytes() { throw new RuntimeException("Stub!"); } in getBytes() method in String
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | DnsPacket.java | 198 public byte[] getBytes() { in getBytes() method in DnsPacket.DnsHeader 438 public byte[] getBytes() throws IOException { in getBytes() method in DnsPacket.DnsRecord 577 public @NonNull byte[] getBytes() throws IOException { in getBytes() method in DnsPacket
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | sortkey.h | 260 uint8_t *getBytes() { in getBytes() function 263 const uint8_t *getBytes() const { in getBytes() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | sortkey.h | 260 uint8_t *getBytes() { in getBytes() function 263 const uint8_t *getBytes() const { in getBytes() function
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | sortkey.h | 260 uint8_t *getBytes() { in getBytes() function 263 const uint8_t *getBytes() const { in getBytes() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | sortkey.h | 260 uint8_t *getBytes() { in getBytes() function 263 const uint8_t *getBytes() const { in getBytes() function
|
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | config.cpp | 61 std::vector<uint8_t> ConfigValue::getBytes() const { in getBytes() function in ConfigValue 141 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes() function in ConfigFile
|
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 56 std::vector<uint8_t> ConfigValue::getBytes() const { in getBytes() function in ConfigValue 136 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes() function in ConfigFile
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
H A D | ASN1BitString.java | 78 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString 206 public byte[] getBytes() in getBytes() method in ASN1BitString
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
H A D | ASN1BitString.java | 78 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString 206 public byte[] getBytes() in getBytes() method in ASN1BitString
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
H A D | ASN1BitString.java | 76 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString 204 public byte[] getBytes() in getBytes() method in ASN1BitString
|
/aosp_15_r20/system/nfc/utils/ |
H A D | config.cc | 88 std::vector<uint8_t> ConfigValue::getBytes() const { in getBytes() function in ConfigValue 172 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes() function in ConfigFile
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
H A D | ChecksumCalculatingAsyncRequestBodyTest.java | 66 Files.write(path, testString.getBytes()); in Files.write() 67 Files.write(pathToEmpty, emptyString.getBytes()); in Files.write()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | TraceBuffer.java | 69 byte[] getBytes(P proto); in getBytes() method 89 public byte[] getBytes(ProtoOutputStream proto) { in getBytes() method in TraceBuffer.ProtoOutputStreamProvider
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | String.java | 145 public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { in getBytes() method in String 149 public byte[] getBytes(java.lang.String charsetName) in getBytes() method in String 154 public byte[] getBytes(java.nio.charset.Charset charset) { in getBytes() method in String 158 public byte[] getBytes() { in getBytes() method in String
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/ |
H A D | StringMutatorTest.java | 141 try (MockPseudoRandom prng = mockPseudoRandom(10, "foobarbazf".getBytes())) { in testMinLengthMutate() 161 try (MockPseudoRandom prng = mockPseudoRandom(10, "foobarbazf".getBytes())) { in testMaxLengthMutate()
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
H A D | DmesgParserTest.java | 100 new ByteArrayInputStream(String.join("\n", lines).getBytes())))) { in testEmptyDmesgLog() 140 new ByteArrayInputStream(String.join("\n", LINES).getBytes())))) { in testCompleteDmesgLog_passedAsBufferedInput()
|