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

123456789

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h32 int sid; member in struct:r600_shader_io
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.cc16 : sid(new_sid),
26 return sid == b.sid &&
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc89 std::string sid = local
91 return CreateSession(local_name, local_name, sid, content_type, false);
96 const std::string& sid, const std::string& content_type,
102 sid, content_type, client);
127 Session* SessionManager::GetSession(const std::string& sid) { argument
128 SessionMap::iterator it = session_map_.find(sid);
145 Session* SessionManager::FindSession(const std::string& sid, argument
147 SessionMap::iterator iter = session_map_.find(sid);
168 Session* session = FindSession(msg.sid, msg.from);
193 session = CreateSession(msg.to, msg.initiator, msg.sid,
94 CreateSession( const std::string& local_name, const std::string& initiator_name, const std::string& sid, const std::string& content_type, bool received_initiate) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp540 char *sid = NULL; local
546 sid = getID(id, resname, sid);
548 sid = getID(id, NULL, sid);
553 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
575 return sid;
608 char *sid = NULL; local
616 sid
644 char *sid = NULL; local
675 char* sid = NULL; local
712 char* sid = NULL; local
761 char* sid = NULL; local
790 char* sid = NULL; local
913 char* sid = NULL; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp550 char *sid = NULL; local
556 sid = getID(id, resname, sid);
558 sid = getID(id, NULL, sid);
563 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
585 return sid;
618 char *sid = NULL; local
626 sid
654 char *sid = NULL; local
685 char* sid = NULL; local
722 char* sid = NULL; local
771 char* sid = NULL; local
800 char* sid = NULL; local
923 char* sid = NULL; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c593 sslSessionID * sid; local
604 PORT_Assert(ss->sec.ci.sid != 0);
605 sid = ss->sec.ci.sid;
610 sendLen = 1 + sizeof(sid->u.ssl2.sessionID);
618 PORT_Memcpy(msg+1, sid->u.ssl2.sessionID,
619 sizeof(sid->u.ssl2.sessionID));
627 (*ss->sec.uncache)(sid);
630 if (sid->cached == never_cached) {
631 (*ss->sec.cache)(sid);
1263 ssl2_FillInSID(sslSessionID * sid, int cipher, PRUint8 *keyData, int keyLen, PRUint8 *ca, int caLen, int keyBits, int secretKeyBits, SSLSignType authAlgorithm, PRUint32 authKeyBits, SSLKEAType keaType, PRUint32 keaKeyBits) argument
1393 ssl2_CreateSessionCypher(sslSocket *ss, sslSessionID *sid, PRBool isClient) argument
1551 sslSessionID * sid; local
2014 sslSessionID * sid; local
2166 sslSessionID *sid = ss->sec.ci.sid; local
2738 sslSessionID * sid; local
2965 sslSessionID *sid; local
3304 sslSessionID *sid; local
[all...]
H A Dsslsnce.c441 /* Copy hash into sid hash */
712 SSL_TRC(7, ("%d: timed out sid entry addr=%08x%08x%08x%08x now=%x "
740 /* This is the primary function for finding entries in the server's sid cache.
750 sslSessionID * sid = 0; local
838 sid = ConvertToSID(&sce, pcce ? &cce : 0, psnce ? &snce : 0, dbHandle);
840 return sid;
844 ** Place a sid into the cache, if it isn't already there.
847 ServerSessionIDCache(sslSessionID *sid) argument
851 PRUint16 version = sid->version;
855 (sid
931 ServerSessionIDUncache(sslSessionID *sid) argument
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java23 SignerId sid = signer.getSID();
25 List list = (ArrayList)table.get(sid);
29 table.put(sid, list);
/external/chromium_org/remoting/host/win/
H A Dsecurity_descriptor.h24 std::string ConvertSidToString(SID* sid);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h34 int sid; member in struct:si_shader_io
/external/libselinux/src/
H A Davc_sidtab.h31 const char * ctx, security_id_t * sid) hidden;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h34 int sid; member in struct:si_shader_io
/external/qemu/distrib/libselinux/src/
H A Davc_sidtab.h31 const char * ctx, security_id_t * sid) hidden;
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.h56 virtual ResultCode InstallAppContainer(const wchar_t* sid,
58 virtual ResultCode UninstallAppContainer(const wchar_t* sid) OVERRIDE;
H A Drestricted_token.h15 #include "sandbox/win/src/sid.h"
100 // Parameter: sid is the SID to add in the Deny Only list.
105 unsigned AddSidForDenyOnly(const Sid &sid);
107 // Adds the user sid of the token for Deny Only in the restricted token.
142 // Parameter: sid is the sid to add to the list restricting sids.
151 unsigned AddRestrictingSid(const Sid &sid);
153 // Adds the logon sid of the token in the list of restricting sids for the
161 // Adds the owner sid of the token in the list of restricting sids for the
169 // Adds all group sids and the user sid t
[all...]
H A Dsandbox_policy.h181 virtual ResultCode SetAppContainer(const wchar_t* sid) = 0;
184 virtual ResultCode SetCapability(const wchar_t* sid) = 0;
/external/chromium_org/rlz/win/lib/
H A Dprocess_info.cc24 std::wstring* sid) {
76 if (sid != NULL) {
79 *sid = string_sid; // copy out to cstring
154 static std::wstring sid; local
156 CHECK(SUCCEEDED(GetCurrentUser(&name, &domain, &sid)));
22 GetCurrentUser(std::wstring* name, std::wstring* domain, std::wstring* sid) argument
/external/libsepol/include/sepol/policydb/
H A Dservices.h123 * the context associated with `sid' into a dynamically
128 extern int sepol_sid_to_context(sepol_security_id_t sid, /* IN */
204 sepol_security_id_t * sid); /* OUT */
214 sepol_security_id_t * sid); /* OUT */
/external/smack/src/com/kenai/jbosh/
H A DCMSessionParams.java26 private final AttrSessionID sid; field in class:CMSessionParams
66 sid = aSid;
130 return sid;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.h39 FT_UInt sid );
/external/freetype/src/cff/
H A Dcffload.h39 FT_UInt sid );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.h39 FT_UInt sid );
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_key.h15 const u8 *mac2, const u8 *sid,
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_key.h15 const u8 *mac2, const u8 *sid,
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_key.h15 const u8 *mac2, const u8 *sid,

Completed in 2118 milliseconds

123456789