HomeSort by relevance Sort by last modified time
    Searched refs:sid (Results 226 - 250 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 623 FT_UInt sid )
626 if ( sid == 0xFFFFU )
630 if ( sid > 390 )
631 return cff_index_get_string( font, sid - 391 );
638 return (FT_String *)font->psnames->adobe_std_strings( sid );
914 /* Read the first glyph sid of the range. */
933 FT_ERROR(( "cff_charset_load: invalid SID range trimmed"
1075 /* Zero out the code to gid/sid mappings. */
1092 /* This gives us both a code to GID and a code to SID mapping. */
1132 /* Assign code to SID mapping. *
1262 FT_UInt sid = encoding->sids[j]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 172 surface->sid = vmw_ioctl_surface_create(vws,
175 if(surface->sid == SVGA3D_INVALID_ID)
  /external/elfutils/backends/
linux-core-note.c 126 FIELD (identity, PID_T, sid, 'd'),
161 FIELD (identity, PID_T, sid, 'd'),
  /external/freetype/src/cff/
cffload.c 623 FT_UInt sid )
626 if ( sid == 0xFFFFU )
630 if ( sid > 390 )
631 return cff_index_get_string( font, sid - 391 );
638 return (FT_String *)font->psnames->adobe_std_strings( sid );
914 /* Read the first glyph sid of the range. */
933 FT_ERROR(( "cff_charset_load: invalid SID range trimmed"
1075 /* Zero out the code to gid/sid mappings. */
1092 /* This gives us both a code to GID and a code to SID mapping. */
1132 /* Assign code to SID mapping. *
1262 FT_UInt sid = encoding->sids[j]; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 172 surface->sid = vmw_ioctl_surface_create(vws,
175 if(surface->sid == SVGA3D_INVALID_ID)
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 162 sp.sa_addr.pppoe.sid = conn->session;
238 sp.sa_addr.pppoe.sid = 0;
  /external/chromium_org/sandbox/win/src/
restricted_token_unittest.cc 12 #include "sandbox/win/src/sid.h"
161 ATL::CSid sid; local
163 dacl.GetAclEntry(i, &sid, &mask);
164 if (sid == ATL::Sids::RestrictedCode() && mask == GENERIC_ALL) {
179 ASSERT_EQ(ERROR_SUCCESS, token.AddSidForDenyOnly(Sid(WinWorldSid)));
234 std::vector<Sid> sids_exception;
235 sids_exception.push_back(Sid(WinWorldSid));
406 // Checks if a sid is in the restricting list of the restricted token.
410 ATL::CSid sid, int count) {
432 if (sids[i] == sid) {
    [all...]
sandbox_policy_base.cc 274 ResultCode PolicyBase::SetAppContainer(const wchar_t* sid) {
287 ResultCode rv = appcontainer_list_->SetAppContainer(sid, capabilities_);
294 ResultCode PolicyBase::SetCapability(const wchar_t* sid) {
295 capabilities_.push_back(sid);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.c 351 _debug_printf("\t\t.target.sid = %u\n", (*cmd).target.sid);
365 _debug_printf("\t\t.src.sid = %u\n", (*cmd).src.sid);
368 _debug_printf("\t\t.dest.sid = %u\n", (*cmd).dest.sid);
559 _debug_printf("\t\t.sid = %u\n", (*cmd).sid);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 351 _debug_printf("\t\t.target.sid = %u\n", (*cmd).target.sid);
365 _debug_printf("\t\t.src.sid = %u\n", (*cmd).src.sid);
368 _debug_printf("\t\t.dest.sid = %u\n", (*cmd).dest.sid);
559 _debug_printf("\t\t.sid = %u\n", (*cmd).sid);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 165 msg->sid = session->Attr(buzz::QN_ID);
181 msg->sid = jingle->Attr(QN_SID);
185 if (msg->sid.empty()) {
186 msg->sid = jingle->Attr(buzz::QN_ID);
230 session->AddAttr(buzz::QN_ID, msg.sid);
240 jingle->AddAttr(QN_SID, msg.sid);
244 jingle->AddAttr(QN_ID, msg.sid);
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc 68 const std::string& sid,
80 EXPECT_EQ(sid, out_sid);
216 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth\n", "sid", "lsid", "auth");
217 RunParsingTest("LSID=lsid\nSID=sid\nAuth=auth\n", "sid", "lsid", "auth");
218 RunParsingTest("SID=sid\nLSID=lsid\nAuth=auth", "sid", "lsid", "auth")
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 413 * @sid: Buffer for 17-byte Session ID
422 u8 method_type, u8 *sid, size_t *sid_len)
468 sid[0] = method_type;
469 os_memcpy(sid + 1, kdf_out, sizeof(kdf_out));
  /external/wpa_supplicant_8/src/wps/
wps_er.c 228 char sid[100]; local
252 uuid_bin2str(ap->sid, sid, sizeof(sid));
256 "SID: uuid:%s\r\n"
258 path, inet_ntoa(dst.sin_addr), ntohs(dst.sin_port), sid);
369 static int wps_er_get_sid(struct wps_er_ap *ap, char *sid)
374 if (!sid) {
375 wpa_printf(MSG_DEBUG, "WPS ER: No SID received from %s (%s)",
380 pos = os_strstr(sid, "uuid:")
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 51 private SignerId sid; field in class:SignerInformation
83 sid = new SignerId(octs.getOctets());
89 sid = new SignerId(iAnds.getName(), iAnds.getSerialNumber().getValue());
126 return sid;
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 98 authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid,
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.h 160 std::string* sid,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 127 const std::string& sid,
session.h 94 const std::string& sid,
97 : sid_(sid),
249 const std::string& sid,
584 const std::string& sid, const std::string& content_type,
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 50 sid kernel
491 sid kernel gen_context(system_u:system_r:sys_foo_t, s0)
small-base.conf 50 sid kernel
483 sid kernel gen_context(system_u:system_r:sys_foo_t, s0)
  /external/libsepol/tests/policies/test-linker/
small-base.conf 50 sid kernel
565 sid kernel gen_context(g_b_user_1:g_b_role_1:g_b_type_1, s0)
  /frameworks/rs/
rs.spec 355 param RsScript sid
363 param RsScript sid
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 136 const std::string& sid, int component) {
137 return CreateSession(sid, kContentName, component);
141 const std::string& sid, const std::string& content_name, int component) {
142 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
146 const std::string& sid, const std::string& content_name, int component,
150 sid, content_name, component, ice_ufrag, ice_pwd);
587 // Allocate a different session with sid |session1| and different ice_ufrag.
601 // Allocating a different session with sid |session1| and
    [all...]
  /external/chromium_org/third_party/ots/src/
cff.cc 496 // SID
840 uint16_t sid = 0; local
841 if (!table.ReadU16(&sid)) {
844 if (!have_ros && (sid > sid_max)) {
855 uint16_t sid = 0; local
856 if (!table.ReadU16(&sid)) {
859 if (!have_ros && (sid > sid_max)) {

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>