Searched defs:Base64 (Results 1 - 25 of 30) sorted by relevance

12

/external/libvncserver/webclients/novnc/include/
H A Dbase64.js10 var Base64 = {
11 /* Convert data (an array of integers) to a Base64 string. */
18 var toBase64Table = Base64.toBase64Table;
49 /* Convert Base64 data to a string */
66 var toBinaryTable = Base64.toBinaryTable;
67 var base64Pad = Base64.base64Pad;
107 err.name = 'Base64-Error';
113 }; /* End of Base64 namespace */
/external/okhttp/okio/okio/src/main/java/okio/
H A DBase64.java25 final class Base64 { class
26 private Base64() { method in class:Base64
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64.java10 * Utility class for converting Base64 data to bytes and back again.
12 public class Base64 class
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DBase64.java20 * dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/Base64.java
33 * This class implements Base64 encoding/decoding functionality
36 public class Base64 { class
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
H A DBase64.java25 public class Base64 { class
36 len to the Base64 format. The encoded data is appended to the
115 /** Decodes the given Base64 encoded String to a new byte array.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java21 public class Base64 class
/external/webrtc/webrtc/base/
H A Dbase64.h20 class Base64 class in namespace:rtc
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java25 * Provides Base64 encoding and decoding as defined by RFC 2045.
27 * <p>This class implements section <cite>6.8. Base64 Content-Transfer-Encoding</cite>
34 * @version $Id: Base64.java,v 1.20 2004/05/24 00:21:24 ggregory Exp $
41 public class Base64 implements BinaryEncoder, BinaryDecoder { class in inherits:BinaryEncoder,BinaryDecoder
151 * only valid characters within the Base64 alphabet.
154 * @return true if all bytes are valid characters in the Base64
180 * @return Base64 characters
191 * @return Base64 characters chunked in 76 character blocks
212 throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]");
219 * characters in the Base64 alphabe
[all...]
/external/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp254 std::string Base64(const Unit &U) { function in namespace:fuzzer
/external/ImageMagick/MagickCore/
H A Dutility.c82 Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
324 % Base64Decode() decodes Base64-encoded text and returns its binary
325 % equivalent. NULL is returned if the text is not valid Base64 data, or a
334 % o source: A pointer to a Base64-encoded string.
370 q=strchr(Base64,*p);
374 return((unsigned char *) NULL); /* non-Base64 character */
380 decode[i]=(q-Base64) << 2;
386 decode[i++]|=(q-Base64) >> 4;
387 decode[i]=((q-Base64) & 0x0f) << 4;
393 decode[i++]|=(q-Base64) >>
80 Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; variable
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c1139 static const char Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; variable
1176 pos = mDNSstrchr(Base64, ch);
1185 target[tarindex] = (mDNSu8)((pos - Base64) << 2);
1193 target[tarindex] |= (pos - Base64) >> 4;
1194 target[tarindex+1] = (mDNSu8)(((pos - Base64) & 0x0f) << 4);
1203 target[tarindex] |= (pos - Base64) >> 2;
1204 target[tarindex+1] = (mDNSu8)(((pos - Base64) & 0x03) << 6);
1213 target[tarindex] |= (pos - Base64);
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h320 Base64, member in class:XFA_AttributeEnum
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1437 milliseconds

12