HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 51 - 63 of 63) sorted by null

1 23

  /external/javasqlite/src/main/java/SQLite/
Database.java 722 * Open an SQLite3 blob. Only available in SQLite 3.4.0 and above.
728 * @return a Blob object
731 public Blob open_blob(String db, String table, String column,
734 Blob blob = new Blob(); local
735 _open_blob(db, table, column, row, rw, blob);
736 return blob;
776 * Internal SQLite open blob method.
782 * @param blob Blob objec
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 194 std::string blob; local
195 blob.reserve(raw_headers_.size());
200 blob.assign(raw_headers_.c_str(), strlen(raw_headers_.c_str()) + 1);
215 blob.append(parsed_[i].name_begin, parsed_[k].value_end);
216 blob.push_back('\0');
221 blob.push_back('\0');
223 pickle->WriteString(blob);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 189 this->blob = hb_blob_reference (b);
195 this->start = hb_blob_get_data (this->blob, NULL);
196 this->end = this->start + hb_blob_get_length (this->blob);
200 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, +1,
208 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, -1,
212 hb_blob_destroy (this->blob);
213 this->blob = NULL;
222 (&this->debug_depth, "SANITIZE", this->blob, NULL,
236 (&this->debug_depth, "SANITIZE", this->blob, NULL,
259 (&this->debug_depth, "SANITIZE", this->blob, NULL
282 hb_blob_t *blob; member in struct:OT::hb_sanitize_context_t
    [all...]
hb-coretext.cc 101 hb_blob_t *blob = hb_face_reference_blob (face); local
103 const char *blob_data = hb_blob_get_data (blob, &blob_length);
105 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
107 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 189 this->blob = hb_blob_reference (b);
195 this->start = hb_blob_get_data (this->blob, NULL);
196 this->end = this->start + hb_blob_get_length (this->blob);
200 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, +1,
208 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, -1,
212 hb_blob_destroy (this->blob);
213 this->blob = NULL;
222 (&this->debug_depth, "SANITIZE", this->blob, NULL,
236 (&this->debug_depth, "SANITIZE", this->blob, NULL,
259 (&this->debug_depth, "SANITIZE", this->blob, NULL
282 hb_blob_t *blob; member in struct:OT::hb_sanitize_context_t
    [all...]
hb-coretext.cc 106 hb_blob_t *blob = hb_face_reference_blob (face); local
108 const char *blob_data = hb_blob_get_data (blob, &blob_length);
110 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
112 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 74 struct hbl *blobs; /* SQLite3 blob handles */
116 struct hbl *next; /* next blob handle */
117 sqlite3_blob *blob; /* SQLite3 blob */ member in struct:hbl
126 struct hbk *next; /* next blob handle */
588 case SQLITE_BLOB: ctype = "blob"; break;
706 case SQLITE_BLOB: ctype = "blob"; break;
847 if (bl->blob) {
848 sqlite3_blob_close(bl->blob);
850 bl->blob = 0
2627 const char **blob = 0; local
4360 sqlite3_blob *blob; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 58 #include "core/fileapi/Blob.h"
172 // externally. It is safe to persist a SerializedScriptValue as a binary blob, but this
201 BlobTag = 'b', // uuid:WebCoreString, type:WebCoreString, size:uint64_t -> Blob (ref)
202 BlobIndexTag = 'i', // index:int32_t -> Blob (ref)
1281 Blob* blob = V8Blob::toImpl(value.As<v8::Object>()); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1148 milliseconds

1 23