/external/eigen/Eigen/src/misc/ |
lapacke_mangling.h | 7 #elif defined(LAPACK_GLOBAL_PATTERN_UC) || defined(UPPER)
|
/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.27/gas/testsuite/gas/elf/ |
file.d | 12 0+ l[ ]*df \*ABS\*[ ]+0+ UPPER
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/ |
file.d | 12 0+ l[ ]*df \*ABS\*[ ]+0+ UPPER
|
/external/turbine/java/com/google/turbine/bytecode/sig/ |
Sig.java | 71 /** A single class upper-bound, or {@code null}. */ 77 /** Interface upper-bounds. */ 160 /** An upper-bounded wildcard. */ 161 UPPER 173 /** An upper-bounded wildcard. */ 182 /** The upper bound. */ 189 return BoundKind.UPPER;
|
SigWriter.java | 112 case UPPER:
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CollationKey.java | 108 * Upper bound that will match strings of exact size 110 public static final int UPPER = 1; 113 * Upper bound that will match all the strings that have the same 366 * between upper and lower bounds. For example, if bounds are produced 367 * for a sortkey of string "smith", strings between upper and lower 370 * There are two upper bounds that can be produced. If BoundMode.UPPER 382 * produces a lower inclusive bound, BoundMode.UPPER, that 383 * produces upper bound that matches strings of the same 448 case BoundMode.UPPER: // = [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollationKey.java | 110 * Upper bound that will match strings of exact size 113 public static final int UPPER = 1; 116 * Upper bound that will match all the strings that have the same 376 * between upper and lower bounds. For example, if bounds are produced 377 * for a sortkey of string "smith", strings between upper and lower 380 * There are two upper bounds that can be produced. If BoundMode.UPPER 392 * produces a lower inclusive bound, BoundMode.UPPER, that 393 * produces upper bound that matches strings of the same 459 case BoundMode.UPPER: // = [all...] |
/external/turbine/java/com/google/turbine/type/ |
Type.java | 247 UPPER, 264 /** An upper-bounded wildcard type. */ 275 /** The upper bound. */ 288 return BoundKind.UPPER;
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
BytecodeBinder.java | 63 case UPPER:
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
GridModel.java | 53 private static final int UPPER = 0x00; 57 private static final int UPPER_LEFT = UPPER | LEFT; 58 private static final int UPPER_RIGHT = UPPER | RIGHT; 666 cornerValue |= UPPER;
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
GridModel.java | 52 private static final int UPPER = 0x00; 56 private static final int UPPER_LEFT = UPPER | LEFT; 57 private static final int UPPER_RIGHT = UPPER | RIGHT; 648 cornerValue |= UPPER;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCaseProps.java | 194 if(getTypeFromProps(props)>=UPPER) { 461 /** @return NONE, LOWER, UPPER, TITLE */ 830 if(getTypeFromProps(props)>=UPPER) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCaseProps.java | 190 if(getTypeFromProps(props)>=UPPER) { 457 /** @return NONE, LOWER, UPPER, TITLE */ 826 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/turbine/java/com/google/turbine/types/ |
Canonicalize.java | 283 case UPPER: 344 case UPPER:
|
/external/cblas/testing/ |
c_cblat2.f | [all...] |
c_dblat2.f | [all...] |
c_sblat2.f | [all...] |
c_zblat2.f | [all...] |
/external/eigen/blas/testing/ |
cblat2.f | [all...] |
dblat2.f | [all...] |