/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | ByteArrayHelpers.java | 40 public static byte[] toByteArray(byte[] array) { in toByteArray() method in ByteArrayHelpers 50 public static byte[] toByteArray(short[] array) { in toByteArray() method in ByteArrayHelpers 60 public static byte[] toByteArray(char[] array) { in toByteArray() method in ByteArrayHelpers 69 public static byte[] toByteArray(int[] array) { in toByteArray() method in ByteArrayHelpers 78 public static byte[] toByteArray(long[] array) { in toByteArray() method in ByteArrayHelpers 87 public static byte[] toByteArray(float[] array) { in toByteArray() method in ByteArrayHelpers 96 public static byte[] toByteArray(double[] array) { in toByteArray() method in ByteArrayHelpers 111 public static <T> byte[] toByteArray(T array) { in toByteArray() method in ByteArrayHelpers 159 public static byte[] toByteArray(Number... numbers) { in toByteArray() method in ByteArrayHelpers 213 private static <T> byte[] toByteArray(T array, int sizeOfTBits) { in toByteArray() method in ByteArrayHelpers
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiRecordSources.java | 76 /* package */ final int toByteArray(boolean includeType, byte[] data, int index) { in toByteArray() method in HdmiRecordSources.RecordSource 166 int toByteArray(byte[] data, int index); in toByteArray() method 198 public int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiRecordSources.AribData 227 public int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiRecordSources.AtscData 261 public int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiRecordSources.DvbData 290 private int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiRecordSources.ChannelIdentifier 331 public int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiRecordSources.DigitalChannelData
|
H A D | HdmiTimerRecordSources.java | 199 /* package */ int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiTimerRecordSources.TimeUnit 345 int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiTimerRecordSources.TimerInfo 393 int toByteArray(byte[] data, int index) { in toByteArray() method in HdmiTimerRecordSources.TimerRecordSource
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 57 byte[] toByteArray(); in toByteArray() method 77 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.OutputStreamCoder 102 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.ArrayCoder 134 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioHeapCoder 177 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioDirectCoder
|
H A D | ExperimentalSerializationUtil.java | 43 public static <T> byte[] toByteArray(T msg) throws IOException { in toByteArray() method in ExperimentalSerializationUtil 51 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray() method in ExperimentalSerializationUtil
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 57 byte[] toByteArray(); in toByteArray() method 77 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.OutputStreamCoder 102 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.ArrayCoder 134 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioHeapCoder 177 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioDirectCoder
|
H A D | ExperimentalSerializationUtil.java | 43 public static <T> byte[] toByteArray(T msg) throws IOException { in toByteArray() method in ExperimentalSerializationUtil 51 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray() method in ExperimentalSerializationUtil
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | IOUtils.java | 2704 public static byte[] toByteArray(final InputStream inputStream) throws IOException { in toByteArray() method in IOUtils 2726 public static byte[] toByteArray(final InputStream input, final int size) throws IOException { in toByteArray() method in IOUtils 2749 public static byte[] toByteArray(final InputStream input, final long size) throws IOException { in toByteArray() method in IOUtils 2765 …static byte[] toByteArray(final IOTriFunction<byte[], Integer, Integer, Integer> input, final int … in toByteArray() method in IOUtils 2805 public static byte[] toByteArray(final Reader reader) throws IOException { in toByteArray() method in IOUtils 2824 … public static byte[] toByteArray(final Reader reader, final Charset charset) throws IOException { in toByteArray() method in IOUtils 2853 …public static byte[] toByteArray(final Reader reader, final String charsetName) throws IOException… in toByteArray() method in IOUtils 2870 public static byte[] toByteArray(final String input) { in toByteArray() method in IOUtils 2884 public static byte[] toByteArray(final URI uri) throws IOException { in toByteArray() method in IOUtils 2897 public static byte[] toByteArray(final URL url) throws IOException { in toByteArray() method in IOUtils [all …]
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
H A D | V4Signature.java | 58 byte[] toByteArray() { in toByteArray() method in V4Signature.HashingInfo 103 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfo 133 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfoBlock 170 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfos
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Strings.java | 194 public static byte[] toByteArray(char[] chars) in toByteArray() method in Strings 207 public static byte[] toByteArray(String string) in toByteArray() method in Strings 221 public static int toByteArray(String s, byte[] buf, int off) in toByteArray() method in Strings
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Strings.java | 192 public static byte[] toByteArray(char[] chars) in toByteArray() method in Strings 205 public static byte[] toByteArray(String string) in toByteArray() method in Strings 219 public static int toByteArray(String s, byte[] buf, int off) in toByteArray() method in Strings
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Strings.java | 194 public static byte[] toByteArray(char[] chars) in toByteArray() method in Strings 207 public static byte[] toByteArray(String string) in toByteArray() method in Strings 221 public static int toByteArray(String s, byte[] buf, int off) in toByteArray() method in Strings
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/proto/ |
D | CommunalHubStateExtKt.java | 13 public static final byte[] toByteArray(@org.jetbrains.annotations.NotNull() in toByteArray() method in CommunalHubStateExtKt
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | IOUtils.java | 40 public static byte[] toByteArray(File file) throws IOException { in toByteArray() method in IOUtils 46 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in IOUtils
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/ |
H A D | BinaryFormat.java | 90 public byte[] toByteArray(SpanContext spanContext) { in toByteArray() method in BinaryFormat 143 public byte[] toByteArray(SpanContext spanContext) { in toByteArray() method in BinaryFormat.NoopBinaryFormat
|
/aosp_15_r20/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
H A D | MessageMicro.java | 74 public byte[] toByteArray() { in toByteArray() method in MessageMicro 89 public void toByteArray(byte [] data, int offset, int length) { in toByteArray() method in MessageMicro
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-ipsec/android_common/turbine/ |
D | net-utils-framework-ipsec.jar | com/android/net/module/util/HexDump.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-ipsec/android_common_apex30/turbine/ |
D | net-utils-framework-ipsec.jar | com/android/net/module/util/HexDump.class
<Unknown>
package com. ... |
/aosp_15_r20/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
H A D | MessageNano.java | 99 public static final byte[] toByteArray(MessageNano msg) { in toByteArray() method in MessageNano 113 public static final void toByteArray(MessageNano msg, byte[] data, int offset, int length) { in toByteArray() method in MessageNano
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/ |
HD | tools.binary-resources.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/google/
com ... |
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | HexDump.java | 146 public static byte[] toByteArray(byte b) in toByteArray() method in HexDump 153 public static byte[] toByteArray(int i) in toByteArray() method in HexDump
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | HexDump.java | 178 public static byte[] toByteArray(byte b) { in toByteArray() method in HexDump 189 public static byte[] toByteArray(int i) { in toByteArray() method in HexDump
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | ByteStreams.java | 242 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in ByteStreams 252 static byte[] toByteArray(InputStream in, long expectedSize) throws IOException { in toByteArray() method in ByteStreams 652 public byte[] toByteArray() { in toByteArray() method in ByteStreams.ByteArrayDataOutputStream
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | ByteStreams.java | 242 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in ByteStreams 252 static byte[] toByteArray(InputStream in, long expectedSize) throws IOException { in toByteArray() method in ByteStreams 652 public byte[] toByteArray() { in toByteArray() method in ByteStreams.ByteArrayDataOutputStream
|
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
H A D | ClassWriterTest.java | 318 Executable toByteArray = () -> classWriter.toByteArray(); in testToByteArray_constantPoolSizeTooLarge() local 346 Executable toByteArray = () -> classWriter.toByteArray(); in testToByteArray_methodCodeSizeTooLarge() local 384 Executable toByteArray = () -> classWriter.toByteArray(); in testToByteArray_computeMaxs_largeSubroutines() local
|