Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h256 uint8_t *getBytes() { in getBytes() function
259 const uint8_t *getBytes() const { in getBytes() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1BitString.java76 static protected byte[] getBytes(int bitString) in getBytes() method in ASN1BitString
198 public byte[] getBytes() in getBytes() method in ASN1BitString
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DByteArr.java35 public byte[] getBytes() { in getBytes() method in ByteArr
/external/glide/library/src/main/java/com/bumptech/glide/util/
DByteArrayPool.java43 public byte[] getBytes() { in getBytes() method in ByteArrayPool
/external/guava/guava-tests/test/com/google/common/io/
DTestByteSink.java42 byte[] getBytes() { in getBytes() method in TestByteSink
/external/apache-http/src/org/apache/http/util/
DEncodingUtils.java110 public static byte[] getBytes(final String data, final String charset) { in getBytes() method in EncodingUtils
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DKeyUsage.java88 public byte[] getBytes() in getBytes() method in KeyUsage
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java124 @Benchmark void getBytes(int reps) { in getBytes() method in Utf8Benchmark
/external/jetty/src/java/org/eclipse/jetty/util/
DStringUtil.java374 public static byte[] getBytes(String s) in getBytes() method in StringUtil
387 public static byte[] getBytes(String s,String charset) in getBytes() method in StringUtil
DMultiPartInputStream.java227 public byte[] getBytes() in getBytes() method in MultiPartInputStream.MultiPart
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DSinkTester.java49 public abstract byte[] getBytes() throws Exception; in getBytes() method in SinkTester
DWrapperTester.java91 public byte[] getBytes() throws Exception { in getBytes() method in WrapperTester.WrapperSinkTester
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java425 private static byte[] getBytes(String in){ in getBytes() method in TestData.ConformanceTestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java424 private static byte[] getBytes(String in){ in getBytes() method in TestData.ConformanceTestCase
/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java96 public byte[] getBytes() in getBytes() method in Utf8Constant
/external/deqp/executor/
DxeBatchResult.hpp59 const deUint8* getBytes (void) const { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getBytes() function in xe::InfoLog
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstString.java346 public ByteArray getBytes() { in getBytes() method in CstString
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
DAbstractTransformTask.java241 private byte[] getBytes(ZipInputStream zip) throws IOException { in getBytes() method in AbstractTransformTask
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java206 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h114 ArrayRef<char> getBytes(const Entry &E) const { in getBytes() function
/external/opencv3/modules/imgcodecs/src/
Dbitstrm.cpp217 int RLByteStream::getBytes( void* buffer, int count ) in getBytes() function in cv::RLByteStream
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java507 public static int getBytes(char source, byte[] bytes, int limit) { in getBytes() method in TrieMap.ByteConverter
524 public static int getBytes(CharSequence source, byte[] bytes, int limit) { in getBytes() method in TrieMap.ByteConverter
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMap.java508 public static int getBytes(char source, byte[] bytes, int limit) { in getBytes() method in TrieMap.ByteConverter
525 public static int getBytes(CharSequence source, byte[] bytes, int limit) { in getBytes() method in TrieMap.ByteConverter
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp71 const uint8_t *getBytes() const { in getBytes() function in NativeItem
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp445 deUint32 getBytes (void) const { return m_bytesRequired; } in getBytes() function in deqp::gls::MemObjectAllocator

123