Searched refs:Blob (Results 1 – 20 of 20) sorted by relevance
129 class Blob {131 Blob(const void* data, size_t size, bool copyData);132 ~Blob();134 bool operator<(const Blob& rhs) const;141 Blob(const Blob&);142 void operator=(const Blob&);159 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value);165 std::shared_ptr<Blob> getKey() const;166 std::shared_ptr<Blob> getValue() const;168 void setValue(const std::shared_ptr<Blob>& value);[all …]
81 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in set()88 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true)); in set()89 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()110 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()111 std::shared_ptr<Blob> oldValueBlob(index->getValue()); in set()141 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in get()151 std::shared_ptr<Blob> valueBlob(index->getValue()); in get()171 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize()172 std::shared_ptr<Blob> const& valueBlob = e.getValue(); in getFlattenedSize()197 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten()[all …]
205 class Blob {207 Blob(const void* data, size_t size, bool copyData);208 ~Blob();210 bool operator<(const Blob& rhs) const;217 Blob(const Blob&);218 void operator=(const Blob&);235 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value,242 std::shared_ptr<Blob> getKey() const;243 std::shared_ptr<Blob> getValue() const;245 void setValue(const std::shared_ptr<Blob>& value);[all …]
105 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in set()112 std::shared_ptr<Blob> keyBlob(new Blob(key, keySize, true)); in set()113 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()142 std::shared_ptr<Blob> valueBlob(new Blob(value, valueSize, true)); in set()143 std::shared_ptr<Blob> oldValueBlob(index->getValue()); in set()191 std::shared_ptr<Blob> dummyKey(new Blob(key, keySize, false)); in get()201 std::shared_ptr<Blob> valueBlob(index->getValue()); in get()223 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in getFlattenedSize()224 std::shared_ptr<Blob> const& valueBlob = e.getValue(); in getFlattenedSize()249 std::shared_ptr<Blob> const& keyBlob = e.getKey(); in flatten()[all …]
25 // Blob Committer stats36 // Flags of what access types the committer has set for the Blob43 // Blob Leasee stats55 // List of Blob Committers63 // List of Blob Leasees
121 final android.net.ipmemorystore.Blob wrappedBlob = new android.net.ipmemorystore.Blob(); in wifiScoreCardReadShouldCallIpMemoryStoreRetrieveBlob()155 android.net.ipmemorystore.Blob blob = mIpMemoryStoreBlobCaptor.getValue(); in wifiScoreCardWriteShouldCallIpMemoryStoreStoreBlob()159 final ArgumentCaptor<android.net.ipmemorystore.Blob> mIpMemoryStoreBlobCaptor =160 ArgumentCaptor.forClass(android.net.ipmemorystore.Blob.class);
33 import android.net.ipmemorystore.Blob;139 final Blob b = new Blob(); in testPrivateData()198 final Blob b = new Blob(); in testEnqueuedIpMsRequests()244 final Blob b = new Blob(); in testEnqueuedIpMsRequestsWithException()287 final Blob b = new Blob(); in testEnqueuedIpMsRequestsCallbackFunctionWithException()
23 import android.net.ipmemorystore.Blob;97 public void onBlobRetrieved(Status status, String l2Key, String name, Blob data) { in onBlobRetrieved()117 final Blob blob = new Blob(); in write()
78 final Blob in = new Blob(); in testPrivateDataParceling()80 final Blob out = parcelingRoundTrip(in); in testPrivateDataParceling()
4 // Opaque Binary Blob (OBB) Tool
52 // Blob for the current HWC information for all layers, reported by dumpsys.
537 class Blob {539 Blob();540 ~Blob();607 class ReadableBlob : public Blob {614 class WritableBlob : public Blob {
2726 Parcel::Blob::Blob() : in Blob() function in android::Parcel::Blob2730 Parcel::Blob::~Blob() { in ~Blob()2734 void Parcel::Blob::release() { in release()2741 void Parcel::Blob::init(int fd, void* data, size_t size, bool isMutable) { in init()2748 void Parcel::Blob::clear() { in clear()
32 rule android.net.ipmemorystore.Blob* com.android.wifi.x.@0
4961 // Uid of the Blob committer4964 // Id of the Blob committed4967 // Size of the Blob4976 // Commit Failed: Digest of the data did not match Blob digest4991 // Uid of the Blob leasee4994 // Id of the Blob leased or 0 if the Blob does not exist4997 // Size of the Blob or 0 if the Blob does not exist5004 // Lease Failed: Blob does not exist5006 // Lease Failed: Leasee does not have access to the Blob5025 // Uid of the Blob opener[all …]
45809 public abstract interface Blob {45815 method public abstract long position(java.sql.Blob, long) throws java.sql.SQLException;45829 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;45830 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;45897 … method public abstract void setBlob(java.lang.String, java.sql.Blob) throws java.sql.SQLException;45967 method public abstract java.sql.Blob createBlob() throws java.sql.SQLException;46342 method public abstract void setBlob(int, java.sql.Blob) throws java.sql.SQLException;46411 method public abstract java.sql.Blob getBlob(int) throws java.sql.SQLException;46412 method public abstract java.sql.Blob getBlob(java.lang.String) throws java.sql.SQLException;46511 method public abstract void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;[all …]
308 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…310 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…360 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…481 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…482 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…484 …ang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/ipmemorystore/Blob;Landroid/net/ipmemo…653 PLandroid/net/ipmemorystore/Blob$1;-><init>()V654 PLandroid/net/ipmemorystore/Blob$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/ipmemorystor…655 PLandroid/net/ipmemorystore/Blob$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;656 PLandroid/net/ipmemorystore/Blob;-><clinit>()V[all …]
69699 public interface Blob {69706 method public long position(java.sql.Blob, long) throws java.sql.SQLException;69719 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;69720 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;69787 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;69855 method public java.sql.Blob createBlob() throws java.sql.SQLException;70230 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;70299 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;70300 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;70399 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...