Searched refs:sids (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Drestricted_token_unittest.cc188 ATL::CSid::CSidArray sids; local
190 groups.GetSidsAndAttributes(&sids, &attributes);
192 for (unsigned int i = 0; i < sids.GetCount(); i++) {
193 if (ATL::Sids::World() == sids[i]) {
215 ATL::CSid::CSidArray sids; local
217 groups.GetSidsAndAttributes(&sids, &attributes);
219 // Verify that all sids are really gone.
220 for (unsigned int i = 0; i < sids.GetCount(); i++) {
247 ATL::CSid::CSidArray sids; local
249 groups.GetSidsAndAttributes(&sids,
280 ATL::CSid::CSidArray sids; local
318 ATL::CSid::CSidArray sids; local
426 ATL::CSid::CSidArray sids; local
563 ATL::CSid::CSidArray sids; local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c795 if ( charset->sids[i] > max_cid )
796 max_cid = charset->sids[i];
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
848 FT_FREE( charset->sids );
881 /* Allocate memory for sids. */
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
886 charset->sids[0] = 0;
897 charset->sids[j] = FT_GET_USHORT();
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
940 charset->sids[
[all...]
H A Dcffcmap.c130 FT_UInt sid = charset->sids[idx];
149 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c249 sid = font->charset.sids[glyph_index];
285 sid = charset->sids[i];
557 c = cff->charset.sids[glyph_index];
H A Dcffgload.c640 if ( !cff->charset.sids )
652 if ( cff->charset.sids[n] == glyph_sid )
/external/freetype/src/cff/
H A Dcffload.c802 if ( charset->sids[i] > max_cid )
803 max_cid = charset->sids[i];
813 charset->cids[charset->sids[j]] = (FT_UShort)j;
855 FT_FREE( charset->sids );
888 /* Allocate memory for sids. */
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
893 charset->sids[0] = 0;
904 charset->sids[j] = FT_GET_USHORT();
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
947 charset->sids[
[all...]
H A Dcffcmap.c130 FT_UInt sid = charset->sids[idx];
149 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c251 sid = font->charset.sids[glyph_index];
287 sid = charset->sids[i];
559 c = cff->charset.sids[glyph_index];
H A Dcffgload.c636 if ( !cff->charset.sids )
648 if ( cff->charset.sids[n] == glyph_sid )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c795 if ( charset->sids[i] > max_cid )
796 max_cid = charset->sids[i];
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
848 FT_FREE( charset->sids );
881 /* Allocate memory for sids. */
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
886 charset->sids[0] = 0;
897 charset->sids[j] = FT_GET_USHORT();
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
940 charset->sids[
[all...]
H A Dcffcmap.c130 FT_UInt sid = charset->sids[idx];
149 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c250 sid = font->charset.sids[glyph_index];
286 sid = charset->sids[i];
558 c = cff->charset.sids[glyph_index];
H A Dcffgload.c640 if ( !cff->charset.sids )
652 if ( cff->charset.sids[n] == glyph_sid )
/external/libsepol/include/sepol/policydb/
H A Dservices.h143 * Set `*sids' to point to a dynamically allocated
149 sepol_security_id_t ** sids, uint32_t * nel);
/external/checkpolicy/
H A Dcheckpolicy.c380 sepol_security_id_t ssid, tsid, *sids; local
1013 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1019 print_sid(sids[i], NULL, NULL);
1020 free(sids);
/external/libmtp/src/
H A Dptp.c555 unsigned char* sids=NULL; local
561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
562 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
563 free(sids);
1631 unsigned char* sids=NULL; local
1636 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
1637 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
1638 free(sids);
H A Dptp-pack.c400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) argument
402 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids,
403 &sids->Storage);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc282 std::vector<uint32>* sids) {
288 sids->push_back(sid);
281 GenerateSctpSids(const StreamParamsVec& params_vec, std::vector<uint32>* sids) argument
/external/libsepol/src/
H A Dservices.c1906 * Set `*sids' to point to a dynamically allocated
1914 sepol_security_id_t ** sids, uint32_t * nel)
1999 *sids = mysids;
1912 sepol_get_user_sids(sepol_security_id_t fromsid, char *username, sepol_security_id_t ** sids, uint32_t * nel) argument

Completed in 471 milliseconds