Searched refs:sid (Results 201 - 213 of 213) sorted by relevance

123456789

/external/libsepol/src/
H A Dexpand.c2169 "Missing context for %s initial sid",
2173 n->sid[0] = c->sid[0];
2228 "Missing context for %s initial sid",
2232 n->sid[0] = c->sid[0];
H A Dwrite.c1228 buf[0] = cpu_to_le32(c->sid[0]);
1297 buf[0] = cpu_to_le32(c->sid[0]);
H A Dpolicydb.c1442 if (sepol_sidtab_insert(s, c->sid[0], &c->context[0])) {
2492 c->sid[0] = le32_to_cpu(buf[0]);
2575 c->sid[0] = le32_to_cpu(buf[0]);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js525 "ethiopic-halehame-sid-et", "ethiopic-halehame-so-et",
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc2457 void DataChannel::OnStreamClosedRemotely(uint32 sid) { argument
2459 new rtc::TypedMessageData<uint32>(sid);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c4224 uint16_t sid; local
4230 sid = sprstat->sprstat_sid;
4235 (sid < stcb->asoc.streamoutcnt) &&
4241 (sid < stcb->asoc.streamoutcnt) &&
4245 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
4246 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
4248 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
4249 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
/external/checkpolicy/
H A Dpolicy_define.c294 yyerror("no sid name for SID definition?");
315 newc->sid[0] = head->sid[0] + 1;
317 newc->sid[0] = 1;
3673 yyerror("no role name for sid context definition?");
3696 yyerror("no type name for sid context definition?");
3720 yyerror("no sensitivity name for sid context"
3791 yyerror("no sid name for SID context definition?");
3810 /* no need to keep the sid name */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */
727 /* For generic params simply use sid from tgsi */
728 index = io->sid;
730 /* For non-generic params - pack name and sid into 8 bits */
731 index = 0x80 | (name<<3) | (io->sid);
798 ctx->shader->input[i].sid = d->Semantic.Index;
824 ctx->shader->output[i].sid = d->Semantic.Index;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */
727 /* For generic params simply use sid from tgsi */
728 index = io->sid;
730 /* For non-generic params - pack name and sid into 8 bits */
731 index = 0x80 | (name<<3) | (io->sid);
798 ctx->shader->input[i].sid = d->Semantic.Index;
824 ctx->shader->output[i].sid = d->Semantic.Index;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1239 milliseconds

123456789