HomeSort by relevance Sort by last modified time
    Searched refs:UPPER (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 33 * The Unicode points {@code 00c1} and {@code 00e1} are the upper- and
39 private static final String UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
42 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
49 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
50 assertSame(UPPER, Ascii.toUpperCase(UPPER));
76 for (char c : UPPER.toCharArray()) {
128 assertTrue(Ascii.equalsIgnoreCase(LOWER, UPPER));
129 assertTrue(Ascii.equalsIgnoreCase(UPPER, LOWER));
  /external/libcap/contrib/
pcaps4convenience 141 let UPPER=${#APPSARRAY[*]}-1
142 until [ $COUNTER == $UPPER ]; do
152 let UPPER=${#APPSARRAY[*]}-1
153 until [ $COUNTER == $UPPER ]; do
pcaps4suid0 158 let UPPER=${#APPSARRAY[*]}-1
159 until [ $COUNTER == $UPPER ]; do
169 let UPPER=${#APPSARRAY[*]}-1
170 until [ $COUNTER == $UPPER ]; do
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
file.d 14 0+ l[ ]*df \*ABS\*[ ]+0+ UPPER
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
file.d 15 0+ l[ ]*df \*ABS\*[ ]+0+ UPPER
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 106 * Upper bound that will match strings of exact size
108 public static final int UPPER = 1;
111 * Upper bound that will match all the strings that have the same
359 * between upper and lower bounds. For example, if bounds are produced
360 * for a sortkey of string "smith", strings between upper and lower
363 * There are two upper bounds that can be produced. If BoundMode.UPPER
375 * produces a lower inclusive bound, BoundMode.UPPER, that
376 * produces upper bound that matches strings of the same
441 case BoundMode.UPPER: // =
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 108 * Upper bound that will match strings of exact size
111 public static final int UPPER = 1;
114 * Upper bound that will match all the strings that have the same
370 * between upper and lower bounds. For example, if bounds are produced
371 * for a sortkey of string "smith", strings between upper and lower
374 * There are two upper bounds that can be produced. If BoundMode.UPPER
386 * produces a lower inclusive bound, BoundMode.UPPER, that
387 * produces upper bound that matches strings of the same
453 case BoundMode.UPPER: // =
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 82 UPPER,
policy_compiler.cc 302 // this by independently testing the upper and lower 32-bits and continuing to
304 return MaskedEqualHalf(argno, width, mask, value, ArgHalf::UPPER,
317 if (width == 4 && half == ArgHalf::UPPER) {
318 // Special logic for sanity checking the upper 32-bits of 32-bit system
324 const uint32_t upper = SECCOMP_ARG_MSB_IDX(argno); local
328 // On 32-bit platforms, the upper 32-bits should always be 0:
329 // LDW [upper]
333 upper,
338 // On 64-bit platforms, the upper 32-bits may be 0 or ~0; but we only allow
340 // LDW [upper]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 191 if(getTypeFromProps(props)>=UPPER) {
457 /** @return NONE, LOWER, UPPER, TITLE */
817 if(getTypeFromProps(props)>=UPPER) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 187 if(getTypeFromProps(props)>=UPPER) {
453 /** @return NONE, LOWER, UPPER, TITLE */
813 if(getTypeFromProps(props)>=UPPER) {
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 49 private int[] mUplo = {ScriptIntrinsicBLAS.UPPER,
190 if (Uplo != ScriptIntrinsicBLAS.UPPER &&
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 36 private static final int UPPER = 0xd800;
455 int upper = UPPER; local
458 upper = 128;
461 upper = 256;
465 for (int c = 0; c < upper; ++c) {
473 for (int expected = 0; expected < upper; ++expected) {
498 int upper = UPPER; local
501 upper = 128
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_dblat2.f     [all...]
c_sblat2.f     [all...]
c_zblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat3.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
zblat2.f     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 275 UPPER. However the bounds themselves can be either positive or
277 #define IN_RANGE(VALUE, LOWER, UPPER) \
279 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java     [all...]

Completed in 1330 milliseconds

1 2 3