Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 25 of 93) sorted by relevance

1234

/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h260 uint8_t *getBytes() { in getBytes() function
263 const uint8_t *getBytes() const { in getBytes() function
/external/icu/libicu/cts_headers/unicode/
Dsortkey.h260 uint8_t *getBytes() { in getBytes() function
263 const uint8_t *getBytes() const { in getBytes() function
/external/cronet/third_party/icu/source/i18n/unicode/
Dsortkey.h260 uint8_t *getBytes() { in getBytes() function
263 const uint8_t *getBytes() const { in getBytes() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipEightByteInteger.java107 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
DZipShort.java69 public byte[] getBytes() { in getBytes() method in ZipShort
88 public static byte[] getBytes(final int value) { in getBytes() method in ZipShort
DZipLong.java114 public byte[] getBytes() { in getBytes() method in ZipLong
138 public static byte[] getBytes(final long value) { in getBytes() method in ZipLong
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1BitString.java78 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString
206 public byte[] getBytes() in getBytes() method in ASN1BitString
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1BitString.java78 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString
206 public byte[] getBytes() in getBytes() method in ASN1BitString
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1BitString.java76 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString
204 public byte[] getBytes() in getBytes() method in ASN1BitString
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DByteString.java18 public byte[] getBytes() { in getBytes() method in ByteString
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DByteArr.java35 public byte[] getBytes() { in getBytes() method in ByteArr
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DStandardLineSeparator.java62 public byte[] getBytes(final Charset charset) { in getBytes() method in StandardLineSeparator
/external/glide/library/src/main/java/com/bumptech/glide/util/
DByteArrayPool.java43 public byte[] getBytes() { in getBytes() method in ByteArrayPool
/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
DAsmTest.java238 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
/external/guava/guava-tests/test/com/google/common/io/
DTestByteSink.java41 byte[] getBytes() { in getBytes() method in TestByteSink
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DSpanIdTest.java62 public void getBytes() { in getBytes() method in SpanIdTest
DTraceIdTest.java50 public void getBytes() { in getBytes() method in TraceIdTest
/external/guava/android/guava-tests/test/com/google/common/io/
DTestByteSink.java41 byte[] getBytes() { in getBytes() method in TestByteSink
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackOffset.h102 int64_t getBytes() const { return Bytes; } in getBytes() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantDouble.java95 public final double getBytes() { in getBytes() method in ConstantDouble
DConstantFloat.java96 public final float getBytes() { in getBytes() method in ConstantFloat
DConstantLong.java95 public final long getBytes() { in getBytes() method in ConstantLong
DConstantInteger.java95 public final int getBytes() { in getBytes() method in ConstantInteger
DConstantModule.java122 public String getBytes( final ConstantPool cp ) { in getBytes() method in ConstantModule
DConstantPackage.java122 public String getBytes( final ConstantPool cp ) { in getBytes() method in ConstantPackage

1234