/external/protobuf/js/binary/ |
utils.js | 41 goog.require('goog.crypt.base64'); 970 return goog.crypt.base64.decodeStringToUint8Array(data);
|
writer.js | 61 goog.require('goog.crypt.base64'); 242 return goog.crypt.base64.encodeByteArray(this.getResultBuffer()); [all...] |
/external/python/cpython2/Lib/test/ |
test_urllib.py | 14 from base64 import b64encode [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 27 #include <media/stagefright/foundation/base64.h>
|
MyTransmitter.h | 29 #include <media/stagefright/foundation/base64.h>
|
/external/protobuf/js/ |
message.js | 42 goog.require('goog.crypt.base64'); 643 return goog.crypt.base64.encodeByteArray(value); 662 return goog.crypt.base64.decodeStringToUint8Array(value); [all...] |
/external/python/cpython3/Lib/test/ |
test_urllib2.py | [all...] |
test_urllib.py | 21 from base64 import b64encode 499 "data:text/plain;charset=ISO-8859-1;base64,dGVzdCBkYXRhIFVSTHMgOjs" 501 # base64 encoded data URL that contains ignorable spaces, 504 "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAIAAAB7\n" 553 self.assertRaises(ValueError,urllib.request.urlopen,'data:;base64,Cg=') [all...] |
/external/syzkaller/pkg/email/ |
parser_test.go | 387 Content-Transfer-Encoding: base64
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 1004 OBJS += src/utils/base64.c
|
/external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/ |
CronetClientStreamTest.java | 695 "https://www.google.com/service/method?" + BaseEncoding.base64().encode(msg), [all...] |
/external/python/google-api-python-client/googleapiclient/ |
http.py | 31 import base64 [all...] |
/frameworks/av/media/extractors/ogg/ |
OggExtractor.cpp | 29 #include <media/stagefright/foundation/base64.h> [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
test_email.py | 8 import base64
216 # Subpart 3 is base64
218 'This is a Base64 encoded message.')
219 # Subpart 4 is base64 with a trailing newline, which
222 'This is a Base64 encoded message.\n')
545 msg['content-transfer-encoding'] = 'base64'
[all...] |
test_email_renamed.py | 8 import base64
194 # Subpart 3 is base64
196 'This is a Base64 encoded message.')
197 # Subpart 4 is base64 with a trailing newline, which
200 'This is a Base64 encoded message.\n')
502 msg['content-transfer-encoding'] = 'base64'
[all...] |
/external/python/cpython2/Lib/email/test/ |
test_email.py | 8 import base64 222 # Subpart 3 is base64 224 'This is a Base64 encoded message.') 225 # Subpart 4 is base64 with a trailing newline, which 228 'This is a Base64 encoded message.\n') 551 msg['content-transfer-encoding'] = 'base64' [all...] |
test_email_renamed.py | 8 import base64 194 # Subpart 3 is base64 196 'This is a Base64 encoded message.') 197 # Subpart 4 is base64 with a trailing newline, which 200 'This is a Base64 encoded message.\n') 502 msg['content-transfer-encoding'] = 'base64' [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 11588 static const char base64[] = local [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | 12405 static const char base64[] = local [all...] |
/external/wpa_supplicant_8/src/common/ |
dpp.c | 17 #include "utils/base64.h" 843 "DPP: Invalid base64 encoding on URI public-key"); 846 wpa_hexdump(MSG_DEBUG, "DPP: Base64 decoded URI public-key", 1315 unsigned char *base64 = NULL; local [all...] |
/external/python/cpython3/Lib/test/test_email/ |
test_email.py | 7 import base64 104 self.assertEqual(msg['content-transfer-encoding'], 'base64') 111 charset.body_encoding = None # Disable base64 encoding 120 charset.body_encoding = None # Disable base64 encoding 247 # Subpart 3 is base64 249 b'This is a Base64 encoded message.') 250 # Subpart 4 is base64 with a trailing newline, which 253 b'This is a Base64 encoded message.\n') 608 msg['content-transfer-encoding'] = 'base64' 692 msg['content-transfer-encoding'] = 'base64' [all...] |
/external/boringssl/src/ssl/test/ |
test_config.cc | 24 #include <openssl/base64.h> 264 fprintf(stderr, "Invalid base64: %s\n", argv[*i]); 271 fprintf(stderr, "Invalid base64: %s\n", argv[*i]); [all...] |
/external/curl/lib/vtls/ |
nss.c | 56 #include <base64.h> [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSDigest.c | [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
Spdy3ConnectionTest.java | [all...] |