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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/sync/engine/
syncer_proto_util.h 16 #include "sync/syncable/blob.h"
66 syncable::Blob* blob);
68 const syncable::Blob& blob);
69 static void CopyBlobIntoProtoBytes(const syncable::Blob& blob,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustomHelpers.cpp 125 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item)); local
126 ASSERT(blob);
127 blob->appendTo(blobData);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TestUtils.java 77 byte[] blob = c.getBlob(i);
78 sb.append("([blob] ");
79 sb.append(blob == null ? "null" : blob.length + "b");
  /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
273 hb_blob_t *blob; member in struct:OT::hb_sanitize_context_t
    [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...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
265 const struct wpa_config_blob *blob; local
266 blob = eap_get_config_blob(sm, pac_file + 7);
267 if (blob == NULL) {
268 wpa_printf(MSG_INFO, "EAP-FAST: No PAC blob '%s' - "
274 rc->pos = (char *) blob->data;
275 rc->end = (char *) blob->data + blob->len;
409 * @pac_file: Name of the PAC file/blob to load
538 if (os_strncmp(pac_file, "blob://", 7) == 0)
539 struct wpa_config_blob *blob; local
753 const struct wpa_config_blob *blob = NULL; local
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.cc 130 drmModePropertyBlobRes* blob = local
133 return blob;
142 void DriWrapper::FreePropertyBlob(drmModePropertyBlobRes* blob) {
143 drmModeFreePropertyBlob(blob);
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 92 public static ConversationInfo fromBlob(byte[] blob) {
93 if (blob == null) {
97 p.unmarshall(blob, 0, blob.length);
  /development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java 107 * @param blob a wrapped {@link SecretKey} as previously returned by
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException {
112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY);
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc 242 const std::string blob(install_attrs_proto.SerializeAsString());
243 ASSERT_EQ(static_cast<int>(blob.size()),
244 base::WriteFile(GetTempPath(), blob.c_str(), blob.size()));
256 const std::string blob(install_attrs_proto.SerializeAsString());
257 ASSERT_EQ(static_cast<int>(blob.size()),
258 base::WriteFile(GetTempPath(), blob.c_str(), blob.size()));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
45 *blob = new GalliumD3DBlob(p.first, p.second);
  /external/chromium_org/ui/ozone/platform/dri/test/
mock_dri_wrapper.cc 95 void MockDriWrapper::FreePropertyBlob(drmModePropertyBlobRes* blob) {
96 delete blob;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
45 *blob = new GalliumD3DBlob(p.first, p.second);
  /system/keymaster/include/keymaster/
keymaster_tags.h 237 const keymaster_blob_t& blob) {
238 return keymaster_param_blob(tag, blob.data, blob.data_length);
249 const keymaster_blob_t& blob) {
250 return keymaster_param_blob(tag, blob.data, blob.data_length);
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 52 struct wpa_config_blob *blob; local
93 wpa_printf(MSG_MSGDUMP, "blob %d: field='%s' len %d",
96 blob = os_zalloc(sizeof(*blob));
97 if (blob == NULL) {
101 blob->name = os_strdup((char *) name);
102 blob->data = os_malloc(datalen);
103 if (blob->name == NULL || blob->data == NULL) {
104 wpa_config_free_blob(blob);
988 struct wpa_config_blob *blob; local
    [all...]
config_file.c 271 struct wpa_config_blob *blob; local
277 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new named blob '%s'",
290 "blob", *line);
300 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated "
306 blob = os_zalloc(sizeof(*blob));
307 if (blob == NULL) {
311 blob->name = os_strdup(name);
312 blob->data = base64_decode(encoded, encoded_len, &blob->len)
328 struct wpa_config_blob *blob; local
1194 struct wpa_config_blob *blob; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 256 byte[] blob = mBookmarks.getBlob(BOOKMARK_INDEX_THUMBNAIL);
258 if (blob != null && blob.length > 0) {
260 blob, 0, blob.length, options);
266 blob = mBookmarks.getBlob(BOOKMARK_INDEX_FAVICON);
267 if (blob != null && blob.length > 0) {
269 blob, 0, blob.length, options)
    [all...]
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 125 std::vector<uint8> blob(20, 0);
126 blob[16] = static_cast<uint8>(entries.size());
136 blob.resize(blob.size() + 8);
138 memcpy(&blob[blob.size() - 8], &total_size, 4);
140 memcpy(&blob[blob.size() - 4], &sort_index, 4);
141 blob.resize(blob.size() + id_list_size)
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 545 struct drm_mode_get_blob blob; local
548 blob.length = 0;
549 blob.data = 0;
550 blob.blob_id = blob_id;
552 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob))
555 if (blob.length)
556 blob.data = VOID2U64(drmMalloc(blob.length));
558 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob)) {
566 r->id = blob.blob_id
    [all...]
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 33 return SQLiteCursor::BLOB;
104 std::vector<unsigned char> blob; local
108 if (!GetFavicon(statement_->statement()->ColumnInt(column), &blob))
111 statement_->statement()->ColumnBlobAsVector(column, &blob);
113 return base::android::ToJavaByteArray(env, &blob[0], blob.size());
232 return SQLiteCursor::BLOB;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 54 "num1 INTEGER, num2 INTEGER, image BLOB);");
124 "num1 INTEGER, num2 INTEGER, image BLOB);");
154 "num1 INTEGER, num2 INTEGER, image BLOB);");
161 byte[] blob = new byte[] { '1', '2', '3' };
162 statement.bindBlob(4, blob);
180 MoreAsserts.assertEquals(blob, value);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.h 29 #include "core/fileapi/Blob.h"
41 class File FINAL : public Blob {
96 virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const OVERRIDE;
149 DEFINE_TYPE_CASTS(File, Blob, blob, blob->isFile(), blob.isFile());
  /external/chromium_org/third_party/WebKit/Source/web/
WebDragData.cpp 101 RefPtrWillBeRawPtr<WebCore::Blob> blob = originalItem->getAsFile(); local
102 if (blob->isFile()) {
103 File* file = toFile(blob.get());
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 112 drmModePropertyBlobPtr blob; local
114 blob = drmModeGetPropertyBlob(fd, value);
115 if (blob) {
116 printf("blob is %d length, %08X\n", blob->length, *(uint32_t *)blob->data);
117 drmModeFreePropertyBlob(blob);
119 printf("error getting blob %lld\n", value);

Completed in 610 milliseconds

1 2 34 5 6 7 8 91011>>