/external/icu4c/tools/toolutil/ |
uparse.h | 117 uint32_t *pStart, uint32_t *pEnd,
|
/bionic/libc/regex/ |
regcomp.c | 66 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse 194 p->pend[i] = 0; 316 p->pend[subno] = HERE(); 317 assert(p->pend[subno] != 0); 530 p->pend[subno] = HERE(); 531 assert(p->pend[subno] != 0); 551 if (p->pend[i] != 0) { 556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); 557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); 1344 if (p->pend[i] >= pos) [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scrApi.h | 119 * \brief enumerates the different reasons which can cause a client request to return with pend status. 256 * \param pPendReason - the reason for a pend reply.\n
|
ScanCncn.c | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/ |
scrApi.h | 110 * \brief enumerates the different reasons which can cause a client request to return with pend status. 246 * \param pPendReason - the reason for a pend reply.\n
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scrApi.h | 119 * \brief enumerates the different reasons which can cause a client request to return with pend status. 256 * \param pPendReason - the reason for a pend reply.\n
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncn.c | [all...] |
ScanCncnAppSM.c | 204 /* send a pend event to the SM */ 206 ("APP SM: SCR pending, pend reason: %d.\n", scrPendReason) );
|
ScanCncnRoamingContSM.c | 226 ("CONT SM: SCR pending, pend Reason: %d.\n", scrPendReason) ); 238 /* send a pend event to the SM */
|
ScanCncnRoamingImmedSM.c | 229 ("IMMED SM: SCR pending, pend Reason: %d.\n", scrPendReason) ); 241 /* send a pend event to the SM */
|
/external/openssl/crypto/asn1/ |
a_int.c | 182 const unsigned char *p, *pend; local 195 pend = p + len; 256 *pp=pend;
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
bcmutils.c | 1283 uint8 *pend; local 1289 pend = (uint8 *)((uint)(pdata + 3) & 0xfffffffc); 1290 nbytes -= (pend - pdata) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
ikev2.c | 234 const u8 *pend, *ppos; local 281 pend = pos + proposal_len; 282 if (ppos + p->spi_size > pend) { 309 int tlen = ikev2_parse_transform(prop, ppos, pend); 315 if (ppos != pend) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
ikev2.c | 218 const u8 *pend, *ppos; local 263 pend = pos + proposal_len; 264 if (ppos + p->spi_size > pend) { 291 int tlen = ikev2_parse_transform(data, prop, ppos, pend); 297 if (ppos != pend) {
|
/external/webkit/WebCore/xml/ |
XPathParser.cpp | 485 HashSet<Vector<Predicate*>*>::iterator pend = m_predicateVectors.end(); local 486 for (HashSet<Vector<Predicate*>*>::iterator it = m_predicateVectors.begin(); it != pend; ++it) {
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrv_API.h | 183 * if pend (wait to ACK form AP for the null data frame) then PENDING\n
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
PowerSrv_API.h | 183 * if pend (wait to ACK form AP for the null data frame) then PENDING\n
|
/external/icu4c/common/ |
uloc.c | [all...] |
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
measurementMgr.c | 775 * @param pendReason The reason of a PEND status. 789 /* otherwise we got an ABORT or a PEND reason worse than the one we */ 803 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Received SCR status PEND with reason %d, aborting...\n", pendReason); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/ |
connInfra.c | 729 /* send a pend event to the SM */ 731 ("Infra Conn: SCR pending with pend reason: %d, stay in wait SCR state.\n", 778 ("Illegal SCR request status:%d, pend reason:%d.\n", [all...] |
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
measurementMgr.c | 777 * @param pendReason The reason of a PEND status. 791 /* otherwise we got an ABORT or a PEND reason worse than the one we */ 805 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Received SCR status PEND with reason %d, aborting...\n", pendReason); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
measurementMgr.c | 876 * @param pendReason The reason of a PEND status. 891 /* otherwise we got an ABORT or a PEND reason worse than the one we */ 907 ("%s: Received SCR status PEND with reason %d, aborting...\n", __FUNCTION__, pendReason)); [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_ao.cpp | 376 // If delay is 0, make ready and complete pend immediately, to avoid going through the timer queue
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/ |
Xtransint.h | 329 BytesReadable_t * /* pend */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/ |
PowerSrv_API.h | 184 * if pend (wait to ACK form AP for the null data frame) then PENDING\n
|