HomeSort by relevance Sort by last modified time
    Searched refs:blob (Results 251 - 275 of 331) sorted by null

<<11121314

  /external/harfbuzz_ng/src/
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...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 281 // Translate the JPEG to BLOB for camera purpose.
302 struct camera3_jpeg_blob *blob = (struct camera3_jpeg_blob*)(header); local
303 if (blob->jpeg_blob_id == CAMERA3_JPEG_BLOB_ID) {
304 size = blob->jpeg_size;
312 * means that in certain rare situations a regular JPEG blob
512 // Blob is used for JPEG data, RAW10 is used for 10-bit raw data, they are
569 // Blob is used for JPEG data, RAW10 is used for 10-bit raw data, they are
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 307 COLUMN_PREVIEW_BITMAP + " BLOB NOT NULL, " +
430 byte[] blob = result.getBlob(0);
435 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 308 COLUMN_PREVIEW_BITMAP + " BLOB NOT NULL, " +
459 byte[] blob = result.getBlob(0);
465 return BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 341 CRYPT_HASH_BLOB blob; local
349 blob.cbData = len;
350 blob.pbData = buf;
355 &blob, NULL);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 42 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 691 var blob = new Blob([new Int8Array(data)], {'type' : 'image\/png'});
692 img.src = window.URL.createObjectURL(blob);
827 var blob = new Blob([new Int8Array(thumbnail)],
829 fileWriter.write(blob);
    [all...]
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 31 #include "webkit/browser/blob/blob_storage_context.h"
36 #include "webkit/common/blob/blob_data.h"
37 #include "webkit/common/blob/shareable_file_reference.h"
126 // Unregister all the blob and stream URLs that are previously registered in
409 scoped_ptr<webkit_blob::BlobDataHandle> blob = local
413 request_context_, url, blob.Pass(), offset,
598 // Only an internal Blob URL is expected here. See the BlobURL of the Blink.
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 474 RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION); local
478 m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTION);
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-arm64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-mips.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-x86.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-x86_64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-arm.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-arm64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-mips.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-x86.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-x86_64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc 11 #include "webkit/browser/blob/blob_url_request_job_factory.h"
17 #include "webkit/common/blob/shareable_file_reference.h"
241 scoped_ptr<webkit_blob::BlobDataHandle> blob,
272 blob.Pass(),
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 35 struct wpa_config_blob *blob)
38 wpa_config_set_blob(wpa_s->conf, blob);
43 "blob set");
ctrl_iface.c 215 struct wpa_config_blob *blob; local
226 wpa_printf(MSG_DEBUG, "CTRL: Set blob '%s'", name);
227 blob = os_zalloc(sizeof(*blob));
228 if (blob == NULL)
230 blob->name = os_strdup(name);
231 blob->data = os_malloc(len / 2);
232 if (blob->name == NULL || blob->data == NULL) {
233 wpa_config_free_blob(blob);
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 73 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
80 const size_t length = blob.mLength;
81 stream << "Blob length=" << length << " < ";
83 const uint8_t* data = blob.get();
681 << "Should not be able to succeed with NULL destination blob";
700 << "Should not be able to succeed with NULL destination blob";
733 UniqueBlob blob(key_blob, key_blob_length);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 506 * Write a blob to a file.
509 * @param {Blob} blob The blob to write.
514 util.writeBlobToFile = function(entry, blob, onSuccess, onError) {
523 writer.write(blob);
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 443 byte [] blob = new EncodedStringValue(text != null ? text : "")
445 baos.write(blob, 0, blob.length);
    [all...]

Completed in 1530 milliseconds

<<11121314