HomeSort by relevance Sort by last modified time
    Searched refs:lower (Results 226 - 250 of 976) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/markdown/
preprocessors.py 82 return block[1:].replace(">", " ", 1).split()[0].lower()
90 return block.rstrip()[-len(left_tag)-2:-1].lower(), len(block)
201 id = m.group(2).strip().lower()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 218 {"lower", ctype_base::lower},
259 r |= ctype_base::alnum | ctype_base::upper | ctype_base::lower;
262 if (r & (ctype_base::lower | ctype_base::upper))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 206 # unicode because its .lower() is locale insensitive. If the argument
216 input_charset = input_charset.lower().encode('ascii')
243 return self.input_charset.lower()
248 return str(self) == str(other).lower()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 83 key = '/'.join(types).lower()
203 name = name.lower() + '='
206 if p[:n].lower() == name:
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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 206 # unicode because its .lower() is locale insensitive. If the argument
216 input_charset = input_charset.lower().encode('ascii')
243 return self.input_charset.lower()
248 return str(self) == str(other).lower()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 83 key = '/'.join(types).lower()
203 name = name.lower() + '='
206 if p[:n].lower() == name:
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/chromium_org/v8/src/
typing.cc 613 Handle<Type> lower(Type::Intersect(
615 NarrowType(expr, Bounds(lower, upper));
629 // is no 'positive Smi' type for the lower bound, we use the smallest
638 Type* lower = local
639 l.lower->Is(Type::None()) || r.lower->Is(Type::None()) ?
641 l.lower->Is(Type::String()) || r.lower->Is(Type::String()) ?
643 l.lower->Is(Type::Number()) && r.lower->Is(Type::Number())
    [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.

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>