/external/chromium_org/sandbox/win/src/ |
restricted_token_unittest.cc | 75 access_token.SetPrimaryGroup(ATL::Sids::World()); 105 token.AddRestrictingSid(ATL::Sids::World().GetPSID())); 146 token.AddRestrictingSid(ATL::Sids::World().GetPSID())); 164 if (sid == ATL::Sids::RestrictedCode() && mask == GENERIC_ALL) { 188 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 247 ATL::CSid::CSidArray sids; local 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/ |
cffload.c | 795 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(); 930 /* try to rescue some of the SIDs if `nleft' is too large */ 938 /* Fill in the range of sids -- `nleft + 1' glyphs. * [all...] |
cffcmap.c | 130 FT_UInt sid = charset->sids[idx]; 149 if ( !charset->sids )
|
cfftypes.h | 84 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 */
|
cffdrivr.c | 249 sid = font->charset.sids[glyph_index]; 285 sid = charset->sids[i]; 557 c = cff->charset.sids[glyph_index];
|
cffgload.c | 640 if ( !cff->charset.sids ) 652 if ( cff->charset.sids[n] == glyph_sid ) [all...] |
/external/freetype/src/cff/ |
cffload.c | 795 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(); 930 /* try to rescue some of the SIDs if `nleft' is too large */ 938 /* Fill in the range of sids -- `nleft + 1' glyphs. * [all...] |
cffcmap.c | 130 FT_UInt sid = charset->sids[idx]; 149 if ( !charset->sids )
|
cfftypes.h | 84 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 */
|
cffdrivr.c | 249 sid = font->charset.sids[glyph_index]; 285 sid = charset->sids[i]; 557 c = cff->charset.sids[glyph_index];
|
cffgload.c | 640 if ( !cff->charset.sids ) 652 if ( cff->charset.sids[n] == glyph_sid ) [all...] |
/external/libsepol/include/sepol/policydb/ |
services.h | 141 * Generate the set of SIDs for legal security contexts 143 * Set `*sids' to point to a dynamically allocated 144 * array containing the set of SIDs. Set `*nel' to the 149 sepol_security_id_t ** sids, uint32_t * nel); 152 * Return the SIDs to use for an unlabeled file system 172 * Return the SIDs to use for a network interface 198 #define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */ 199 #define SECURITY_FS_USE_TASK 3 /* use task SIDs, e.g. pipefs/sockfs */ 209 * fixed labeling behavior like transition SIDs or task SIDs [all...] |
/external/checkpolicy/ |
checkpolicy.c | 380 sepol_security_id_t ssid, tsid, *sids; local 953 printf("use transition SIDs\n"); 956 printf("use task SIDs\n"); 1013 ret = sepol_get_user_sids(ssid, ans, &sids, &nel); 1019 print_sid(sids[i], NULL, NULL); 1020 free(sids);
|
/external/libmtp/src/ |
ptp.c | 555 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 [all...] |
ptp-pack.c | 400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) 402 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids, 403 &sids->Storage); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession.cc | 260 // Returns false if we exhaust the range of SIDs. 278 std::vector<uint32>* sids) { 284 sids->push_back(sid); [all...] |
/external/libsepol/src/ |
services.c | [all...] |