HomeSort by relevance Sort by last modified time
    Searched refs:Base64 (Results 126 - 150 of 223) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/devtools/tools/lib/
jobb.jar 
commons-codec-1.4.jar 
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 35 import android.util.Base64;
378 * Return a Base64 representation of a MSFT TIME_ZONE_INFORMATION structure from a TimeZone
381 * @return the Base64 String representing a Microsoft TIME_ZONE_INFORMATION element
694 * Calculate the Base64 representation of a MSFT TIME_ZONE_INFORMATION structure from a TimeZone
698 * @return the Base64 String representing a Microsoft TIME_ZONE_INFORMATION element
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 23 import android.util.Base64;
    [all...]
  /external/chromium_org/remoting/webapp/
video_frame_recorder.js 84 console.log("Converted from Base64 - length:" + videoPacketString.length);
third_party_token_fetcher.js 31 * @param {string} hostPublicKey Host public key (DER and Base64 encoded).
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 37 import org.jivesoftware.smack.util.Base64;
666 // encoded using Base64 as specified in Section 4 of RFC 4648
667 // (note: the Base64 output MUST NOT include whitespace and MUST set
670 return Base64.encodeBytes(digest);
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetManagerService.java 22 import android.util.Base64;
490 return new String(Base64.encode(k.getEncoded(), 0));
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 24 import org.apache.commons.codec.binary.Base64;
454 // replace the references to the base64-encoded keys by the JKS versions.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 67 use MIME::Base64;
227 # [A-Za-z0-9+/] is the class of allowed base64 characters.
svn-create-patch 35 # Handles binary files (encoded as a base64 chunk of text).
53 use MIME::Base64;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 19 import android.util.Base64;
114 * addresses, notes, images. "7BIT", "8BIT", "BASE64", and
503 * pencodingval = "7BIT" / "8BIT" / "QUOTED-PRINTABLE" / "BASE64" / "X-" word
610 // It is very rare, but some BASE64 data may be so big that
615 property.setByteValue(Base64.decode(base64Property, Base64.DEFAULT));
617 throw new VCardException("Decode error on base64 photo: " + propertyRawValue);
623 Log.e(LOG_TAG, "OutOfMemoryError happened during parsing BASE64 data!");
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 17 import android.util.Base64;
221 Base64.encodeToString(getValueBytes(), Base64.URL_SAFE);
504 att.mEncoding = "base64";
    [all...]
ContactsSyncParser.java 38 import android.util.Base64;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 28 import android.util.Base64;
711 final String pic = Base64.encodeToString(bytes, Base64.NO_WRAP);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 41 import android.util.Base64;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 18 import libcore.io.Base64;
125 // base64 encoded credentials "cts:secret" used for basic authentication
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 37 #include "webrtc/base/base64.h"
450 // Fail if base64 decode fails, or the key is the wrong size.
452 if (!rtc::Base64::Decode(key_b64, rtc::Base64::DO_STRICT,
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 39 import android.util.Base64;
633 return "base64".equals(encoding);
653 // as the charset, as long as it's not "base64".
661 // base64 encoding the data that is passed here and then loading that as a data: URL.
664 Base64.encodeToString(data.getBytes("utf-8"), Base64.DEFAULT), mimeType,
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 1102 milliseconds

1 2 3 4 56 7 8 9