/external/pdfium/third_party/freetype/src/cff/ |
D | cffload.c | 802 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids() 803 max_cid = charset->sids[i]; in cff_charset_compute_cids() 813 charset->cids[charset->sids[j]] = (FT_UShort)j; in cff_charset_compute_cids() 855 FT_FREE( charset->sids ); in cff_charset_done() 889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 893 charset->sids[0] = 0; in cff_charset_load() 904 charset->sids[j] = FT_GET_USHORT(); in cff_charset_load() 947 charset->sids[j] = glyph_sid; in cff_charset_load() 982 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 986 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs ); in cff_charset_load() [all …]
|
D | cffcmap.c | 133 FT_UInt sid = charset->sids[idx]; in FT_CALLBACK_DEF() 155 if ( !charset->sids ) in cff_cmap_unicode_init()
|
D | cfftypes.h | 84 FT_UShort sids [256]; /* avoid dynamic allocations */ member 96 FT_UShort* sids; member
|
D | cffdrivr.c | 305 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name() 341 sid = charset->sids[i]; in cff_get_name_index() 631 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
|
D | cffgload.c | 636 if ( !cff->charset.sids ) in cff_lookup_glyph_by_stdcharcode() 648 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()
|
/external/freetype/src/cff/ |
D | cffload.c | 841 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids() 842 max_cid = charset->sids[i]; in cff_charset_compute_cids() 852 charset->cids[charset->sids[j]] = (FT_UShort)j; in cff_charset_compute_cids() 894 FT_FREE( charset->sids ); in cff_charset_done() 928 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 932 charset->sids[0] = 0; in cff_charset_load() 943 charset->sids[j] = FT_GET_USHORT(); in cff_charset_load() 986 charset->sids[j] = glyph_sid; in cff_charset_load() 1021 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1025 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs ); in cff_charset_load() [all …]
|
D | cffcmap.c | 139 FT_UInt sid = charset->sids[idx]; in FT_CALLBACK_DEF() 161 if ( !charset->sids ) in cff_cmap_unicode_init()
|
D | cfftypes.h | 85 FT_UShort sids [256]; /* avoid dynamic allocations */ member 97 FT_UShort* sids; member
|
D | cffdrivr.c | 353 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name() 414 sid = charset->sids[i]; in cff_get_name_index() 711 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
|
D | cffgload.c | 636 if ( !cff->charset.sids ) in cff_lookup_glyph_by_stdcharcode() 648 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()
|
/external/lzma/CPP/Windows/ |
D | SecurityUtils.h | 134 NTSTATUS LookupSids(ULONG count, PSID* sids, in LookupSids() 136 { return LsaLookupSids(_handle, count, sids, referencedDomains, names); } in LookupSids()
|
/external/selinux/libsepol/cil/src/ |
D | cil_verify.h | 68 int __cil_verify_initsids(struct cil_list *sids);
|
D | cil_verify.c | 425 int __cil_verify_initsids(struct cil_list *sids) in __cil_verify_initsids() argument 430 if (sids->head == NULL) { in __cil_verify_initsids() 435 cil_list_for_each(i, sids) { in __cil_verify_initsids()
|
D | cil_policy.c | 1658 static void cil_sid_contexts_to_policy(FILE *out, struct cil_list *sids, int mls) in cil_sid_contexts_to_policy() argument 1663 cil_list_for_each(i1, sids) { in cil_sid_contexts_to_policy()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | services.h | 168 sepol_security_id_t ** sids, uint32_t * nel);
|
/external/selinux/checkpolicy/ |
D | checkpolicy.c | 384 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; in main() local 1070 ret = sepol_get_user_sids(ssid, ans, &sids, &nel); in main() 1076 print_sid(sids[i], NULL, NULL); in main() 1077 free(sids); in main()
|
/external/libmtp/src/ |
D | ptp-pack.c | 504 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) in ptp_unpack_SIDs() argument 506 sids->n = 0; in ptp_unpack_SIDs() 507 sids->Storage = NULL; in ptp_unpack_SIDs() 512 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids, len, &sids->Storage); in ptp_unpack_SIDs()
|
/external/webrtc/talk/session/media/ |
D | mediasession.cc | 312 std::vector<uint32_t>* sids) { in GenerateSctpSids() argument 318 sids->push_back(sid); in GenerateSctpSids()
|
/external/selinux/libsepol/src/ |
D | services.c | 2090 sepol_security_id_t ** sids, uint32_t * nel) in sepol_get_user_sids() argument 2175 *sids = mysids; in sepol_get_user_sids()
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 7016 4sids
|