HomeSort by relevance Sort by last modified time
    Searched refs:cid (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
ClassOrInterfaceDeclarationTransformationsTest.java 54 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
55 cid.setName("B");
56 assertTransformedToString("class B {}", cid);
63 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
64 cid.setInterface(true);
65 assertTransformedToString("interface A {}", cid);
70 ClassOrInterfaceDeclaration cid = consider("interface A {}"); local
71 cid.setInterface(false);
72 assertTransformedToString("class A {}", cid);
79 ClassOrInterfaceDeclaration cid = consider("class A {}") local
86 ClassOrInterfaceDeclaration cid = consider("class A<U> {}"); local
93 ClassOrInterfaceDeclaration cid = consider("class A<U> {}"); local
102 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
109 ClassOrInterfaceDeclaration cid = consider("public class A extends Foo {}"); local
116 ClassOrInterfaceDeclaration cid = consider("public class A extends Foo {}"); local
125 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
132 ClassOrInterfaceDeclaration cid = consider("public class A implements Foo {}"); local
139 ClassOrInterfaceDeclaration cid = consider("public class A implements Foo {}"); local
148 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
155 ClassOrInterfaceDeclaration cid = consider("public class A {}"); local
162 ClassOrInterfaceDeclaration cid = consider("public class A {}"); local
171 ClassOrInterfaceDeclaration cid = consider("class A {}"); local
178 ClassOrInterfaceDeclaration cid = consider("public class A { int foo; }"); local
185 ClassOrInterfaceDeclaration cid = consider("public class A {float f;}"); local
    [all...]
  /external/adhd/alsa-module-config/
alsa-cid.conf 1 options snd_hda_intel model=cid patch=,cid_alsa.fw
  /system/bt/stack/test/common/
mock_l2cap_layer.cc 41 bool L2CA_DisconnectReq(uint16_t cid) {
42 return l2cap_interface->DisconnectRequest(cid);
45 bool L2CA_DisconnectRsp(uint16_t cid) {
46 return l2cap_interface->DisconnectResponse(cid);
49 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) {
50 return l2cap_interface->ConfigRequest(cid, p_cfg);
53 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) {
54 return l2cap_interface->ConfigResponse(cid, p_cfg);
57 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) {
58 return l2cap_interface->DataWrite(cid, p_data)
    [all...]
mock_l2cap_layer.h 34 virtual bool DisconnectRequest(uint16_t cid) = 0;
35 virtual bool DisconnectResponse(uint16_t cid) = 0;
36 virtual bool ConfigRequest(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) = 0;
37 virtual bool ConfigResponse(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) = 0;
38 virtual uint8_t DataWrite(uint16_t cid, BT_HDR* p_data) = 0;
50 MOCK_METHOD1(DisconnectRequest, bool(uint16_t cid));
51 MOCK_METHOD1(DisconnectResponse, bool(uint16_t cid));
52 MOCK_METHOD2(ConfigRequest, bool(uint16_t cid, tL2CAP_CFG_INFO* p_cfg));
53 MOCK_METHOD2(ConfigResponse, bool(uint16_t cid, tL2CAP_CFG_INFO* p_cfg));
54 MOCK_METHOD2(DataWrite, uint8_t(uint16_t cid, BT_HDR* p_data))
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PcoData.java 31 public final int cid; field in class:PcoData
36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) {
37 this.cid = cid;
44 cid = in.readInt();
54 out.writeInt(cid);
84 return "PcoData(" + cid + ", " + bearerProto + ", " + pcoId + ", contents[" +
CellIdentityWcdma.java 56 * @param cid 28-bit UMTS Cell Identity
61 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) {
62 this(lac, cid, psc, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc),
71 * @param cid 28-bit UMTS Cell Identity
77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) {
78 this(lac, cid, psc, uarfcn, String.valueOf(mcc), String.valueOf(mnc), null, null);
84 * @param cid 28-bit UMTS Cell Identity
94 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn,
98 mCid = cid;
103 private CellIdentityWcdma(CellIdentityWcdma cid) {
    [all...]
CellIdentityTdscdma.java 53 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown
58 public CellIdentityTdscdma(int mcc, int mnc, int lac, int cid, int cpid) {
59 this(String.valueOf(mcc), String.valueOf(mnc), lac, cid, cpid, null, null); local
66 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown
72 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid) {
75 mCid = cid;
83 * @param cid 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown
90 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid,
94 mCid = cid;
98 private CellIdentityTdscdma(CellIdentityTdscdma cid) {
    [all...]
CellIdentityGsm.java 56 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
60 public CellIdentityGsm(int mcc, int mnc, int lac, int cid) {
61 this(lac, cid, Integer.MAX_VALUE, Integer.MAX_VALUE,
70 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
76 public CellIdentityGsm(int mcc, int mnc, int lac, int cid, int arfcn, int bsic) {
77 this(lac, cid, arfcn, bsic, String.valueOf(mcc), String.valueOf(mnc), null, null);
83 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
93 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr,
97 mCid = cid;
104 private CellIdentityGsm(CellIdentityGsm cid) {
    [all...]
CellIdentityCdma.java 109 private CellIdentityCdma(CellIdentityCdma cid) {
110 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude,
111 cid.mAlphaLong, cid.mAlphaShort);
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 75 * @param cid String to set
76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException {
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 {
161 if (cid == null)
163 int index = cid.indexOf('@');
165 localId = cid;
    [all...]
CallID.java 111 * @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 {
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) {
129 callIdentifier = cid;
InReplyTo.java 60 * @param cid CallIdentifier to set
62 public InReplyTo(CallIdentifier cid) {
64 callId = cid;
  /external/freetype/src/cid/
module.mk 2 # FreeType 2 CID module definition
20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
cidriver.c 5 /* CID driver interface (body). */
55 const char* result = face->cid.cid_font_name;
80 *afont_info = ((CID_Face)face)->cid.font_info;
98 /* unsupported with CID fonts */
108 * CID INFO SERVICE
117 CID_FaceInfo cid = &face->cid; local
121 *registry = cid->registry;
124 *ordering = cid->ordering;
127 *supplement = cid->supplement
    [all...]
cidload.c 5 /* CID-keyed Type1 font loader (body). */
78 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 = &face->cid; local
440 CID_FaceInfo cid = &face->cid; local
699 CID_FaceInfo cid = &face->cid; local
    [all...]
cidobjs.c 5 /* CID objects manager (body). */
143 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
199 CID_FaceInfo cid; local
206 cid = &face->cid;
207 info = &cid->font_info;
216 for ( n = 0; n < cid->num_dicts; n++ )
239 FT_FREE( cid->font_dicts );
240 cid->num_dicts = 0;
243 FT_FREE( cid->cid_font_name )
351 CID_FaceInfo cid = &face->cid; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
1-1.c 33 clockid_t cid; local
35 rc = pthread_getcpuclockid(pthread_self(), &cid);
40 printf("clock id of new thread is %d\n", cid);
  /external/pdfium/testing/libfuzzer/
pdf_font_fuzzer.cc 20 FPDF_BOOL cid = data[1]; local
24 FPDFText_LoadFont(doc.get(), data, size, font_type, cid));
  /system/bt/stack/hid/
hidd_conn.cc 47 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid,
49 static void hidd_l2cif_connect_cfm(uint16_t cid, uint16_t result);
50 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
51 static void hidd_l2cif_config_cfm(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
52 static void hidd_l2cif_disconnect_ind(uint16_t cid, bool ack_needed);
53 static void hidd_l2cif_disconnect_cfm(uint16_t cid, uint16_t result);
54 static void hidd_l2cif_data_ind(uint16_t cid, BT_HDR* p_msg);
55 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested);
178 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid,
184 HIDD_TRACE_EVENT("%s: psm=%04x cid=%04x id=%02x", __func__, psm, cid, id)
891 uint16_t cid; local
    [all...]
  /external/boringssl/src/crypto/x509v3/
pcy_data.c 88 const ASN1_OBJECT *cid, int crit)
92 if (!policy && !cid)
94 if (cid) {
95 id = OBJ_dup(cid);
  /external/autotest/site_utils/lxc/
container_factory.py 52 def create_container(self, cid=None, lxc_path=None):
55 @param cid: (optional) A ContainerId for the new container. If an ID is
63 name = str(cid) if cid else None
77 if cid:
78 new_container.id = cid
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 367 uint32 cid; member in struct:__anon29824
375 uint32 cid; member in struct:__anon29825
383 uint32 cid; member in struct:__anon29826
438 uint32 cid; member in struct:__anon29831
447 uint32 cid; member in struct:__anon29832
698 uint32 cid; member in struct:__anon29841
721 uint32 cid; member in struct:__anon29842
735 uint32 cid; member in struct:__anon29843
791 uint32 cid; member in struct:__anon29845
818 uint32 cid; member in struct:__anon29847
834 uint32 cid; member in struct:__anon29848
856 uint32 cid; member in struct:__anon29851
865 uint32 cid; member in struct:__anon29852
884 uint32 cid; member in struct:__anon29854
905 uint32 cid; member in struct:__anon29856
915 uint32 cid; member in struct:__anon29857
925 uint32 cid; member in struct:__anon29858
935 uint32 cid; member in struct:__anon29859
944 uint32 cid; member in struct:__anon29860
953 uint32 cid; member in struct:__anon29861
963 uint32 cid; member in struct:__anon29862
974 uint32 cid; member in struct:__anon29863
984 uint32 cid; member in struct:__anon29864
1000 uint32 cid; member in struct:__anon29865
1010 uint32 cid; member in struct:__anon29866
1019 uint32 cid; member in struct:__anon29867
1051 uint32 cid; \/* Same parameters passed to END_QUERY *\/ member in struct:__anon29868
1325 uint32 cid; member in struct:__anon29877
1787 uint32 cid; member in struct:SVGA3dCmdDefineGBContext
1799 uint32 cid; member in struct:SVGA3dCmdDestroyGBContext
1819 uint32 cid; member in struct:SVGA3dCmdBindGBContext
1834 uint32 cid; member in struct:SVGA3dCmdReadbackGBContext
1845 uint32 cid; member in struct:SVGA3dCmdInvalidateGBContext
1893 uint32 cid; member in struct:__anon29890
1912 uint32 cid; member in struct:__anon29891
1921 uint32 cid; member in struct:__anon29892
1941 uint32 cid; member in struct:__anon29893
    [all...]
  /external/pdfium/core/fpdfapi/cmaps/
fpdf_cmaps.cpp 71 uint16_t cid; member in struct:SingleCmap
80 return found->cid;
86 uint16_t cid; member in struct:RangeCmap
95 return found->cid + loword - found->low;
102 uint32_t FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, uint16_t cid) {
114 if (pCur[1] == cid)
124 if (cid >= pCur[2] && cid <= pCur[2] + pCur[1] - pCur[0])
125 return pCur[0] + cid - pCur[2];
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
3-1.c 40 clockid_t cid; local
55 rc = pthread_getcpuclockid(new_th, &cid);
  /system/chre/apps/chqts/src/general_test/
cell_info_tdscdma.cc 33 } else if (!isBoundedInt32(identity.cid, 0, 65535, INT32_MAX)) {
35 "Invalid TDSCDMA Cell Identity: %d", identity.cid);

Completed in 1702 milliseconds

1 2 3 4 5 6 7 8 91011>>