Searched defs:blobs (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java26 private boolean blobs[]; field in class:JDBCPreparedStatement
34 this.blobs = null;
82 blobs = new boolean[nparm];
104 if (blobs[parm]) {
128 blobs[parameterIndex - 1] = false;
137 blobs[parameterIndex - 1] = false;
145 blobs[parameterIndex - 1] = false;
153 blobs[parameterIndex - 1] = false;
161 blobs[parameterIndex - 1] = false;
169 blobs[parameterInde
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureData.cpp82 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); local
83 fTextBlobCount = blobs.count();
87 fTextBlobRefs[i] = SkRef(blobs[i]);
528 // Delete all of the blobs that were already created (up to but excluding i):
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h589 * blobs - Configuration blobs
591 struct wpa_config_blob *blobs; member in struct:wpa_config
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c74 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon22642
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
1116 h->blobs = 0;
2550 blp = &h->blobs;
4415 bl->next = h->blobs;
4416 h->blobs = bl;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc554 // blob journal, the safe thing to do is to clear it and leak the blobs,
1367 // won't clean up the blobs.
2203 WriteDescriptorVec* blobs,
2210 blobs_.swap(*blobs);
2474 // blobs about to be garbage collected, it'd be better to wait and do them all
3899 // If incognito, this snapshots blobs just as the above transaction_
4040 // To signal how many blobs need attention right now.
4078 // This kicks off the writes of the new blobs, if any.
4081 // Remove the add journal, if any; once the blobs are written, and we
2200 ChainedBlobWriterImpl( int64 database_id, IndexedDBBackingStore* backing_store, WriteDescriptorVec* blobs, scoped_refptr<IndexedDBBackingStore::BlobWriteCallback> callback) argument

Completed in 190 milliseconds