Home
last modified time | relevance | path

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

/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/wpa_supplicant_8/src/p2p/
Dp2p.c2523 u8 *lpos; in p2p_assoc_req_ie_wlan_ap() local
2552 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie_wlan_ap()
2565 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie_wlan_ap()
2584 u8 *lpos; in p2p_assoc_req_ie() local
2622 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie()
2628 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp2305 return b.lpos() - a.lpos(); in operator -()
Dmat.hpp2793 ptrdiff_t lpos() const;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java152 private static final long lpos = (long) 1; field in DiagBigDecimal
712 (new Test("clo005")).ok = ((new android.icu.math.BigDecimal(lpos)).toString()).equals("1"); in diagconstructors()
4518 (new Test("val012")).ok=(android.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1"); in diagvalueof()
4522 … (new Test("val016")).ok=(android.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals("1"); in diagvalueof()
/external/opencv3/modules/core/src/
Dmatrix.cpp4471 ptrdiff_t MatConstIterator::lpos() const in lpos() function in cv::MatConstIterator
4526 ofs += lpos(); in seek()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java148 private static final long lpos = (long) 1; field in DiagBigDecimal
708 (new Test("clo005")).ok = ((new com.ibm.icu.math.BigDecimal(lpos)).toString()).equals("1"); in diagconstructors()
4514 (new Test("val012")).ok=(com.ibm.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1"); in diagvalueof()
4518 … (new Test("val016")).ok=(com.ibm.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals("1"); in diagvalueof()
/external/mksh/src/
Dcheck.t9320 typeset -i lpos
9325 lpos=0
9326 while (( lpos < ${#line} )); do
9327 wc=1#${line:(lpos++):1}