Searched refs:blob (Results 101 - 125 of 266) sorted by relevance

1234567891011

/external/harfbuzz_ng/src/
H A Dhb-ft.cc489 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
525 hb_blob_t *blob; local
527 blob = hb_blob_create ((const char *) ft_face->stream->base,
531 face = hb_face_create (blob, ft_face->face_index);
532 hb_blob_destroy (blob);
708 hb_blob_t *blob = hb_face_reference_blob (font->face); local
710 const char *blob_data = hb_blob_get_data (blob, &blob_length);
712 DEBUG_MSG (FT, font, "Font face has empty blob");
722 hb_blob_destroy (blob);
758 ft_face->generic.data = blob;
[all...]
/external/toybox/scripts/
H A Dmkstatus.py10 blob=subprocess.Popen(args, stdout=subprocess.PIPE, shell=shell)
11 for i in blob.stdout.read().split("\n"):
/external/harfbuzz_ng/test/api/
H A Dtest-object.c69 hb_blob_t *blob = (hb_blob_t *) create_blob (); local
70 hb_face_t *face = hb_face_create (blob, 0);
71 hb_blob_destroy (blob);
169 OBJECT_WITH_IMMUTABILITY (blob),
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.h52 // sets up the descriptor on the blob and returns a detached cache. Client must attach
63 const SkTextBlob* blob, SkScalar x, SkScalar y,
/external/openssh/
H A Dsshkey.h183 int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
186 int sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob,
191 int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
H A Dauthfile.c55 /* Save a key blob to a file */
98 sshkey_load_file(int fd, struct sshbuf *blob) argument
117 if ((r = sshbuf_put(blob, buf, len)) != 0)
119 if (sshbuf_len(blob) > MAX_KEY_FILE_SIZE) {
125 st.st_size != (off_t)sshbuf_len(blob)) {
134 sshbuf_reset(blob);
H A Dssh-agent.c268 u_char *blob; local
271 if ((r = sshkey_to_blob(id->key, &blob, &blen)) != 0) {
276 if ((r = sshbuf_put_string(msg, blob, blen)) != 0)
279 free(blob);
375 u_char *blob, *data, *signature = NULL; local
385 if ((r = sshbuf_get_string(e->request, &blob, &blen)) != 0 ||
391 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) {
392 error("%s: cannot parse key blob: %s", __func__, ssh_err(ok));
424 free(blob);
435 u_char *blob; local
[all...]
H A Dsshbuf.c89 sshbuf_from(const void *blob, size_t len) argument
93 if (blob == NULL || len > SSHBUF_SIZE_MAX ||
100 ret->cd = blob;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMatrixCursorTest.java70 byte[] blob = {1, 2, 3, 4};
73 cursor.addRow(new Object[]{blob});
76 assertThat(cursor.getBlob(0), equalTo(blob));
/external/skia/gm/
H A Dmixedtextblobs.cpp20 static void draw_blob(SkCanvas* canvas, const SkTextBlob* blob, const SkPaint& skPaint, argument
30 canvas->drawTextBlob(blob, 0, 0, paint);
33 canvas->drawTextBlob(blob, 0, 0, paint);
H A Dtextblob.cpp96 sk_sp<SkTextBlob> blob(this->makeBlob(b));
102 canvas->drawTextBlob(blob, offset.x(), offset.y(), p);
106 SkRect box = blob->bounds();
H A Dtexteffects.cpp401 sk_sp<SkTextBlob> blob = MakeFancyBlob(paint, test); local
402 canvas->drawTextBlob(blob, blobOffset.x(), blobOffset.y(), paint);
406 const int interceptCount = paint.getTextBlobIntercepts(blob.get(), bounds, nullptr);
411 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
413 const SkScalar start = blob->bounds().left();
414 const SkScalar end = blob->bounds().right();
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc1271 const void* blob, size_t blob_size,
1276 if (blob) {
1279 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob);
1299 const void* blob, size_t blob_size) {
1301 crashing_process, blob, blob_size,
1306 const void* blob, size_t blob_size) {
1308 crashing_process, blob, blob_size,
1326 const void* blob, size_t blob_size,
1330 blob, blob_size,
1335 const void* blob, size_
1267 WriteMinidumpImpl(const char* minidump_path, int minidump_fd, off_t minidump_size_limit, pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings, const AppMemoryList& appmem) argument
1298 WriteMinidump(const char* minidump_path, pid_t crashing_process, const void* blob, size_t blob_size) argument
1305 WriteMinidump(int minidump_fd, pid_t crashing_process, const void* blob, size_t blob_size) argument
1325 WriteMinidump(const char* minidump_path, pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings, const AppMemoryList& appmem) argument
1334 WriteMinidump(int minidump_fd, pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings, const AppMemoryList& appmem) argument
1343 WriteMinidump(const char* minidump_path, off_t minidump_size_limit, pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings, const AppMemoryList& appmem) argument
1353 WriteMinidump(int minidump_fd, off_t minidump_size_limit, pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings, const AppMemoryList& appmem) argument
[all...]
/external/ImageMagick/PerlMagick/t/
H A Dsubroutines.pl235 # Test reading from blob
239 my(@blob, $blob_length, $image, $signature, $status);
245 $blob_length = read( FILE, $blob, 10000000 );
247 if( defined( $blob ) ) {
249 $status=$image->BlobToImage( $blob );
250 undef $blob;
/external/skia/src/core/
H A DSkTextBlob.cpp108 // Each run record describes a text blob run, and can be used to determine the (implicit)
205 static const RunRecord* First(const SkTextBlob* blob) { argument
206 // The first record (if present) is stored following the blob object.
207 return reinterpret_cast<const RunRecord*>(blob + 1);
236 kLast_Flag = 0x04, // set for the last blob run
435 SkTextBlobRunIterator::SkTextBlobRunIterator(const SkTextBlob* blob) argument
436 : fCurrentRun(SkTextBlob::RunRecord::First(blob)) {
437 SkDEBUGCODE(fStorageTop = (uint8_t*)blob + blob->fStorageSize;)
514 // The easiest way to accomplish that is to use the blob destructo
789 SkTextBlob* blob = new (fStorage.release()) SkTextBlob(fBounds); local
[all...]
/external/libdrm/
H A Dxf86drmMode.c674 struct drm_mode_get_blob blob; local
677 memclear(blob);
678 blob.blob_id = blob_id;
680 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob))
683 if (blob.length)
684 blob.data = VOID2U64(drmMalloc(blob.length));
686 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob)) {
694 r->id = blob.blob_id;
695 r->length = blob
1166 void *blob; member in struct:_drmModePropertySetItem
[all...]
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py115 blob = f.read(blob_size)
117 assert(len(blob) == blob_size)
124 f2.write(blob)
/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer.cc377 const void* blob,
382 if (blob) {
385 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob);
376 WriteMicrodump(pid_t crashing_process, const void* blob, size_t blob_size, const MappingList& mappings) argument
/external/ImageMagick/MagickCore/
H A Dutility.c45 #include "MagickCore/blob.h"
483 % char *Base64Encode(const unsigned char *blob,const size_t blob_length,
488 % o blob: A pointer to binary data to encode.
495 MagickExport char *Base64Encode(const unsigned char *blob,
511 assert(blob != (const unsigned char *) NULL);
519 for (p=blob; p < (blob+blob_length-2); p+=3)
487 Base64Encode(const unsigned char *blob, const size_t blob_length,size_t *encode_length) argument
H A DAndroid.mk72 blob.c\
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java722 * Open an SQLite3 blob. Only available in SQLite 3.4.0 and above.
734 Blob blob = new Blob();
735 _open_blob(db, table, column, row, rw, blob);
736 return blob;
776 * Internal SQLite open blob method.
782 * @param blob Blob object
786 long row, boolean rw, Blob blob)
785 _open_blob(String db, String table, String column, long row, boolean rw, Blob blob) argument
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_unittest.cc345 std::vector<char> blob(1000, 'a');
346 EXPECT_EQ(blob.size(),
347 HANDLE_EINTR(write(pipes[i].writer, blob.data(), blob.size())));
/external/protobuf/js/binary/
H A Dreader_test.js774 * relative to the start of the outermost blob, not the start of their parent
775 * blob.
779 // containing a blob of bytes.
782 var blob = [1, 2, 3, 4, 5];
788 writer.writeBytes(1, blob);
794 // blob.
798 assertEquals(blob.length + 4, decoder1.readUnsignedVarint32());
800 var decoder2 = new jspb.BinaryDecoder(decoder1.readBytes(blob.length + 4));
802 assertEquals(blob.length + 2, decoder2.readUnsignedVarint32());
805 assertEquals(blob
[all...]
/external/skia/include/utils/
H A DSkLuaCanvas.h43 virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
H A DSkPaintFilterCanvas.h93 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,

Completed in 2541 milliseconds

1234567891011