Searched defs:cid (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_data.c88 const ASN1_OBJECT *cid, int crit)
92 if (!policy && !cid)
94 if (cid)
96 id = OBJ_dup(cid);
87 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/external/openssl/crypto/x509v3/
H A Dpcy_data.c86 const ASN1_OBJECT *cid, int crit)
90 if (!policy && !cid)
92 if (cid)
94 id = OBJ_dup(cid);
85 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DInReplyTo.java60 * @param cid CallIdentifier to set
62 public InReplyTo(CallIdentifier cid) { argument
64 callId = cid;
H A DCallID.java111 * @param cid String to set. This is the body part of the Call-Id
113 * @throws IllegalArgumentException if cid is null, not a token, or is
116 public void setCallId(String cid) throws ParseException { argument
118 callIdentifier = new CallIdentifier(cid);
120 throw new ParseException(cid, 0);
126 * @param cid CallIdentifier to set (localId@host).
128 public void setCallIdentifier(CallIdentifier cid) { argument
129 callIdentifier = cid;
H A DCallIdentifier.java75 * @param cid String to set
76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException { argument
80 setCallID(cid);
156 * @param cid Strimg to set
157 * @throws IllegalArgumentException if cid is null or is not a token or
160 public void setCallID(String cid) throws IllegalArgumentException { argument
161 if (cid == null)
163 int index = cid.indexOf('@');
165 localId = cid;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidriver.c50 const char* result = face->cid.cid_font_name;
75 *afont_info = ((CID_Face)face)->cid.font_info;
109 CID_FaceInfo cid = &face->cid; local
113 *registry = cid->registry;
116 *ordering = cid->ordering;
119 *supplement = cid->supplement;
134 *is_cid = 1; /* cid driver is only used for CID keyed fonts */
143 FT_UInt *cid )
149 if ( cid )
[all...]
H A Dcidobjs.c142 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
198 CID_FaceInfo cid; local
205 cid = &face->cid;
206 info = &cid->font_info;
215 for ( n = 0; n < cid->num_dicts; n++ )
238 FT_FREE( cid->font_dicts );
239 cid->num_dicts = 0;
242 FT_FREE( cid->cid_font_name );
243 FT_FREE( cid
350 CID_FaceInfo cid = &face->cid; local
[all...]
H A Dcidparse.h56 /* cid :: A structure which holds the information about */
73 CID_FaceInfo cid; member in struct:CID_Parser_
H A Dcidgload.c45 CID_FaceInfo cid = &face->cid; local
78 fd_select = (FT_UInt)cid_get_offset( &p, (FT_Byte)cid->fd_bytes );
82 glyph_length = glyph_data.length - cid->fd_bytes;
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
102 FT_UInt entry_len = cid->fd_bytes + cid->gd_bytes;
106 if ( FT_STREAM_SEEK( cid->data_offset + cid->cidmap_offset +
112 fd_select = (FT_UInt) cid_get_offset( &p, (FT_Byte)cid
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c546 UINT16 cid; local
572 cid = L2CA_ConnectReq (SDP_PSM, p_bd_addr);
575 if (cid != 0)
577 p_ccb->connection_id = cid;
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java90 * @param cid String to set. This is the body part of the Call-Id
92 * @throws IllegalArgumentException if cid is null, not a token, or is
95 public void setCallId(String cid) { argument
96 callId = cid;
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) { argument
104 callIdentifier = cid;
H A DReplaces.java90 * @param cid String to set. This is the body part of the Call-Id
92 * @throws IllegalArgumentException if cid is null, not a token, or is
95 public void setCallId(String cid) { argument
96 callId = cid;
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) { argument
104 callIdentifier = cid;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_winsys.h125 uint32 cid; member in struct:svga_winsys_context
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp51 static void readData(int cid, const void* data, size_t size, argument
54 view->onRead(cid, data, size, type);
57 void onRead(int cid, const void* data, size_t size, SkSocket::DataType type) { argument
62 std::map<int, ClientState*>::iterator it = fClientMap.find(cid);
67 fClientMap[cid] = cs;
77 if (cid == it->first)
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp45 static void readData(int cid, const void* data, size_t size, argument
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_surface_view.cc150 jmethodID cid = env->GetMethodID(_javaRenderClass, local
153 if (cid == NULL) {
164 cid,
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc251 unsigned cid = rand() % kClocks; local
258 printf("acquire thr%d <- clk%d\n", tid, cid);
259 thr0[tid]->acquire(sync0[cid]);
260 thr1[tid]->acquire(sync1[cid]);
264 printf("release thr%d -> clk%d\n", tid, cid);
265 thr0[tid]->release(sync0[cid]);
266 thr1[tid]->release(sync1[cid]);
270 printf("acq_rel thr%d <> clk%d\n", tid, cid);
271 thr0[tid]->acq_rel(sync0[cid]);
272 thr1[tid]->acq_rel(sync1[cid]);
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h125 uint32 cid; member in struct:svga_winsys_context
/external/openssl/crypto/ocsp/
H A Docsp_lib.c107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new())) goto err;
112 alg = cid->hashAlgorithm;
124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
134 ASN1_INTEGER_free(cid->serialNumber);
135 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
137 return cid;
141 if (cid) OCSP_CERTID_free(cid);
[all...]
H A Docsp_prn.c139 OCSP_CERTID* cid = NULL; local
157 cid = one->reqCert;
158 ocsp_certid_print(bp, cid, 8);
185 OCSP_CERTID *cid = NULL; local
235 cid = single->certId;
236 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
H A Docsp_srv.c89 ASN1_INTEGER **pserial, OCSP_CERTID *cid)
91 if (!cid) return 0;
92 if (pmd) *pmd = cid->hashAlgorithm->algorithm;
93 if(piNameHash) *piNameHash = cid->issuerNameHash;
94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
95 if (pserial) *pserial = cid->serialNumber;
125 OCSP_CERTID *cid,
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
87 OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) argument
124 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp_vfy.c68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
263 OCSP_CERTID *tmpid, *cid; local
273 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
281 if (OCSP_id_issuer_cmp(cid, tmpid))
285 cid->hashAlgorithm->algorithm))
293 *ret = cid;
298 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
302 if(cid)
308 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
317 if ((cid
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dfpdf_cmaps.cpp124 FX_DWORD FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, FX_WORD cid) argument
131 if (pCur[1] == cid) {
140 if (cid >= pCur[2] && cid <= pCur[2] + pCur[1] - pCur[0]) {
141 return pCur[0] + cid - pCur[2];
156 if (cid >= pCur[3] && cid <= pCur[3] + pCur[2] - pCur[1]) {
157 return (((FX_DWORD)pCur[0] << 16) | pCur[1]) + cid - pCur[3];
165 if (pCur[2] == cid) {
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp51 static void readData(int cid, const void* data, size_t size, argument
54 view->onRead(cid, data, size, type);
57 void onRead(int cid, const void* data, size_t size, SkSocket::DataType type) { argument
62 std::map<int, ClientState*>::iterator it = fClientMap.find(cid);
67 fClientMap[cid] = cs;
77 if (cid == it->first)
/external/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp45 static void readData(int cid, const void* data, size_t size, argument

Completed in 674 milliseconds

1234