Searched refs:blob (Results 26 - 50 of 169) sorted by relevance

1234567

/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc44 hb_blob_t *blob; member in struct:hb_ot_face_metrics_accelerator_t
58 this->blob = OT::Sanitizer<OT::_mtx>::sanitize (face->reference_table (_mtx_tag));
60 2 * (this->num_advances + this->num_metrics) < hb_blob_get_length (this->blob)))
63 hb_blob_destroy (this->blob);
64 this->blob = hb_blob_get_empty ();
66 this->table = OT::Sanitizer<OT::_mtx>::lock_instance (this->blob);
71 hb_blob_destroy (this->blob);
98 hb_blob_t *blob; member in struct:hb_ot_face_cmap_accelerator_t
102 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap));
103 const OT::cmap *cmap = OT::Sanitizer<OT::cmap>::lock_instance (this->blob);
[all...]
H A Dhb-graphite2.cc48 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
63 hb_blob_t *blob = NULL; local
67 blob = p->blob;
71 if (unlikely (!blob))
73 blob = face_data->face->reference_table (tag);
77 hb_blob_destroy (blob);
80 p->blob = blob;
90 const char *d = hb_blob_get_data (blob,
[all...]
H A Dhb-ft.cc311 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
347 hb_blob_t *blob; local
349 blob = hb_blob_create ((const char *) ft_face->stream->base,
353 face = hb_face_create (blob, ft_face->face_index);
354 hb_blob_destroy (blob);
515 hb_blob_t *blob = hb_face_reference_blob (font->face); local
517 const char *blob_data = hb_blob_get_data (blob, &blob_length);
519 DEBUG_MSG (FT, font, "Font face has empty blob");
529 hb_blob_destroy (blob);
550 ft_face->generic.data = blob;
[all...]
/external/skia/tests/
H A DTextBlobTest.cpp99 // This unit test verifies blob bounds computation.
107 SkAutoTUnref<const SkTextBlob> blob(builder.build());
108 REPORTER_ASSERT(reporter, blob->bounds().isEmpty());
114 SkAutoTUnref<const SkTextBlob> blob(builder.build());
115 REPORTER_ASSERT(reporter, blob->bounds() == r1);
121 SkAutoTUnref<const SkTextBlob> blob(builder.build());
122 REPORTER_ASSERT(reporter, blob->bounds() == r1);
128 SkAutoTUnref<const SkTextBlob> blob(builder.build());
129 REPORTER_ASSERT(reporter, blob->bounds() == r1);
141 SkAutoTUnref<const SkTextBlob> blob(builde
[all...]
/external/harfbuzz_ng/test/api/
H A Dtest-shape.c86 hb_blob_t *blob; local
95 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
96 face = hb_face_create (blob, 0);
97 hb_blob_destroy (blob);
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_client.cc51 virtual bool RequestDump(const void* blob, size_t blob_size) { argument
58 iov.iov_base = const_cast<void*>(blob);
/external/openssh/
H A Dssh-pkcs11-client.c110 u_char *blob, *signature = NULL; local
119 if (key_to_blob(&key, &blob, &blen) == 0)
123 buffer_put_string(&msg, blob, blen);
126 free(blob);
191 u_char *blob; local
209 blob = buffer_get_string(&msg, &blen);
211 k = key_from_blob(blob, blen);
214 free(blob);
H A Dkrl.c76 u_char *blob; member in struct:revoked_blob
124 if ((r = memcmp(a->blob, b->blob, MIN(a->len, b->len))) != 0)
128 return memcmp(a->blob, b->blob, a->len);
174 free(rb->blob);
179 free(rb->blob);
361 /* Convert "key" to a public key blob without any certificate information */
363 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) argument
376 r = sshkey_to_blob(kcopy, blob, ble
383 revoke_blob(struct revoked_blob_tree *rbt, u_char *blob, size_t len) argument
402 u_char *blob; local
415 u_char *blob; local
530 u_char *blob; local
810 const u_char *blob; local
932 const u_char *blob; local
[all...]
H A Dkey.c95 key_from_blob(const u_char *blob, u_int blen) argument
100 if ((r = sshkey_from_blob(blob, blen, &ret)) != 0) {
111 u_char *blob; local
119 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) {
127 *blobp = blob;
278 key_private_deserialize(struct sshbuf *blob) argument
283 if ((r = sshkey_private_deserialize(blob, &ret)) != 0) {
310 key_load_file(int fd, const char *filename, struct sshbuf *blob) argument
314 if ((r = sshkey_load_file(fd, blob)) != 0) {
H A Dssh-pkcs11-helper.c119 u_char *blob; local
130 if (key_to_blob(keys[i], &blob, &blen) == 0)
132 buffer_put_string(&msg, blob, blen);
134 free(blob);
170 u_char *blob, *data, *signature = NULL; local
176 blob = get_string(&blen);
180 if ((key = key_from_blob(blob, blen)) != NULL) {
204 free(blob);
H A Dauthfd.c245 const u_char *blob; local
248 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0)
436 u_char *blob = NULL, type; local
452 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0)
455 (r = sshbuf_put_string(msg, blob, blen)) != 0 ||
475 if (blob != NULL) {
476 explicit_bzero(blob, blen);
477 free(blob);
607 u_char type, *blob local
[all...]
H A Dmonitor_wrap.c404 u_char *blob; local
410 /* Convert the key to a blob and the pass it over */
411 if (!key_to_blob(key, &blob, &len))
418 buffer_put_string(&m, blob, len);
419 free(blob);
448 u_char *blob; local
454 /* Convert the key to a blob and the pass it over */
455 if (!key_to_blob(key, &blob, &len))
459 buffer_put_string(&m, blob, len);
462 free(blob);
882 u_char *blob; local
918 u_char *blob; local
948 u_char *blob; local
[all...]
/external/libdrm/radeon/
H A Dradeon_cs_gem.c341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; local
346 root = device_id = bcs = blob = array = bo = size = handle = NULL;
358 blob = bof_blob(csg->nrelocs * 16, csg->relocs);
359 if (blob == NULL)
361 if (bof_object_set(root, "reloc", blob))
363 bof_decref(blob);
364 blob = NULL;
366 blob = bof_blob(cs->cdw * 4, cs->packets);
367 if (blob == NULL)
369 if (bof_object_set(root, "pm4", blob))
[all...]
H A Dbof.c140 * blob
144 bof_t *blob = bof_object(); local
146 if (blob == NULL)
148 blob->type = BOF_TYPE_BLOB;
149 blob->value = calloc(1, size);
150 if (blob->value == NULL) {
151 bof_decref(blob);
154 blob->size = size;
155 memcpy(blob->value, value, size);
156 blob
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast_pac.c264 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
539 struct wpa_config_blob *blob; local
753 const struct wpa_config_blob *blob = NULL; local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast_pac.c264 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
539 struct wpa_config_blob *blob; local
753 const struct wpa_config_blob *blob = NULL; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast_pac.c264 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
539 struct wpa_config_blob *blob; local
753 const struct wpa_config_blob *blob = NULL; local
[all...]
/external/fonttools/
H A DREADME.md14 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.
/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);
/external/libdrm/tests/proptest/
H A Dproptest.c91 drmModePropertyBlobPtr blob; local
93 blob = drmModeGetPropertyBlob(fd, blob_id);
94 if (!blob) {
99 blob_data = blob->data;
101 for (i = 0; i < blob->length; i++) {
108 drmModeFreePropertyBlob(blob);
141 printf(" blob");
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c52 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);
947 wpa_config_write_blob(HKEY hk, struct wpa_config_blob *blob) argument
988 struct wpa_config_blob *blob; local
[all...]
H A Dconfig_file.c283 struct wpa_config_blob *blob; local
289 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new named blob '%s'",
302 "blob", *line);
312 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated "
318 blob = os_zalloc(sizeof(*blob));
319 if (blob == NULL) {
323 blob->name = os_strdup(name);
324 blob->data = base64_decode(encoded, encoded_len, &blob
340 struct wpa_config_blob *blob; local
951 wpa_config_write_blob(FILE *f, struct wpa_config_blob *blob) argument
1306 struct wpa_config_blob *blob; local
[all...]
/external/vboot_reference/futility/
H A Dcmd_vbutil_firmware.c182 uint8_t *blob; local
201 /* Read blob */
202 blob = ReadFile(infile, &blob_size);
203 if (!blob) {
216 key_block = (VbKeyBlockHeader *) blob;
246 preamble = (VbFirmwarePreambleHeader *) (blob + now);
/external/skia/gm/
H A Dmixedtextblobs.cpp19 static void draw_blob(SkCanvas* canvas, const SkTextBlob* blob, const SkPaint& skPaint, argument
29 canvas->drawTextBlob(blob, 0, 0, paint);
32 canvas->drawTextBlob(blob, 0, 0, paint);
/external/libdrm/tests/modeprint/
H A Dmodeprint.c115 drmModePropertyBlobPtr blob; local
117 blob = drmModeGetPropertyBlob(fd, value);
118 if (blob) {
119 printf("blob is %d length, %08X\n", blob->length, *(uint32_t *)blob->data);
120 drmModeFreePropertyBlob(blob);
122 printf("error getting blob %" PRIu64 "\n", value);

Completed in 590 milliseconds

1234567