Searched defs:base64 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/foundation/tests/
H A DBase64_test.cpp23 #include <media/stagefright/foundation/base64.h>
75 const AString base64[] = { local
87 verifyDecode(clearText, base64);
128 const AString base64[] = { local
134 verifyEncode(base64, clearText);
/frameworks/native/cmds/installd/tests/
H A Dtest_utils.h76 bool WriteBase64ToFile(const char* base64, const std::string& file, argument
78 CHECK(base64 != nullptr);
80 std::unique_ptr<uint8_t[]> bytes(DecodeBase64(base64, &length));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 66 milliseconds