HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/chrome/renderer/extensions/
blob_native_handler.cc 14 // Expects a single Blob argument. Returns the Blob's UUID.
17 blink::WebBlob blob = blink::WebBlob::fromV8Value(args[0]); local
19 v8::String::NewFromUtf8(args.GetIsolate(), blob.uuid().utf8().data()));
page_capture_custom_bindings.cc 35 blink::WebBlob blob = local
37 args.GetReturnValue().Set(blob.toV8Value());
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 40 struct wpa_config_blob *blob; local
51 for (blob = config->blobs; blob; blob = blob->next) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustom.cpp 42 ExceptionState exceptionState(ExceptionState::ConstructionContext, "Blob", info.Holder(), info.GetIsolate());
44 RefPtr<Blob> blob = Blob::create(); local
45 v8SetReturnValue(info, blob.release());
69 if (!properties.parseBlobPropertyBag(info[1], "Blob", exceptionState, info.GetIsolate())) {
80 RefPtr<Blob> blob = blobBuilder.createBlob(properties.contentType());
81 v8SetReturnValue(info, blob.release());
V8FormDataCustom.cpp 55 Blob* blob = V8Blob::toNative(object); local
56 ASSERT(blob);
64 domFormData->append(name, blob, filename);
V8BlobCustomHelpers.cpp 128 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item)); local
129 ASSERT(blob);
130 blobBuilder.append(blob);
  /external/chromium_org/content/browser/fileapi/
chrome_blob_storage_context.cc 10 #include "webkit/browser/blob/blob_storage_context.h"
24 scoped_refptr<ChromeBlobStorageContext> blob = local
28 new UserDataAdapter<ChromeBlobStorageContext>(blob.get()));
33 base::Bind(&ChromeBlobStorageContext::InitializeOnIOThread, blob));
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 9 boolean blob; field in class:BatchArg
11 BatchArg(String arg, boolean blob) {
17 this.blob = blob;
409 blobs[k] = b.blob;
451 public void setBlob(int i, Blob x) throws SQLException {
723 public Blob getBlob(String parameterName) throws SQLException {
727 public Blob getBlob(int parameterIndex) throws SQLException {
  /external/javasqlite/src/main/java/SQLite/
Blob.java 7 * SQLite 3.4.0 incremental blob I/O interface.
13 * Blob instance
16 private Blob blob; field in class:BlobR
25 * Contruct InputStream from blob instance.
28 BlobR(Blob blob) {
29 this.blob = blob;
39 int ret = blob.size - pos
162 private Blob blob; field in class:BlobW
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormDataList.h 24 #include "core/fileapi/Blob.h"
38 Item(PassRefPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { }
41 Blob* blob() const { return m_blob.get(); } function in class:WebCore::FormDataList::Item
46 RefPtr<Blob> m_blob;
67 void appendBlob(const String& key, PassRefPtr<Blob> blob, const String& filename = String())
70 appendBlob(blob, filename)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-size-params.cc 46 hb_blob_t *blob = NULL; local
53 /* Create the blob */
82 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
86 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
87 hb_blob_destroy (blob);
88 blob = NULL;
test-would-substitute.cc 50 hb_blob_t *blob = NULL; local
57 /* Create the blob */
86 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
90 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
91 hb_blob_destroy (blob);
92 blob = NULL;
test-buffer-serialize.cc 48 hb_blob_t *blob = NULL; local
55 /* Create the blob */
84 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
87 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
88 hb_blob_destroy (blob);
89 blob = NULL;
test.cc 49 hb_blob_t *blob = NULL; local
56 /* Create the blob */
85 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
88 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob));
91 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
92 hb_blob_destroy (blob);
93 blob = NULL;
  /external/harfbuzz_ng/src/hb-icu-le/
FontTableCache.cpp 19 hb_blob_t *blob; member in struct:FontTableCacheEntry
34 fTableCache[i].blob = NULL;
41 hb_blob_destroy(fTableCache[i].blob);
44 fTableCache[i].blob = NULL;
52 void FontTableCache::freeFontTable(hb_blob_t *blob) const
54 hb_blob_destroy(blob);
61 return hb_blob_get_data(fTableCache[i].blob, NULL);
65 hb_blob_t *blob = readFontTable(tableTag); local
67 ((FontTableCache *) this)->add(tableTag, blob);
69 return hb_blob_get_data (blob, NULL)
    [all...]
  /external/harfbuzz_ng/src/
test-size-params.cc 43 hb_blob_t *blob = NULL; local
50 /* Create the blob */
79 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
83 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
84 hb_blob_destroy (blob);
85 blob = NULL;
test-would-substitute.cc 47 hb_blob_t *blob = NULL; local
54 /* Create the blob */
83 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
87 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
88 hb_blob_destroy (blob);
89 blob = NULL;
test-buffer-serialize.cc 45 hb_blob_t *blob = NULL; local
52 /* Create the blob */
81 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
84 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
85 hb_blob_destroy (blob);
86 blob = NULL;
test.cc 46 hb_blob_t *blob = NULL; local
53 /* Create the blob */
82 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
85 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob));
88 hb_face_t *face = hb_face_create (blob, 0 /* first face */);
89 hb_blob_destroy (blob);
90 blob = NULL;
  /libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java 19 import SQLite.Blob;
29 private static Blob testBlob = null;
35 testBlob = new Blob();
42 db.exec("create table B(id integer primary key, val blob)",null);
47 // can not fill Blob with data at this point...
55 .getResourceAsStream("/blob.c");
86 Blob blob = db.open_blob(dbFile.getPath(), "B", "val", 1, true); local
89 OutputStream os = blob.getOutputStream();
93 InputStream is = blob.getInputStream()
    [all...]
  /dalvik/vm/
DvmDex.cpp 57 u1 *blob = (u1 *)dvmAllocRegion(totalSize, local
59 if ((void *)blob == MAP_FAILED)
62 pDvmDex = (DvmDex*)blob;
63 blob += sizeof(DvmDex);
68 pDvmDex->pResStrings = (struct StringObject**)blob;
69 blob += stringSize;
70 pDvmDex->pResClasses = (struct ClassObject**)blob;
71 blob += classSize;
72 pDvmDex->pResMethods = (struct Method**)blob;
73 blob += methodSize
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
BlobBuilder.cpp 35 #include "core/fileapi/Blob.h"
93 void BlobBuilder::append(Blob* blob)
95 if (!blob)
97 if (blob->hasBackingFile()) {
98 File* file = toFile(blob);
99 // If the blob is file that is not snapshoted, capture the snapshot now.
111 long long blobSize = static_cast<long long>(blob->size());
113 m_items.append(BlobDataItem(blob->blobDataHandle(), 0, blobSize));
125 PassRefPtr<Blob> BlobBuilder::createBlob(const String& contentType
131 RefPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), m_size)); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebBlob.cpp 36 #include "core/fileapi/Blob.h"
37 #include "platform/blob/BlobData.h"
48 RefPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size)); local
49 return WebBlob(blob);
56 Blob* blob = V8Blob::toNative(object); local
57 ASSERT(blob);
58 return WebBlob(blob);
    [all...]
  /external/libvpx/libvpx/examples/includes/
vp8_doc_tools.php 134 * @param $blob str - The blob to transform
141 function do_geshi($blob, $open = '<pre>',
148 while (preg_match($regexp, $blob, $matches))
157 $blob = preg_replace($regexp, $blob_new, $blob, 1); variable
  /art/test/044-proxy/src/
BasicTest.java 45 shapes.blob();
53 colors.blob();
132 public String blob(); method in interface:Shapes
156 public String blob(); method in interface:Colors
192 public String blob() { method in class:Mix
193 System.out.println("--- blob");

Completed in 233 milliseconds

1 2 3 4