/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
|
/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 | 218 UPPER, 235 /** An upper-bounded wildcard type. */ 243 /** The upper bound. */ 249 return BoundKind.UPPER;
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
IntrinsicBLAS.java | 49 private int[] mUplo = {ScriptIntrinsicBLAS.UPPER, 190 if (Uplo != ScriptIntrinsicBLAS.UPPER && [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...] |
c_sblat3.f | [all...] |
c_zblat3.f | [all...] |
/external/eigen/blas/testing/ |
cblat2.f | [all...] |
dblat2.f | [all...] |
sblat2.f | [all...] |
zblat2.f | [all...] |
dblat3.f | [all...] |
/external/turbine/java/com/google/turbine/types/ |
Canonicalize.java | 311 case UPPER: 370 case UPPER:
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
BytecodeBinder.java | 81 case UPPER:
|