Home
last modified time | relevance | path

Searched refs:lpos (Results 1 – 13 of 13) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DPrefixReferenceScanner.java152 int lpos = typeDesc.lastIndexOf('[') + 1; in typeReference() local
153 if (typeDesc.charAt(lpos) == 'L') { in typeReference()
155 classReference(typeDesc.substring(lpos, typeDesc.length() - 1)); in typeReference()
158 checkArgument(typeDesc.length() == lpos + 1, typeDesc); in typeReference()
159 switch (typeDesc.charAt(lpos)) { in typeReference()
/external/kmod/libkmod/
Dlibkmod-config.c733 struct kmod_list *lpos, *tmp; in conf_files_insert_sorted() local
744 kmod_list_foreach(lpos, *list) { in conf_files_insert_sorted()
745 cf = lpos->data; in conf_files_insert_sorted()
766 if (lpos == NULL) in conf_files_insert_sorted()
768 else if (lpos == *list) in conf_files_insert_sorted()
771 tmp = kmod_list_insert_before(lpos, cf); in conf_files_insert_sorted()
778 if (lpos == NULL || lpos == *list) in conf_files_insert_sorted()
/external/testng/doc/
Dprettify.js1003 var lpos = ls.lastIndexOf('&');
1004 if (lpos < 0) { lpos = ls.length - 1; }
1005 var lc = decodeHelper.decode(ls, lpos);
1008 lpos = ls.length;
1017 tokensOut.push(new PR_Token(fs.substring(fpos, lpos), PR_PLAIN));
1024 tokens.push(new PR_Token(ls.substring(0, lpos), PR_PLAIN));
1030 tokensOut.push(new PR_Token(ls.substring(lpos, ls.length), PR_PLAIN));
/external/python/cpython2/Lib/
Dlocale.py174 lpos = 0
175 while amount and s[lpos] == ' ':
176 lpos += 1
182 return s[lpos:rpos+1]
/external/python/cpython3/Lib/
Dlocale.py170 lpos = 0
171 while amount and s[lpos] == ' ':
172 lpos += 1
178 return s[lpos:rpos+1]
/external/u-boot/drivers/usb/dwc3/
Dcore.c199 evt->lpos = 0; in dwc3_event_buffers_setup()
221 evt->lpos = 0; in dwc3_event_buffers_cleanup()
Dcore.h390 unsigned int lpos; member
Dgadget.c2458 event.raw = *(u32 *) (evt->buf + evt->lpos); in dwc3_process_event_buf()
2471 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE; in dwc3_process_event_buf()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c720 uint32_t lpos, uint32_t lneg, uint32_t cstack) in nvc0_screen_resize_tls_area() argument
724 uint64_t size = (lpos + lneg) * 32 + cstack; in nvc0_screen_resize_tls_area()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2576 u8 *lpos; in p2p_assoc_req_ie_wlan_ap() local
2605 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie_wlan_ap()
2618 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie_wlan_ap()
2637 u8 *lpos; in p2p_assoc_req_ie() local
2675 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie()
2681 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java140 private static final long lpos = 1; field in DiagBigDecimalTest
488 … TestFmwk.assertTrue("clo005", ((new android.icu.math.BigDecimal(lpos)).toString()).equals("1")); in diagconstructors()
4278 … TestFmwk.assertTrue("val012", (android.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1")); in diagvalueof()
4282 …TestFmwk.assertTrue("val016", (android.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals("1")… in diagvalueof()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java137 private static final long lpos = 1; field in DiagBigDecimalTest
485 … TestFmwk.assertTrue("clo005", ((new com.ibm.icu.math.BigDecimal(lpos)).toString()).equals("1")); in diagconstructors()
4275 … TestFmwk.assertTrue("val012", (com.ibm.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1")); in diagvalueof()
4279 …TestFmwk.assertTrue("val016", (com.ibm.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals("1")… in diagvalueof()
/external/mksh/src/
Dcheck.t10528 typeset -i lpos
10533 lpos=0
10534 while (( lpos < ${#line} )); do
10535 wc=1#${line:(lpos++):1}