HomeSort by relevance Sort by last modified time
    Searched defs:blobs (Results 1 - 5 of 5) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 26 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[parameterIndex - 1] = false
    [all...]
  /external/skia/src/core/
SkPictureData.cpp 63 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); local
64 fTextBlobCount = blobs.count();
68 fTextBlobRefs[i] = SkRef(blobs[i]);
452 // Delete all of the blobs that were already created (up to but excluding i):
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 517 // The restore set is the concatenation of the individual record blobs,
522 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); local
523 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
529 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files");
532 for (DecodedFilename keyEntry : blobs) {
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 605 * blobs - Configuration blobs
607 struct wpa_config_blob *blobs; member in struct:wpa_config
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 74 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon10748
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
1116 h->blobs = 0;
    [all...]

Completed in 962 milliseconds