Home
last modified time | relevance | path

Searched refs:cpos (Results 1 – 19 of 19) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.extensions162 // compute cpos as the char pos of next non-WS token in line
163 var cpos = t.getCharPositionInLine(); // column dictates indent/dedent
165 cpos = -1; // pretend EOF always happens at left edge
168 cpos = t.getText().length;
173 if ( cpos > lastIndent ) { // they indented; track and gen INDENT
174 this.push(cpos);
180 else if ( cpos < lastIndent ) { // they dedented
182 var prevIndex = this.findPreviousIndent(cpos);
/external/wpa_supplicant_8/src/eap_server/
Deap_server_psk.c221 const u8 *cpos; in eap_psk_process_2() local
228 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, in eap_psk_process_2()
230 if (cpos == NULL || left < sizeof(*resp)) { in eap_psk_process_2()
234 resp = (const struct eap_psk_hdr_2 *) cpos; in eap_psk_process_2()
235 cpos = (const u8 *) (resp + 1); in eap_psk_process_2()
239 data->id_p = os_memdup(cpos, left); in eap_psk_process_2()
/external/wpa_supplicant_8/src/eap_peer/
Deap_psk.c92 const u8 *cpos; in eap_psk_process_1() local
96 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, reqData, &len); in eap_psk_process_1()
97 hdr1 = (const struct eap_psk_hdr_1 *) cpos; in eap_psk_process_1()
98 if (cpos == NULL || len < sizeof(*hdr1)) { in eap_psk_process_1()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2694 int cpos = cpstart; in dStrHexFp() local
2743 buff[cpos++] = ' '; in dStrHexFp()
2747 buff[cpos++] = c; in dStrHexFp()
2749 if (cpos > (cpstart + 15)) { in dStrHexFp()
2754 cpos = cpstart; in dStrHexFp()
2761 if (cpos > cpstart) { in dStrHexFp()
2762 buff[cpos] = '\0'; in dStrHexFp()
2955 int cpos = cpstart; in dWordHex() local
3001 buff[cpos++] = ' '; in dWordHex()
3002 buff[cpos++] = ' '; in dWordHex()
[all …]
/external/scapy/scapy/contrib/
Disis.py718 (cbegin, cpos) = checksumInfo
719 checkbytes = fletcher16_checkbytes(pdu[cbegin:], (cpos - cbegin))
720 pdu = pdu[:cpos] + checkbytes + pdu[cpos+2:]
/external/syslinux/com32/modules/
Dpxechn.c661 char *cpos = NULL, *pos; in pxechn_parse_setopt() local
668 optnum = strtoul(istr, &cpos, 0); in pxechn_parse_setopt()
671 pos = strchr(cpos, '='); in pxechn_parse_setopt()
674 opttype = pxechn_parse_opttype(cpos, optnum); in pxechn_parse_setopt()
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c1791 const u8 *cpos; in wpa_tdls_process_tpk_m1() local
1811 cpos = buf; in wpa_tdls_process_tpk_m1()
1812 cpos += 1 /* pkt_type */ + 1 /* Category */ + 1 /* Action */; in wpa_tdls_process_tpk_m1()
1815 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
1860 peer->capability = WPA_GET_LE16(cpos); in wpa_tdls_process_tpk_m1()
1861 cpos += 2; in wpa_tdls_process_tpk_m1()
1863 ielen = len - (cpos - buf); /* start of IE in buf */ in wpa_tdls_process_tpk_m1()
1870 if (wpa_supplicant_parse_ies(cpos, ielen, &kde) < 0) in wpa_tdls_process_tpk_m1()
/external/python/cpython3/Lib/
Dinspect.py1827 cpos = spec.find(':')
1828 assert cpos == -1 or cpos > pos
1830 cpos = spec.find('=')
1831 assert cpos == -1 or cpos > pos
/external/mksh/src/
Ddot.mkshrc181 \\builtin typeset -i fl=0 fv=0 fn=0 cpos=0
211 if (( fn && (cpos += dwidth + 1) >= 79 && \
214 (( cpos = dwidth + 1 ))
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c944 int cpos = cpstart; in dStrHex() local
965 buff[cpos++] = ' '; in dStrHex()
969 buff[cpos++] = c; in dStrHex()
971 if (cpos > (cpstart + 15)) { in dStrHex()
974 cpos = cpstart; in dStrHex()
981 if (cpos > cpstart) { in dStrHex()
/external/python/cpython3/Modules/expat/
Dxmlparse.c6382 XML_Content *cpos; in build_model() local
6392 cpos = &ret[1]; in build_model()
6394 build_node(parser, 0, ret, &cpos, &str); in build_model()
/external/python/cpython2/Modules/expat/
Dxmlparse.c6382 XML_Content *cpos; in build_model() local
6392 cpos = &ret[1]; in build_model()
6394 build_node(parser, 0, ret, &cpos, &str); in build_model()
/external/expat/lib/
Dxmlparse.c7133 XML_Content *cpos; in build_model() local
7143 cpos = &ret[1]; in build_model()
7145 build_node(parser, 0, ret, &cpos, &str); in build_model()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...