Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h276 class Blob {
278 Blob();
279 ~Blob();
330 class ReadableBlob : public Blob {
337 class WritableBlob : public Blob {
/frameworks/native/libs/binder/
DParcel.cpp1918 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob
1922 Parcel::Blob::~Blob() { in ~Blob()
1926 void Parcel::Blob::release() { in release()
1933 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) { in init()
1940 void Parcel::Blob::clear() { in clear()
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dstopping.jd119 {@link android.os.Bundle}(키-값 쌍 Blob) 내에 {@link
/frameworks/base/docs/html/tools/help/
Djobb.jd6 Opaque Binary Blob (OBB) format. You can download and mount these expansion files in your
Dindex.jd116 Binary Blob (OBB) format.</dd>
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd656 if (!HTMLCanvasElement.prototype.toBlob && window.Blob) {
671 callback(new Blob([ui8arr.buffer /* req'd for Safari */ || ui8arr], {type: mimeType}));
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd780 if (!HTMLCanvasElement.prototype.toBlob && window.Blob) {
795 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.txt48574 public abstract interface Blob {
48580 method public abstract long position(java.sql.Blob, long) throws java.sql.SQLException;
48594 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
48595 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
48662 … method public abstract void setBlob(java.lang.String, java.sql.Blob) throws java.sql.SQLException;
48732 method public abstract java.sql.Blob createBlob() throws java.sql.SQLException;
49107 method public abstract void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
49176 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
49177 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
49276 method public abstract void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
[all …]
Dsystem-current.txt51180 public abstract interface Blob {
51186 method public abstract long position(java.sql.Blob, long) throws java.sql.SQLException;
51200 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
51201 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
51268 … method public abstract void setBlob(java.lang.String, java.sql.Blob) throws java.sql.SQLException;
51338 method public abstract java.sql.Blob createBlob() throws java.sql.SQLException;
51713 method public abstract void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
51782 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;
51783 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;
51882 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