HomeSort by relevance Sort by last modified time
    Searched refs:cid (Results 126 - 150 of 371) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c 41 char *cid; member in struct:eap_pax_data
67 os_free(data->cid);
149 (u8 *) data->cid, data->cid_len, NULL, 0, pos);
150 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
320 wpa_printf(MSG_INFO, "EAP-PAX: Too short PAX_STD-2 (CID)");
325 wpa_printf(MSG_INFO, "EAP-PAX: Too long CID");
329 os_free(data->cid);
330 data->cid = os_malloc(data->cid_len);
331 if (data->cid == NULL) {
333 "CID");
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
G_M_A_P_.py 22 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) + " ]"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataCallResponse.java 41 public final int cid; field in class:DataCallResponse
75 public DataCallResponse(int status, int suggestedRetryTime, int cid, int active, String type,
80 this.cid = cid;
100 .append(" cid=").append(cid)
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 475 static void nfc_hal_send_credit_ntf_for_cid(uint8_t cid) {
497 *p++ = cid;
521 uint8_t cid, pbf; local
552 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
553 if (cid == nfc_hal_cb.hci_cb.hcp_conn_id) {
559 nfc_hal_send_credit_ntf_for_cid(cid);
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 139 byte cid[] = digester.digest(date.getBytes());
141 String cidString = Utils.toHexString(cid);
  /frameworks/base/telephony/java/android/telephony/
CellInfoCdma.java 52 public void setCellIdentity(CellIdentityCdma cid) {
53 mCellIdentityCdma = cid;
CellInfoGsm.java 52 public void setCellIdentity(CellIdentityGsm cid) {
53 mCellIdentityGsm = cid;
CellInfoWcdma.java 52 public void setCellIdentity(CellIdentityWcdma cid) {
53 mCellIdentityWcdma = cid;
  /frameworks/native/libs/vr/libvrflinger/
vsync_service.h 39 VSyncChannel(pdx::Service& service, int pid, int cid)
40 : service_(service), pid_(pid), cid_(cid) {}
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduBody.java 154 * @param cid the value of content id.
157 public PduPart getPartByContentId(String cid) {
158 return mPartMapByContentId.get(cid);
  /hardware/interfaces/gnss/1.0/
IAGnssRil.hal 72 uint32_t cid;
  /hardware/interfaces/gnss/1.0/default/
AGnssRil.cpp 104 .cid = cellID.cid,
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduBody.java 154 * @param cid the value of content id.
157 public PduPart getPartByContentId(String cid) {
158 return mPartMapByContentId.get(cid);
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 309 _debug_printf("\t\t.cid = %u\n", (*cmd).cid);
320 _debug_printf("\t\t.cid = %u\n", (*cmd).cid);
339 _debug_printf("\t\t.cid = %u\n", (*cmd).cid);
359 _debug_printf("\t\t.cid = %u\n", (*cmd).cid);
376 _debug_printf("\t\t.cid = %u\n", (*cmd).cid);
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 177 int cid = gsm.getCellIdentity().getCid(); local
178 assertTrue("getCid() out range [0, 65535], cid=" + cid, !gsm.isRegistered() ||
179 cid >= 0 && cid <= 65535);
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_07.py 6 CM_07 Validation of Status in Case of an Unsupported CID in MBIM_COMMAND_MSG
32 # 255 is an unsupported CID.
38 cid=255,
  /external/curl/packages/OS400/
ccsidcurl.h 47 unsigned int cid);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 76 clockid_t cid; /* Clock used by cond c */ member in struct:_td
88 ret = clock_gettime(data.cid, &ts);
293 ret = pthread_condattr_getclock(&ca, &(data.cid));
298 data.cid = CLOCK_REALTIME;
2-6.c 63 clockid_t cid; member in struct:__anon26520
157 ret = clock_gettime(data.cid, &ts);
349 ret = pthread_condattr_getclock(&ca, &(data.cid));
355 data.cid = CLOCK_REALTIME;
  /external/skia/experimental/Networking/
SkSockets.h 73 int readPacket(void (*onRead)(int cid, const void* data, size_t size,
  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 79 unsigned int cid; member in struct:component
tinyjpeg.c 227 int i, width, height, nr_components, cid, sampling_factor; local
252 cid = *stream++;
256 c->cid = cid;
263 cid, c->Hfactor, c->Vfactor, Q_table );
276 unsigned int i, cid, table; local
285 cid = *stream++;
287 priv->cur_sos.components[i].component_id = cid;
295 if (cid != priv->component_infos[i].cid)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 35 char *cid; member in struct:eap_pax_data
57 wpa_printf(MSG_INFO, "EAP-PAX: CID (nai) or key (password) "
72 data->cid = os_malloc(identity_len);
73 if (data->cid == NULL) {
77 os_memcpy(data->cid, identity, identity_len);
89 os_free(data->cid);
202 wpabuf_put_data(resp, data->cid, data->cid_len);
203 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID",
204 (u8 *) data->cid, data->cid_len);
211 (u8 *) data->cid, data->cid_len, rpos)
    [all...]
  /frameworks/native/libs/vr/libpdx/
service.cpp 60 "cid=%d\n",
61 svc->name_.c_str(), info_.op, info_.pid, info_.cid);
374 return svc->endpoint()->ModifyChannelEvents(info_.cid, clear_mask,
422 int Message::GetChannelId() const { return info_.cid; }
442 status = svc->SetChannel(info_.cid, chan);
593 ALOGD("%s::OnChannelOpen: pid=%d cid=%d\n", name_.c_str(), info.pid,
594 info.cid);
600 ALOGD("%s::OnChannelClose: pid=%d cid=%d\n", name_.c_str(), info.pid,
601 info.cid);
608 ALOGD("%s:REPORT_SYSPROP_CHANGE: pid=%d cid=%d\n", name_.c_str()
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 83 vmw_printf("Context id is %d\n", c_arg.cid);
85 return c_arg.cid;
89 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid)
96 c_arg.cid = cid;
186 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid,

Completed in 933 milliseconds

1 2 3 4 56 7 8 91011>>