HomeSort by relevance Sort by last modified time
    Searched refs:cid (Results 26 - 50 of 240) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 1212 uint32 cid; member in struct:__anon14722
1217 uint32 cid; member in struct:__anon14723
1222 uint32 cid; member in struct:__anon14724
1313 uint32 cid; member in struct:__anon14732
1319 uint32 cid; member in struct:__anon14733
1537 uint32 cid; member in struct:__anon14744
1567 uint32 cid; member in struct:__anon14747
1573 uint32 cid; member in struct:__anon14748
1586 uint32 cid; member in struct:__anon14750
1601 uint32 cid; member in struct:__anon14752
1608 uint32 cid; member in struct:__anon14753
1615 uint32 cid; member in struct:__anon14754
1622 uint32 cid; member in struct:__anon14755
1628 uint32 cid; member in struct:__anon14756
1634 uint32 cid; member in struct:__anon14757
1641 uint32 cid; member in struct:__anon14758
1649 uint32 cid; member in struct:__anon14759
1656 uint32 cid; member in struct:__anon14760
1665 uint32 cid; member in struct:__anon14761
1672 uint32 cid; member in struct:__anon14762
1678 uint32 cid; member in struct:__anon14763
1685 uint32 cid; \/* Same parameters passed to END_QUERY *\/ member in struct:__anon14764
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1212 uint32 cid; member in struct:__anon25066
1217 uint32 cid; member in struct:__anon25067
1222 uint32 cid; member in struct:__anon25068
1313 uint32 cid; member in struct:__anon25076
1319 uint32 cid; member in struct:__anon25077
1537 uint32 cid; member in struct:__anon25088
1567 uint32 cid; member in struct:__anon25091
1573 uint32 cid; member in struct:__anon25092
1586 uint32 cid; member in struct:__anon25094
1601 uint32 cid; member in struct:__anon25096
1608 uint32 cid; member in struct:__anon25097
1615 uint32 cid; member in struct:__anon25098
1622 uint32 cid; member in struct:__anon25099
1628 uint32 cid; member in struct:__anon25100
1634 uint32 cid; member in struct:__anon25101
1641 uint32 cid; member in struct:__anon25102
1649 uint32 cid; member in struct:__anon25103
1656 uint32 cid; member in struct:__anon25104
1665 uint32 cid; member in struct:__anon25105
1672 uint32 cid; member in struct:__anon25106
1678 uint32 cid; member in struct:__anon25107
1685 uint32 cid; \/* Same parameters passed to END_QUERY *\/ member in struct:__anon25108
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 36 ** HCI type(1), len(2), handle(2), L2CAP len(2) and CID(2) => 9
85 /* special CID for Multi-AV for reporting congestion */
183 ** Local CID assigned to the connection
191 ** Local CID
198 ** Local CID
204 ** Local CID assigned to the connection
211 ** Local CID assigned to the connection
218 ** Local CID
225 ** Local CID
238 ** Local CID
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_srv.c 89 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)))
ocsp_ext.c 427 OCSP_CRLID *cid = NULL; local
429 if (!(cid = OCSP_CRLID_new())) goto err;
432 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
437 if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
438 if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
442 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
446 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
448 if (cid) OCSP_CRLID_free(cid)
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_srv.c 89 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)))
ocsp_ext.c 427 OCSP_CRLID *cid = NULL; local
429 if (!(cid = OCSP_CRLID_new())) goto err;
432 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
437 if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
438 if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
442 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
446 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
448 if (cid) OCSP_CRLID_free(cid)
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 31 * Empty constructor. Initializes the LAC and CID to -1.
44 mCid = bundle.getInt("cid", mCid);
84 public void setLacAndCid(int lac, int cid) {
86 mCid = cid;
143 m.putInt("cid", mCid);
  /frameworks/base/telephony/java/android/telephony/
CellInfoLte.java 53 public void setCellIdentity(CellIdentityLte cid) {
54 if (DBG) log("setCellIdentity: " + cid);
55 mCellIdentityLte = cid;
NeighboringCellInfo.java 52 * CID in 16 bits format in GSM. Return UNKNOWN_CID in UMTS and CMDA.
71 * Empty constructor. Initializes the RSSI and CID.
89 * Initialize the object from rssi and cid.
98 public NeighboringCellInfo(int rssi, int cid) {
100 mCid = cid;
131 try {// set LAC/CID or PSC based on radioType
236 * @deprecated cid value passed as in location parameter passed to constructor
240 public void setCid(int cid) {
241 mCid = cid;
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
40 FT_UInt *cid );
42 FT_DEFINE_SERVICE( CID )
  /external/chromium_org/third_party/freetype/src/cff/
cffload.h 59 FT_UInt cid );
  /external/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
40 FT_UInt *cid );
42 FT_DEFINE_SERVICE( CID )
  /external/freetype/src/cff/
cffload.h 59 FT_UInt cid );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 147 cid = id(code)
148 codetable[cid] = code
149 return cid
153 def code_name(self, cid):
154 code = codetable[cid]
157 def code_filename(self, cid):
158 code = codetable[cid]
219 cid = self._conn.remotecall(self._oid, "frame_code", (self._fid,), {})
220 return CodeProxy(self._conn, self._oid, cid)
242 def __init__(self, conn, oid, cid)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 147 cid = id(code)
148 codetable[cid] = code
149 return cid
153 def code_name(self, cid):
154 code = codetable[cid]
157 def code_filename(self, cid):
158 code = codetable[cid]
219 cid = self._conn.remotecall(self._oid, "frame_code", (self._fid,), {})
220 return CodeProxy(self._conn, self._oid, cid)
242 def __init__(self, conn, oid, cid)
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
card.h 80 struct mmc_cid cid; member in struct:mmc_card
97 #define mmc_card_name(c) ((c)->cid.prod_name)
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 67 struct mmc_cid cid; member in struct:mmc_card
84 #define mmc_card_name(c) ((c)->cid.prod_name)
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen.h 94 uint32 cid);
110 int32_t cid,
  /external/kernel-headers/original/linux/mmc/
card.h 65 u32 raw_cid[4]; /* raw card CID */
68 struct mmc_cid cid; /* card identification */ member in struct:mmc_card
85 #define mmc_card_name(c) ((c)->cid.prod_name)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 94 uint32 cid);
110 int32_t cid,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 67 struct mmc_cid cid; member in struct:mmc_card
84 #define mmc_card_name(c) ((c)->cid.prod_name)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 67 struct mmc_cid cid; member in struct:mmc_card
84 #define mmc_card_name(c) ((c)->cid.prod_name)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 67 struct mmc_cid cid; member in struct:mmc_card
84 #define mmc_card_name(c) ((c)->cid.prod_name)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 67 struct mmc_cid cid; member in struct:mmc_card
84 #define mmc_card_name(c) ((c)->cid.prod_name)

Completed in 521 milliseconds

12 3 4 5 6 7 8 910