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

123456

/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 Dmodule.mk20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
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;
161 if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
163 dict = face->cid.font_dicts + parser->num_dict;
207 CID_FaceInfo cid local
392 CID_FaceInfo cid = &face->cid; local
[all...]
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/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/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DCGS.h62 extern CGSError CGSGetOnScreenWindowList (CGSConnectionID cid,
68 extern CGSError CGSGetScreenRectForWindow (CGSConnectionID cid,
72 extern CGWindowLevel CGSGetWindowLevel (CGSConnectionID cid,
81 extern CGSError CGSGetMouseEnabledFlags (CGSConnectionID cid, CGSWindowID wid, int *flags);
/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/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...]
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbgnubbydevice.js117 '[' + client.cid.toString(16) + '] left?'));
280 * @param {number} cid Channel id
285 UsbGnubbyDevice.prototype.checkLock_ = function(cid, cmd) {
288 if (this.lockCID != cid) {
295 [(cid >> 24) & 255,
296 (cid >> 16) & 255,
297 (cid >> 8) & 255,
298 cid & 255,
318 * @param {number} cid Channel id
323 UsbGnubbyDevice.prototype.updateLock_ = function(cid, cm
[all...]
H A Dhidgnubbydevice.js102 '[' + client.cid.toString(16) + '] left?'));
211 * @param {number} cid Channel id
216 HidGnubbyDevice.prototype.checkLock_ = function(cid, cmd) {
219 if (this.lockCID != cid) {
226 [(cid >> 24) & 255,
227 (cid >> 16) & 255,
228 (cid >> 8) & 255,
229 cid & 255,
249 * @param {number} cid Channel ID
254 HidGnubbyDevice.prototype.updateLock_ = function(cid, cm
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftcid.h141 * cid ::
157 FT_UInt *cid );
/external/freetype/include/
H A Dftcid.h141 * cid ::
157 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/include/thirdparties/freetype/freetype/
H A Dftcid.h141 * cid ::
157 FT_UInt *cid );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftcid.h141 * cid ::
157 FT_UInt *cid );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcid.c93 FT_UInt *cid )
110 if ( cid )
111 *cid = c;
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c444 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) argument
449 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
452 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL)
454 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_cfg_req, CID: %d", cid);
495 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) argument
500 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
503 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL)
505 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_cfg_rsp, CID: %d", cid);
539 BOOLEAN L2CA_DisconnectReq (UINT16 cid) argument
543 L2CAP_TRACE_API ("L2CA_DisconnectReq() CID: 0x%04x", cid);
567 L2CA_DisconnectRsp(UINT16 cid) argument
725 L2CA_SetIdleTimeout(UINT16 cid, UINT16 timeout, BOOLEAN is_global) argument
949 L2CA_FlowControl(UINT16 cid, BOOLEAN data_enabled) argument
993 L2CA_SendTestSFrame(UINT16 cid, UINT8 sup_type, UINT8 back_track) argument
1026 L2CA_SetTxPriority(UINT16 cid, tL2CAP_CHNL_PRIORITY priority) argument
1054 L2CA_SetChnlDataRate(UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) argument
1719 L2CA_DataWrite(UINT16 cid, BT_HDR *p_data) argument
1735 L2CA_SetChnlFlushability(UINT16 cid, BOOLEAN is_flushable) argument
1772 L2CA_DataWriteEx(UINT16 cid, BT_HDR *p_data, UINT16 flags) argument
[all...]
/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...]

Completed in 7155 milliseconds

123456