Home
last modified time | relevance | path

Searched defs:encodeBase64 (Results 1 – 25 of 172) sorted by relevance

1234567

/aosp_15_r20/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java640 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64Codec
765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64Codec
783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64Codec
803 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() method in Base64Codec
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java182 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64
237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/common/
H A DBase64.cpp113 void encodeBase64(const void* _data, size_t size, std::string* out) { in encodeBase64() function
/aosp_15_r20/frameworks/av/media/module/foundation/
H A Dbase64.cpp122 void encodeBase64( in encodeBase64() function
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBase64.kt119 internal fun ByteArray.encodeBase64(map: ByteArray = BASE64): String { in encodeBase64() method
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DByteStringTest.java178 @Test public void encodeBase64() { in encodeBase64() method in ByteStringTest
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java278 private static String encodeBase64(String string) { in encodeBase64() method in ImapConnection
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DByteStringTest.kt274 @Test fun encodeBase64() { in encodeBase64() method in okio.AbstractByteStringTest
/aosp_15_r20/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/
H A DTestUtils.java765 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
H A DTestUtils.java773 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
/aosp_15_r20/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java775 private static String encodeBase64(byte[] buf) { in encodeBase64() method in NanoWSD
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/commons-codec/linux_glibc_common/local-combined/
Dcommons-codec.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
HDcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/commons-codec/commons-codec/1.15/
HDcommons-codec-1.15.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/xmp_toolkit/XMPCore/xmp_toolkit/android_common/turbine/
Dxmp_toolkit.jarcom/adobe/xmp/XMPConst.class <Unknown> package com.adobe.xmp public ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
HDapache-mime4j-core-0.7.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex30/kotlin_headers/
Dokio-lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__okio__android_common_apex30__okio-lib. ...

1234567