/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 71 _hb_blob_destroy_user_data (hb_blob_t *blob) in _hb_blob_destroy_user_data() 103 hb_blob_t *blob; in hb_blob_create() local 157 hb_blob_t *blob; in hb_blob_create_sub_blob() local 216 hb_blob_reference (hb_blob_t *blob) in hb_blob_reference() 234 hb_blob_destroy (hb_blob_t *blob) in hb_blob_destroy() 256 hb_blob_set_user_data (hb_blob_t *blob, in hb_blob_set_user_data() 277 hb_blob_get_user_data (hb_blob_t *blob, in hb_blob_get_user_data() 293 hb_blob_make_immutable (hb_blob_t *blob) in hb_blob_make_immutable() 312 hb_blob_is_immutable (hb_blob_t *blob) in hb_blob_is_immutable() 329 hb_blob_get_length (hb_blob_t *blob) in hb_blob_get_length() [all …]
|
D | hb-face.cc | 107 hb_blob_t *blob; member 112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index) in _hb_face_for_data_closure_create() 146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); in _hb_face_for_data_reference_table() local 163 hb_face_create (hb_blob_t *blob, in hb_face_create()
|
D | test-size-params.cc | 46 hb_blob_t *blob = NULL; in main() local
|
D | test-would-substitute.cc | 50 hb_blob_t *blob = NULL; in main() local
|
D | sample.py | 25 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata)) variable
|
D | test-buffer-serialize.cc | 48 hb_blob_t *blob = NULL; in main() local
|
D | test.cc | 49 hb_blob_t *blob = NULL; in main() local
|
/external/skia/src/gpu/ |
D | GrTextBlobCache.h | 35 BitmapTextBlob* createBlob(const SkTextBlob* blob, size_t maxVAStride) { in createBlob() 43 BitmapTextBlob* createCachedBlob(const SkTextBlob* blob, in createCachedBlob() 69 void remove(BitmapTextBlob* blob) { in remove() 75 void add(BitmapTextBlob* blob) { in add() 109 void makeMRU(BitmapTextBlob* blob) { in makeMRU() 122 void BlobGlyphCount(int* glyphCount, int* runCount, const SkTextBlob* blob) { in BlobGlyphCount()
|
D | GrAtlasTextContext.cpp | 238 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { in HasLCD() 249 const BitmapTextBlob& blob, const SkPaint& paint, in MustRegenerateBlob() 350 const SkTextBlob* blob, SkScalar x, SkScalar y, in drawTextBlob() 473 const SkTextBlob* blob, SkScalar x, SkScalar y, in regenerateTextBlob() 594 inline void GrAtlasTextContext::initDistanceFieldPaint(BitmapTextBlob* blob, in initDistanceFieldPaint() 648 inline void GrAtlasTextContext::fallbackDrawPosText(BitmapTextBlob* blob, in fallbackDrawPosText() 679 BitmapTextBlob* blob = fCache->createBlob(glyphCount, 1, kGrayTextVASize); in setupDFBlob() local 703 BitmapTextBlob* blob; in createDrawTextBlob() local 745 BitmapTextBlob* blob; in createDrawPosTextBlob() local 778 SkAutoTUnref<BitmapTextBlob> blob( in onDrawText() local [all …]
|
/external/skia/tests/ |
D | TextBlobTest.cpp | 107 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 114 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 121 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 128 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 141 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 147 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 177 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in RunBuilderTest() local
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 9 boolean blob; field in BatchArg 11 BatchArg(String arg, boolean blob) { in BatchArg()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Blob.java | 16 private Blob blob; field in BlobR 28 BlobR(Blob blob) { in BlobR() 162 private Blob blob; field in BlobW 174 BlobW(Blob blob) { in BlobW()
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 51 hb_blob_t *blob; in test_face_create() local 88 hb_blob_t *blob; in test_face_createfortables() local 146 hb_blob_t *blob; in _test_fontfuncs_nil() local 251 hb_blob_t *blob; in test_fontfuncs_subclassing() local 363 hb_blob_t *blob; in test_font_properties() local
|
D | test-blob.c | 48 hb_blob_t *blob; in test_blob_empty() local 94 hb_blob_t *blob; member
|
/external/openssh/ |
D | krl.c | 76 u_char *blob; member 363 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) in plain_key_blob() 383 revoke_blob(struct revoked_blob_tree *rbt, u_char *blob, size_t len) in revoke_blob() 402 u_char *blob; in ssh_krl_revoke_key_explicit() local 415 u_char *blob; in ssh_krl_revoke_key_sha1() local 530 u_char *blob; in put_bitmap() local 810 const u_char *blob; in parse_revoked_certs() local 932 const u_char *blob; in ssh_krl_from_blob() local
|
D | ssh-pkcs11-client.c | 110 u_char *blob, *signature = NULL; in pkcs11_rsa_private_encrypt() local 191 u_char *blob; in pkcs11_add_provider() local
|
D | key.c | 95 key_from_blob(const u_char *blob, u_int blen) in key_from_blob() 111 u_char *blob; in key_to_blob() local 278 key_private_deserialize(struct sshbuf *blob) in key_private_deserialize() 310 key_load_file(int fd, const char *filename, struct sshbuf *blob) in key_load_file()
|
D | sshkey.c | 900 u_char *blob = NULL, *ret = NULL; in sshkey_fingerprint_raw() local 1261 struct sshbuf *blob; in sshkey_read() local 2159 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() 3043 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, in sshkey_private_to_blob2() 3196 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, in sshkey_parse_private2() 3416 sshkey_private_rsa1_to_blob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_rsa1_to_blob() 3515 sshkey_private_pem_to_blob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_pem_to_blob() 3572 sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_to_fileblob() 3606 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, in sshkey_parse_public_rsa1_fileblob() 3668 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, in sshkey_parse_private_rsa1() [all …]
|
D | authfd.c | 245 const u_char *blob; in deserialise_identity2() local 436 u_char *blob = NULL, type; in ssh_agent_sign() local 607 u_char type, *blob = NULL; in ssh_remove_identity() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_none.c | 40 struct wpa_config_blob *blob; in wpa_config_write() local
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-dbus-new-signals.py | 99 def blobAdded(blob): argument 102 def blobRemoved(blob): argument
|
/external/skia/gm/ |
D | largeglyphblur.cpp | 50 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in onDraw() local
|
D | textblobgeometrychange.cpp | 43 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in onDraw() local
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 1263 const void* blob, size_t blob_size, in WriteMinidumpImpl() 1291 const void* blob, size_t blob_size) { in WriteMinidump() 1298 const void* blob, size_t blob_size) { in WriteMinidump() 1318 const void* blob, size_t blob_size, in WriteMinidump() 1327 const void* blob, size_t blob_size, in WriteMinidump() 1337 const void* blob, size_t blob_size, in WriteMinidump() 1347 const void* blob, size_t blob_size, in WriteMinidump()
|
/external/google-breakpad/src/client/linux/crash_generation/ |
D | crash_generation_client.cc | 51 virtual bool RequestDump(const void* blob, size_t blob_size) { in RequestDump()
|