/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
robotparser.py | 108 line[0] = line[0].strip().lower() 189 # split the name token and make it lower case 190 useragent = useragent.split("/")[0].lower() 195 agent = agent.lower()
|
/external/bison/build-aux/ |
depcomp | 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 115 lower=abcdefghijklmnopqrstuvwxyz 117 alpha=${upper}${lower} 464 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
|
/external/chromium_org/third_party/skia/src/core/ |
SkMath.cpp | 424 SkFixed lower = table[index]; local 427 SkASSERT(lower < upper); 428 SkASSERT(lower >= 0); 432 return lower + ((upper - lower) * partial255 >> 8);
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 93 MCInstLowering.Lower(I, TmpInst0); 213 StringRef(MipsInstPrinter::getRegisterName(stackReg)).lower() + 215 StringRef(MipsInstPrinter::getRegisterName(returnReg)).lower()); 347 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); 352 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); 476 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).lower();
|
/external/skia/src/core/ |
SkMath.cpp | 424 SkFixed lower = table[index]; local 427 SkASSERT(lower < upper); 428 SkASSERT(lower >= 0); 432 return lower + ((upper - lower) * partial255 >> 8);
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 184 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {} 185 uint32_t lower(void) { return _l; } function in class:Range 191 uint32_t _l; // lower 219 Rational& lower, Rational& upper); 1122 Rational lower, upper, selected; local 1221 Rational lower, upper, selected; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 178 data.sort(key=str.lower) 179 copy.sort(cmp=lambda x,y: cmp(x.lower(), y.lower())) 199 data.sort(cmp=compare, key=str.lower) 204 self.assertRaises(TypeError, data.sort, "bad", str.lower)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 178 data.sort(key=str.lower) 179 copy.sort(cmp=lambda x,y: cmp(x.lower(), y.lower())) 199 data.sort(cmp=compare, key=str.lower) 204 self.assertRaises(TypeError, data.sort, "bad", str.lower)
|
/external/chromium_org/base/win/ |
pe_image.cc | 203 PDWORD lower = names; local 208 while (lower != upper) { 209 PDWORD middle = lower + (upper - lower) / 2; 217 lower = middle; 222 lower = middle + 1; 234 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
|
/external/chromium_org/ui/gl/ |
generate_bindings.py | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unames.c | 1535 char upper[120], lower[120]; local [all...] |
/external/icu4c/common/ |
unames.cpp | 1541 char upper[120], lower[120]; local [all...] |
/external/eigen/blas/ |
chbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 71 * by n part of the array A must contain the lower triangular 77 * The following program segment will transfer the lower 269 * Form y when lower triangle of A is stored.
|
chpr.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 67 * contain the lower triangular part of the hermitian matrix 71 * AP is overwritten by the lower triangular part of the 179 * Form A when lower triangle is stored in AP.
|
chpr2.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 78 * contain the lower triangular part of the hermitian matrix 82 * AP is overwritten by the lower triangular part of the 208 * Form A when lower triangle is stored in AP.
|
ctbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 25 * lower triangular matrix as follows: 29 * UPLO = 'L' or 'l' A is a lower triangular matrix. 89 * by n part of the array A must contain the lower triangular 95 * The following program segment will transfer a lower
|
dsbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 71 * by n part of the array A must contain the lower triangular 77 * The following program segment will transfer the lower 263 * Form y when lower triangle of A is stored.
|
dspr2.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 78 * contain the lower triangular part of the symmetric matrix 82 * AP is overwritten by the lower triangular part of the 194 * Form A when lower triangle is stored in AP.
|
dtbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 25 * lower triangular matrix as follows: 29 * UPLO = 'L' or 'l' A is a lower triangular matrix. 89 * by n part of the array A must contain the lower triangular 95 * The following program segment will transfer a lower
|
ssbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 71 * by n part of the array A must contain the lower triangular 77 * The following program segment will transfer the lower 265 * Form y when lower triangle of A is stored.
|
sspr2.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 78 * contain the lower triangular part of the symmetric matrix 82 * AP is overwritten by the lower triangular part of the 194 * Form A when lower triangle is stored in AP.
|
stbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 25 * lower triangular matrix as follows: 29 * UPLO = 'L' or 'l' A is a lower triangular matrix. 89 * by n part of the array A must contain the lower triangular 95 * The following program segment will transfer a lower
|
zhbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 71 * by n part of the array A must contain the lower triangular 77 * The following program segment will transfer the lower 269 * Form y when lower triangle of A is stored.
|
zhpr.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 67 * contain the lower triangular part of the hermitian matrix 71 * AP is overwritten by the lower triangular part of the 179 * Form A when lower triangle is stored in AP.
|
zhpr2.f | 25 * On entry, UPLO specifies whether the upper or lower 32 * UPLO = 'L' or 'l' The lower triangular part of A is 78 * contain the lower triangular part of the hermitian matrix 82 * AP is overwritten by the lower triangular part of the 208 * Form A when lower triangle is stored in AP.
|