Searched defs:binaryData (Results 1 – 6 of 6) sorted by relevance
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 640 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() 652 public static String encodeBase64String(byte[] binaryData) { in encodeBase64String() 665 public static byte[] encodeBase64URLSafe(byte[] binaryData) { in encodeBase64URLSafe() 678 public static String encodeBase64URLSafeString(byte[] binaryData) { in encodeBase64URLSafeString() 689 public static byte[] encodeBase64Chunked(byte[] binaryData) { in encodeBase64Chunked() 765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() 783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() 803 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64()
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 182 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() 193 public static byte[] encodeBase64Chunked(byte[] binaryData) { in encodeBase64Chunked() 237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64()
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketReaderTest.java | 404 private byte[] binaryData(int length) { in binaryData() method in WebSocketReaderTest
|
D | WebSocketWriterTest.java | 333 private static byte[] binaryData(int length) { in binaryData() method in WebSocketWriterTest
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | DigestScheme.java | 456 private static String encode(byte[] binaryData) { in encode()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 509 …ns& gl, std::vector<Shader*>& shaders, glw::GLenum binaryFormat, const void* binaryData, const int… in setBinary()
|