Searched refs:base64 (Results 1 – 7 of 7) sorted by relevance
2 HSR1ProfileWithCACert.base64 - base64 encoded of the data contained in HSR1ProfileWithCAWith.conf3 HSR1ProfileWithNonBase64Part.base64 - base64 encoded installation file that contains a part of non-…4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary …5 HSR1ProfileWithInvalidContentType.base64 - base64 encoded installation file with that contains a MI…
3 Content-Transfer-Encoding: base647 Content-Transfer-Encoding: base6451 Content-Transfer-Encoding: base64
265 final String base64 = ssp.substring(BASE64_URI_PREFIX.length()); in parseDataUri() local266 return Base64.decode(base64, Base64.URL_SAFE); in parseDataUri()268 final String base64 = ssp.substring( in parseDataUri() local270 return Base64.decode(base64, Base64.DEFAULT); in parseDataUri()
23 "base64.cpp",
36 boolean base64) { in HTTPRequest() argument48 if (base64) { in HTTPRequest()
689 final String base64 = parser.getAttributeValue(null, base64Attr); in getValueAttribute() local690 if (base64 != null) { in getValueAttribute()691 return base64Decode(base64); in getValueAttribute()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...