HomeSort by relevance Sort by last modified time
    Searched refs:blob (Results 226 - 250 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.h 35 #include "hb-blob.h"
48 hb_face_create (hb_blob_t *blob,
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 78 {CAST([Expr $c] AS blob)} \
  /external/harfbuzz_ng/src/
hb-font.h 35 #include "hb-blob.h"
48 hb_face_create (hb_blob_t *blob,
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 135 * Gets the value of a specified JDBC {@code BLOB} parameter as a {@code
136 * java.sql.Blob}.
141 * @return a {@code java.sql.Blob} representing the value of the
147 public Blob getBlob(int parameterIndex) throws SQLException;
150 * Gets the value of a specified JDBC {@code BLOB} parameter as a {@code
151 * java.sql.Blob}.
155 * @return a {@code java.sql.Blob} representing the value of the
161 public Blob getBlob(String parameterName) throws SQLException;
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 20 import SQLite.Blob;
122 URL file = OldDatabaseTest.class.getResource("/blob.c");
907 Blob blobInput = new Blob();
909 // Create test input Blob
914 db.exec("create table TEST (res blob)",null);
915 inStream = Class.forName(this.getClass().getName()).getResourceAsStream("/blob.c");
925 Blob blob = db.open_blob(dbFile.getPath(), "TEST", "res", 1, true); local
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 280 // Translate the JPEG to BLOB for camera purpose, an add more if more mismatch is found.
301 struct camera3_jpeg_blob *blob = (struct camera3_jpeg_blob*)(header); local
302 if (blob->jpeg_blob_id == CAMERA3_JPEG_BLOB_ID) {
303 size = blob->jpeg_size;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 597 * Write a blob to a file.
600 * @param {Blob} blob The blob to write.
605 util.writeBlobToFile = function(entry, blob, onSuccess, onError) {
614 writer.write(blob);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 340 CRYPT_HASH_BLOB blob; local
348 blob.cbData = len;
349 blob.pbData = buf;
354 &blob, NULL);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 21 #include "webkit/browser/blob/mock_blob_url_request_context.h"
289 const GURL kBlobURL("blob:foo");
291 ScopedTextBlob blob(url_request_context_, kBlobURL, kData);
  /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 627 var blob = new Blob([new Int8Array(data)], {'type' : 'image\/png'});
628 img.src = window.URL.createObjectURL(blob);
745 var blob = new Blob([new Int8Array(thumbnail)],
747 fileWriter.write(blob);
    [all...]
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 198 this.xhr_.responseType = 'blob';
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp 494 RefPtr<Blob> blob = file->slice(m_start, m_end); local
498 m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTION);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.cpp 39 #include "core/fileapi/Blob.h"
118 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const Blob& binaryData)
234 void WorkerThreadableWebSocketChannel::Peer::send(const Blob& binaryData)
507 RefPtr<Blob> blob = Blob::create(url, type, size); local
508 peer->send(*blob);
543 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const Blob& binaryData)
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-mips.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.darwin-x86.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-arm.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-mips.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
harfbuzz-ng.target.linux-x86.mk 27 third_party/harfbuzz-ng/src/hb-blob.cc \
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 304 struct wpa_config_blob *blob)
307 wpa_config_set_blob(e->wpa_s->conf, blob);
    [all...]
wpas_glue.c 34 struct wpa_config_blob *blob)
37 wpa_config_set_blob(wpa_s->conf, blob);
42 "blob set");
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 72 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
78 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
79 const size_t length = blob.mLength;
80 stream << "Blob length=" << length << " < ";
82 const uint8_t* data = blob.get();
680 << "Should not be able to succeed with NULL destination blob";
699 << "Should not be able to succeed with NULL destination blob";
732 UniqueBlob blob(key_blob, key_blob_length);
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 440 byte [] blob = new EncodedStringValue(text != null ? text : "")
442 baos.write(blob, 0, blob.length);
    [all...]

Completed in 2269 milliseconds

1 2 3 4 5 6 7 8 91011>>