HomeSort by relevance Sort by last modified time
    Searched defs:sids (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 904 std::vector<std::vector<uint8_t> > sids; local
919 sids.push_back(std::vector<uint8_t>(sessionId.length))
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 388 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; local
1019 printf("use transition SIDs\n");
1022 printf("use task SIDs\n");
1079 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1085 print_sid(sids[i], NULL, NULL);
1086 free(sids);
  /external/harfbuzz_ng/src/
hb-ot-cff1-table.hh 316 return_trace (c->check_struct (this) && sids[num_glyphs - 1].sanitize (c));
324 return sids[glyph - 1];
334 if (sids[glyph-1] == sid)
346 HBUINT16 sids[VAR]; member in struct:CFF::Charset0
348 DEFINE_SIZE_ARRAY(0, sids);
485 fmt0->sids[glyph++].set (sid++);
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 94 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
106 FT_UShort* sids; member in struct:CFF_CharsetRec_
107 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */

Completed in 167 milliseconds