Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/binder/
DParcel.h251 class Blob {
253 Blob();
254 ~Blob();
302 class ReadableBlob : public Blob {
308 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
DParcel.cpp1644 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob
1648 Parcel::Blob::~Blob() { in ~Blob()
1652 void Parcel::Blob::release() { in release()
1659 void Parcel::Blob::init(bool mapped, void* data, size_t size) { in init()
1665 void Parcel::Blob::clear() { in clear()
/frameworks/base/docs/html/tools/help/
Djobb.jd6 Opaque Binary Blob (OBB) format. You can download and mount these expansion files in your
/frameworks/base/docs/html/distribute/promote/
Ddevice-art.jd674 if (!HTMLCanvasElement.prototype.toBlob && window.Blob) {
689 callback(new Blob([ui8arr.buffer /* req'd for Safari */ || ui8arr], {type: mimeType}));
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd501 supports OBB (Opaque Binary Blob) files. Although platform support for OBB is
/frameworks/base/api/
Dcurrent.txt39406 public abstract interface Blob {
39412 method public abstract long position(java.sql.Blob, long) throws java.sql.SQLException;
39426 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
39427 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
39494 … method public abstract void setBlob(java.lang.String, java.sql.Blob) throws java.sql.SQLException;
39564 method public abstract java.sql.Blob createBlob() throws java.sql.SQLException;
39939 method public abstract void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
40008 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
40009 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
40108 method public abstract void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
/frameworks/base/docs/html/
Dsitemap.txt3290 http://developer.android.com/reference/java/sql/Blob.html
4847 http://developer.android.com/sdk/api_diff/9/changes/java.sql.Blob.html