HomeSort by relevance Sort by last modified time
    Searched refs:lpos (Results 1 - 15 of 15) sorted by null

  /external/kmod/libkmod/
libkmod-config.c 733 struct kmod_list *lpos, *tmp; local
744 kmod_list_foreach(lpos, *list) {
745 cf = lpos->data;
766 if (lpos == NULL)
768 else if (lpos == *list)
771 tmp = kmod_list_insert_before(lpos, cf);
778 if (lpos == NULL || lpos == *list)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 172 lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 166 lpos = 0
167 while amount and s[lpos] == ' ':
168 lpos += 1
174 return s[lpos:rpos+1]
    [all...]
  /external/python/cpython2/Lib/
locale.py 174 lpos = 0
175 while amount and s[lpos] == ' ':
176 lpos += 1
182 return s[lpos:rpos+1]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 172 lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 172 lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 172 lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 172 lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]
    [all...]
  /external/testng/doc/
prettify.js 1003 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));
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 691 uint32_t lpos, uint32_t lneg, uint32_t cstack)
695 uint64_t size = (lpos + lneg) * 32 + cstack;
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 2551 u8 *lpos; local
2612 u8 *lpos; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 111 long lpos; /* Label position. */ member in struct:rcodes_s
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 135 private static final long lpos = 1; field in class:DiagBigDecimalTest
483 TestFmwk.assertTrue("clo005", ((new android.icu.math.BigDecimal(lpos)).toString()).equals("1"));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 134 private static final long lpos = 1; field in class:DiagBigDecimalTest
482 TestFmwk.assertTrue("clo005", ((new com.ibm.icu.math.BigDecimal(lpos)).toString()).equals("1"));
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 430 milliseconds