Searched refs:cid (Results 1 - 25 of 93) sorted by relevance

1234

/external/nist-sip/java/gov/nist/javax/sip/header/
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...]
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 DInReplyTo.java60 * @param cid CallIdentifier to set
62 public InReplyTo(CallIdentifier cid) { argument
64 callId = cid;
/external/pdfium/third_party/freetype/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 Dcidload.c78 CID_FaceInfo cid = &face->cid; local
93 object = (FT_Byte*)cid;
97 object = (FT_Byte*)&cid->font_info;
105 object = (FT_Byte*)&cid->font_bbox;
113 if ( parser->num_dict < 0 || parser->num_dict >= cid->num_dicts )
121 dict = cid->font_dicts + parser->num_dict;
159 if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
166 dict = face->cid.font_dicts + parser->num_dict;
216 CID_FaceInfo cid local
407 CID_FaceInfo cid = &face->cid; local
[all...]
H A Dcidgload.c45 CID_FaceInfo cid = &face->cid; local
78 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes );
82 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes );
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
102 FT_UInt entry_len = (FT_UInt)( cid->fd_bytes + cid->gd_bytes );
106 if ( FT_STREAM_SEEK( cid->data_offset + cid->cidmap_offset +
112 fd_select = cid_get_offset( &p, (FT_Byte)cid
[all...]
/external/autotest/client/site_tests/cellular_MbimComplianceError/
H A Dcellular_MbimComplianceERR01.py53 (response_message.cid != request_message.cid)):
57 '(transaction_id, service_id, cid). '
62 request_message.cid,
65 response_message.cid))
/external/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/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c168 cmd->cid = swc->cid;
202 cmd->cid = swc->cid;
583 cmd->cid = swc->cid;
644 cmd->cid = swc->cid;
686 cmd->cid = swc->cid;
[all...]
/external/autotest/client/cros/cellular/mbim_compliance/tests/
H A Dcm_05.py7 messages are correct with regards to |transaction_id|, |service_id| and |cid|.
35 cid=mbim_constants.MBIM_CID_DEVICE_CAPS,
41 cid=mbim_constants.MBIM_CID_DEVICE_SERVICES,
76 caps_response_message.cid == caps_command_message.cid and
81 services_command_message.cid == services_response_message.cid):
/external/freetype/include/
H A Dftcid.h142 * cid ::
158 FT_UInt *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/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dcmap_int.h30 FX_DWORD FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, FX_WORD cid);
H A Dfpdf_cmaps.cpp131 FX_DWORD FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, FX_WORD cid) { argument
137 if (pCur[1] == cid) {
146 if (cid >= pCur[2] && cid <= pCur[2] + pCur[1] - pCur[0]) {
147 return pCur[0] + cid - pCur[2];
162 if (cid >= pCur[3] && cid <= pCur[3] + pCur[2] - pCur[1]) {
163 return (((FX_DWORD)pCur[0] << 16) | pCur[1]) + cid - pCur[3];
171 if (pCur[2] == cid) {
/external/pdfium/third_party/freetype/include/freetype/
H A Dftcid.h142 * cid ::
158 FT_UInt *cid );
/external/pdfium/third_party/freetype/src/base/
H A Dftcid.c94 FT_UInt *cid )
111 if ( cid )
112 *cid = c;
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
H A Dcellular_MbimComplianceCM05.py28 |cid|.
95 caps_response_message.cid == caps_command_message.cid and
100 services_command_message.cid == services_response_message.cid):
H A Dcellular_MbimComplianceCM16.py100 caps_response_message.cid == caps_command_message.cid and
105 services_command_message.cid == services_response_message.cid):
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1212 uint32 cid; member in struct:__anon13734
1217 uint32 cid; member in struct:__anon13735
1222 uint32 cid; member in struct:__anon13736
1313 uint32 cid; member in struct:__anon13744
1319 uint32 cid; member in struct:__anon13745
1537 uint32 cid; member in struct:__anon13756
1567 uint32 cid; member in struct:__anon13759
1573 uint32 cid; member in struct:__anon13760
1586 uint32 cid; member in struct:__anon13762
1601 uint32 cid; member in struct:__anon13764
1608 uint32 cid; member in struct:__anon13765
1615 uint32 cid; member in struct:__anon13766
1622 uint32 cid; member in struct:__anon13767
1628 uint32 cid; member in struct:__anon13768
1634 uint32 cid; member in struct:__anon13769
1641 uint32 cid; member in struct:__anon13770
1649 uint32 cid; member in struct:__anon13771
1656 uint32 cid; member in struct:__anon13772
1665 uint32 cid; member in struct:__anon13773
1672 uint32 cid; member in struct:__anon13774
1678 uint32 cid; member in struct:__anon13775
1685 uint32 cid; /* Same parameters passed to END_QUERY */ member in struct:__anon13776
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cc112 for (uptr cid = 0; cid < FakeStack::kNumberOfSizeClasses; cid++) {
113 uptr n = FakeStack::NumberOfFrames(stack_size_log, cid);
114 uptr bytes_in_class = FakeStack::BytesInSizeClass(cid);
116 FakeFrame *ff = fs->Allocate(stack_size_log, cid, 0);
118 EXPECT_TRUE(s.insert(std::make_pair(ff, cid)).second);
125 EXPECT_EQ(0UL, fs->Allocate(stack_size_log, cid, 0));
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DG_M_A_P_.py22 cid: H
31 def __init__(self, uv = 0, cid = 0, gid = 0, ggid = 0, name = ""):
33 self.cid = cid
43 writer.simpletag("cid", value=self.cid)
73 return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) + ", ggid: " + str(self.ggid) + ", Glyphlet Name: " + str(self.name) + " ]"
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DG_M_A_P_.py22 cid: H
31 def __init__(self, uv = 0, cid = 0, gid = 0, ggid = 0, name = ""):
33 self.cid = cid
43 writer.simpletag("cid", value=self.cid)
73 return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) + ", ggid: " + str(self.ggid) + ", Glyphlet Name: " + str(self.name) + " ]"
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc329 unsigned cid = rand() % kClocks; local
336 printf("acquire thr%d <- clk%d\n", tid, cid);
337 thr0[tid]->acquire(sync0[cid]);
338 thr1[tid]->acquire(&cache, sync1[cid]);
342 printf("release thr%d -> clk%d\n", tid, cid);
343 thr0[tid]->release(sync0[cid]);
344 thr1[tid]->release(&cache, sync1[cid]);
348 printf("acq_rel thr%d <> clk%d\n", tid, cid);
349 thr0[tid]->acq_rel(sync0[cid]);
350 thr1[tid]->acq_rel(&cache, sync1[cid]);
[all...]

Completed in 756 milliseconds

1234