Searched defs:blob (Results 1 - 25 of 111) sorted by relevance

12345

/external/chromium_org/extensions/renderer/
H A Dblob_native_handler.cc17 blink::WebBlob blob = blink::WebBlob::fromV8Value(args[0]); local
19 v8::String::NewFromUtf8(args.GetIsolate(), blob.uuid().utf8().data()));
33 blink::WebBlob blob = local
37 args.GetReturnValue().Set(blob.toV8Value(args.Holder(), args.GetIsolate()));
/external/harfbuzz_ng/src/
H A Dsample.py10 blob = hb.blob_create (fontdata, hb.memory_mode_t.WRITABLE, None, nothing) variable
11 print blob
H A Dtest-size-params.cc46 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;
H A Dtest-would-substitute.cc50 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;
H A Dtest-buffer-serialize.cc48 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;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c40 struct wpa_config_blob *blob; local
51 for (blob = config->blobs; blob; blob = blob->next) {
/external/chromium_org/chrome/renderer/extensions/
H A Dpage_capture_custom_bindings.cc33 blink::WebBlob blob = local
35 args.GetReturnValue().Set(blob.toV8Value(args.Holder(), args.GetIsolate()));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8BlobCustom.cpp43 RefPtrWillBeRawPtr<Blob> blob = Blob::create(); local
44 v8SetReturnValue(info, blob.release());
81 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), blobSize)); local
82 v8SetReturnValue(info, blob.release());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMFormData.cpp67 void DOMFormData::append(const String& name, Blob* blob, const String& filename) argument
70 appendBlob(name, blob, filename);
H A DFormDataList.h40 Item(PassRefPtrWillBeRawPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { } argument
43 Blob* blob() const { return m_blob.get(); } function in class:WebCore::FormDataList::Item
71 void appendBlob(const String& key, PassRefPtrWillBeRawPtr<Blob> blob, const String& filename = String()) argument
74 appendBlob(blob, filename);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCPreparedStatement.java9 boolean blob; field in class:BatchArg
11 BatchArg(String arg, boolean blob) { argument
17 this.blob = blob;
409 blobs[k] = b.blob;
/external/chromium_org/extensions/browser/
H A Dblob_holder.cc43 void BlobHolder::HoldBlobReference(scoped_ptr<content::BlobHandle> blob) { argument
45 DCHECK(!ContainsBlobHandle(blob.get()));
47 std::string uuid = blob->GetUUID();
48 held_blobs_.insert(make_pair(uuid, make_linked_ptr(blob.release())));
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderSync.cpp49 PassRefPtr<ArrayBuffer> FileReaderSync::readAsArrayBuffer(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) argument
51 if (!blob) {
57 startLoading(executionContext, loader, *blob, exceptionState);
62 String FileReaderSync::readAsBinaryString(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) argument
64 if (!blob) {
70 startLoading(executionContext, loader, *blob, exceptionState);
74 String FileReaderSync::readAsText(ExecutionContext* executionContext, Blob* blob, const String& encoding, ExceptionState& exceptionState) argument
76 if (!blob) {
83 startLoading(executionContext, loader, *blob, exceptionState);
87 String FileReaderSync::readAsDataURL(ExecutionContext* executionContext, Blob* blob, ExceptionStat argument
100 startLoading(ExecutionContext* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState) argument
[all...]
H A DFileReaderSync.h58 String readAsText(ExecutionContext* executionContext, Blob* blob, ExceptionState& ec) argument
60 return readAsText(executionContext, blob, "", ec);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dtest-size-params.cc46 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;
H A Dtest-would-substitute.cc50 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;
H A Dtest-buffer-serialize.cc48 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;
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.h9 void printbits ( const void * blob, int len );
10 void printhex32 ( const void * blob, int len );
11 void printbytes ( const void * blob, int len );
12 void printbytes2 ( const void * blob, int len );
17 uint32_t getbit ( const void * blob, int len, uint32_t bit );
18 uint32_t getbit_wrap ( const void * blob, int len, uint32_t bit );
20 void setbit ( void * blob, int len, uint32_t bit );
21 void setbit ( void * blob, int len, uint32_t bit, uint32_t val );
23 void clearbit ( void * blob, int len, uint32_t bit );
25 void flipbit ( void * blob, in
37 getbit( T & blob, uint32_t bit ) argument
42 getbit( uint32_t & blob, uint32_t bit ) argument
43 getbit( uint64_t & blob, uint32_t bit ) argument
48 setbit( T & blob, uint32_t bit ) argument
53 setbit( uint32_t & blob, uint32_t bit ) argument
54 setbit( uint64_t & blob, uint32_t bit ) argument
59 flipbit( T & blob, uint32_t bit ) argument
64 flipbit( uint32_t & blob, uint32_t bit ) argument
65 flipbit( uint64_t & blob, uint32_t bit ) argument
79 lshift( void * blob, int len, int c ) argument
91 rshift( void * blob, int len, int c ) argument
104 lshift( T & blob, int c ) argument
117 rshift( T & blob, int c ) argument
129 lshift( uint32_t & blob, int c ) argument
130 lshift( uint64_t & blob, int c ) argument
131 rshift( uint32_t & blob, int c ) argument
132 rshift( uint64_t & blob, int c ) argument
146 lrot( void * blob, int len, int c ) argument
158 rrot( void * blob, int len, int c ) argument
171 lrot( T & blob, int c ) argument
184 rrot( T & blob, int c ) argument
196 lrot( uint32_t & blob, int c ) argument
197 lrot( uint64_t & blob, int c ) argument
198 rrot( uint32_t & blob, int c ) argument
199 rrot( uint64_t & blob, int c ) argument
208 window( void * blob, int len, int start, int count ) argument
221 window( T & blob, int start, int count ) argument
234 window( uint32_t & blob, int start, int count ) argument
240 window( uint64_t & blob, int start, int count ) argument
[all...]
H A DRandom.h72 void rand_p ( void * blob, int bytes ) argument
74 uint32_t * blocks = reinterpret_cast<uint32_t*>(blob);
99 inline void rand_p ( void * blob, int bytes ) argument
101 uint32_t * blocks = (uint32_t*)blob;
H A DTypes.cpp7 uint32_t MurmurOAAT ( const void * blob, int len, uint32_t seed );
30 void MixVCode ( const void * blob, int len ) argument
32 g_verify = MurmurOAAT(blob,len,g_verify);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURL.cpp37 #include "platform/blob/BlobURL.h"
66 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) argument
68 if (!executionContext || !blob)
70 if (blob->hasBeenClosed()) {
71 exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
74 return createPublicURL(executionContext, blob, blob->uuid());
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebArrayBuffer.cpp69 WebArrayBuffer::WebArrayBuffer(const PassRefPtr<ArrayBuffer>& blob) argument
70 : m_private(blob)
74 WebArrayBuffer& WebArrayBuffer::operator=(const PassRefPtr<ArrayBuffer>& blob) argument
76 m_private = blob;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBlob.cpp37 #include "platform/blob/BlobData.h"
46 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(uuid, type, size)); local
47 return WebBlob(blob);
54 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size)); local
55 return WebBlob(blob);
62 Blob* blob = V8Blob::toNative(object); local
63 ASSERT(blob);
64 return WebBlob(blob);
93 WebBlob::WebBlob(const PassRefPtrWillBeRawPtr<WebCore::Blob>& blob) argument
94 : m_private(blob)
98 operator =(const PassRefPtrWillBeRawPtr<WebCore::Blob>& blob) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_misc.h40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob) argument
45 *blob = new GalliumD3DBlob(p.first, p.second);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_misc.h40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob) argument
45 *blob = new GalliumD3DBlob(p.first, p.second);

Completed in 2443 milliseconds

12345