Searched refs:blob (Results 51 - 75 of 266) sorted by relevance

1234567891011

/external/autotest/client/cros/faft/utils/
H A Dsaft_flashrom_util.py265 blob = base_image[pos[0] : pos[1] + 1]
271 pad = blob[-1]
272 blob = blob.rstrip(pad)
273 blob = blob + ((align - 1) - (len(blob) - 1) % align) * pad
274 return 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);
/external/v8/src/snapshot/
H A Dsnapshot-common.cc27 const v8::StartupData* blob = isolate->snapshot_blob(); local
28 if (blob == nullptr) return false;
29 if (blob->data == nullptr) return false;
30 size_t num_contexts = static_cast<size_t>(ExtractNumContexts(blob));
39 const v8::StartupData* blob = isolate->snapshot_blob(); local
40 Vector<const byte> startup_data = ExtractStartupData(blob);
59 const v8::StartupData* blob = isolate->snapshot_blob(); local
61 ExtractContextData(blob, static_cast<int>(context_index));
118 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n",
/external/libese/libese-hw/nxp/pn80t/
H A Dnq_nci.c63 int platform_toggle_reset(void *blob, int val) { argument
64 const struct PlatformHandle *handle = blob;
90 int platform_release(void *blob) { argument
91 struct PlatformHandle *handle = blob;
98 int platform_wait(void *UNUSED(blob), long usec) {
/external/dtc/
H A Dflattree.c373 struct data blob = empty_data; local
385 die("Unknown device tree blob version %d\n", version);
405 "Warning: blob size %d >= minimum size %d\n",
424 * Assemble the blob: start with the header, add with alignment
428 blob = data_append_data(blob, &fdt, vi->hdr_size);
429 blob = data_append_align(blob, 8);
430 blob = data_merge(blob, reservebu
823 char *blob; local
[all...]
H A Dutil.h123 * @param blob Poiner to buffer containing fdt
126 int utilfdt_write(const char *filename, const void *blob);
134 * @param blob Poiner to buffer containing fdt
137 int utilfdt_write_err(const char *filename, const void *blob);
H A Dfdtdump.c45 static void dump_blob(void *blob, bool debug) argument
47 uintptr_t blob_off = (uintptr_t)blob;
48 struct fdt_header *bph = blob;
53 (struct fdt_reserve_entry *)((char *)blob + off_mem_rsvmap);
54 const char *p_struct = (const char *)blob + off_dt;
55 const char *p_strings = (const char *)blob + off_str;
206 /* try and locate an embedded fdt in a bigger blob */
/external/ImageMagick/MagickCore/
H A Dmemory.c58 #include "MagickCore/blob.h"
59 #include "MagickCore/blob-private.h"
144 *blob;
592 memory_info->blob=AcquireAlignedMemory(1,extent);
593 if (memory_info->blob != NULL)
605 memory_info->blob=MapBlob(-1,IOMode,0,extent);
606 if (memory_info->blob != NULL)
631 memory_info->blob=MapBlob(file,IOMode,0,extent);
632 if (memory_info->blob != NULL)
650 if (memory_info->blob
141 *blob; member in struct:_MemoryInfo
[all...]
/external/libdrm/radeon/
H A Dradeon_cs_gem.c344 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; local
349 root = device_id = bcs = blob = array = bo = size = handle = NULL;
361 blob = bof_blob(csg->nrelocs * 16, csg->relocs);
362 if (blob == NULL)
364 if (bof_object_set(root, "reloc", blob))
366 bof_decref(blob);
367 blob = NULL;
369 blob = bof_blob(cs->cdw * 4, cs->packets);
370 if (blob == NULL)
372 if (bof_object_set(root, "pm4", blob))
[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/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/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
539 if (os_strncmp(pac_file, "blob
540 struct wpa_config_blob *blob; local
754 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
539 if (os_strncmp(pac_file, "blob
540 struct wpa_config_blob *blob; local
754 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
539 if (os_strncmp(pac_file, "blob
540 struct wpa_config_blob *blob; local
754 const struct wpa_config_blob *blob = NULL; local
[all...]
/external/harfbuzz_ng/src/
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...]
/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/skia/src/gpu/
H A DGrPathRenderingRenderTargetContext.cpp60 const SkTextBlob* blob,
76 skPaint, viewMatrix, this->surfaceProps(), blob, x,
58 drawTextBlob(const GrClip& clip, const SkPaint& skPaint, const SkMatrix& viewMatrix, const SkTextBlob* blob, SkScalar x, SkScalar y, SkDrawFilter* filter, const SkIRect& clipBounds) argument
/external/ImageMagick/coders/
H A Dinline.c44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
202 % supports the saving of more than one frame to the same file or blob,
307 *blob;
335 blob=(unsigned char *) ImageToBlob(write_info,write_image,&blob_length,
339 if (blob == (unsigned char *) NULL)
342 base64=Base64Encode(blob,blob_length,&encode_length);
343 blob=(unsigned char *) RelinquishMagickMemory(blob);
301 *blob; local
/external/ImageMagick/www/api/
H A Dblob.php55 <p class="text-center"><a href="blob.php#BlobToImage">BlobToImage</a> &bull; <a href="blob.php#FileToImage">FileToImage</a> &bull; <a href="blob.php#GetBlobProperties">GetBlobProperties</a> &bull; <a href="blob.php#ImageToBlob">ImageToBlob</a> &bull; <a href="blob.php#ImageToFile">ImageToFile</a> &bull; <a href="blob.php#ImagesToBlob">ImagesToBlob</a> &bull; <a href="blob.php#InjectImageBlob">InjectImageBlob</a></p>
59 <p>BlobToImage() implements direct to memory image formats. It returns the blob as an image.</p>
64 Image *BlobToImage(const ImageInfo *image_info,const void *blob,
79 <dt>blob</d
[all...]
/external/libbrillo/brillo/
H A Dkey_value_store_unittest.cc46 string blob = "A=B\n# Comment\n"; local
47 ASSERT_EQ(blob.size(), base::WriteFile(temp_file_, blob.data(), blob.size()));
112 string blob = "TRUE=true\nfalse=false\nvar=false\nDONT_SHOUT=TRUE\n"; local
113 EXPECT_TRUE(store_.LoadFromString(blob));
/external/libdrm/tests/proptest/
H A Dproptest.c56 drmModePropertyBlobPtr blob; local
58 blob = drmModeGetPropertyBlob(fd, blob_id);
59 if (!blob) {
64 blob_data = blob->data;
66 for (i = 0; i < blob->length; i++) {
73 drmModeFreePropertyBlob(blob);
106 printf(" blob");

Completed in 4032 milliseconds

1234567891011