HomeSort by relevance Sort by last modified time
    Searched refs:upper (Results 201 - 225 of 883) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 45 # convert UPPER CASE letters to lower case
54 # Convert lower case letters to UPPER CASE
55 def upper(s): function
56 """upper(s) -> string
61 return s.upper()
63 # Swap lower case letters and UPPER CASE
67 Return a copy of the string s with upper case characters
419 ''.upper
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 207 s = s.upper()
259 return binascii.hexlify(s).upper()
274 s = s.upper()
stringold.py 45 # convert UPPER CASE letters to lower case
54 # Convert lower case letters to UPPER CASE
55 def upper(s): function
56 """upper(s) -> string
61 return s.upper()
63 # Swap lower case letters and UPPER CASE
67 Return a copy of the string s with upper case characters
419 ''.upper
  /external/opencv/cv/src/
cvsnakes.cpp 206 int upper = MIN( pt[i].y, win.height >> 1 ); local
211 for( j = -upper; j <= bottom; j++ )
246 for( j = -upper; j <= bottom; j++ )
282 for( j = -upper; j <= bottom; j++ )
366 for( j = -upper; j <= bottom; j++ )
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 182 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {}
184 uint32_t upper(void) { return _u; } function in class:Range
190 uint32_t _u; // upper
217 Rational& lower, Rational& upper);
629 // are laid out on a diagonal starting from the upper left corner. With
1119 Rational lower, upper, selected; local
1218 Rational lower, upper, selected; local
    [all...]
  /external/eigen/blas/fortran/
chbmv.f 25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
53 * by n part of the array A must contain the upper triangular
59 * The following program segment will transfer the upper
229 * Form y when upper triangle of A is stored.
ctbmv.f 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
71 * by n part of the array A must contain the upper triangular
77 * The following program segment will transfer an upper
dsbmv.f 25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
53 * by n part of the array A must contain the upper triangular
59 * The following program segment will transfer the upper
223 * Form y when upper triangle of A is stored.
dtbmv.f 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
71 * by n part of the array A must contain the upper triangular
77 * The following program segment will transfer an upper
ssbmv.f 25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
53 * by n part of the array A must contain the upper triangular
59 * The following program segment will transfer the upper
225 * Form y when upper triangle of A is stored.
stbmv.f 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
71 * by n part of the array A must contain the upper triangular
77 * The following program segment will transfer an upper
zhbmv.f 25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
53 * by n part of the array A must contain the upper triangular
59 * The following program segment will transfer the upper
229 * Form y when upper triangle of A is stored.
ztbmv.f 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
71 * by n part of the array A must contain the upper triangular
77 * The following program segment will transfer an upper
  /external/autotest/client/bin/
cpuset.py 425 upper = -2
427 if val != upper+1:
428 if lower == upper:
430 elif lower <= upper:
431 ranges.append('%d-%d' % (lower, upper))
433 upper = val
  /external/v8/test/mjsunit/
escape.js 46 // Check escapes are upper case
77 // Check unescape can cope with upper and lower case
80 // Check upper case U
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 212 // lower and upper index are inclusive
402 final int lower, final int upper) {
409 for (int i = lower; i <= upper; i++) {
418 for (int i = lower; i <= upper; i++) {
  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 9 unsigned short upper; member in struct:__anon35151
236 /* special case because the diff between upper/lower is too big */
244 int base = casemaps[i].upper + (lmask & casemaps[i].lower);
247 return wc + lower - ((wc-casemaps[i].upper)&1);
  /external/autotest/server/cros/network/
netperf_runner.py 279 Bound = collections.namedtuple('Bound', ['lower', 'upper'])
306 'duration_seconds_max': self.duration_seconds_bounds.upper,
308 'throughput_max': self.throughput_bounds.upper,
310 'error_max': self.errors_bounds.upper,
312 'transaction_rate_max': self.transaction_rate_bounds.upper}
  /external/autotest/server/site_tests/display_EdidStress/
display_EdidStress.py 39 return s[i:j].upper()
  /external/autotest/server/site_tests/firmware_TPMExtend/
firmware_TPMExtend.py 31 return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py 190 value = _by_text.get(text.upper())
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
mb.py 210 sc = sc.upper()
  /external/chromium-trace/catapult/third_party/webtest/webtest/
debugapp.py 43 if name.upper() != name:
  /external/deqp/scripts/src_util/
check_include_guards.py 32 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
  /external/dng_sdk/source/
dng_iptc.cpp 677 uint32 upper = ss.Length () - 1; local
679 while (upper > lower)
682 uint32 middle = (upper + lower + 1) >> 1;
700 upper = middle - 1;

Completed in 649 milliseconds

1 2 3 4 5 6 7 891011>>