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

1 2 3

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 41 #define UPPER(a) (((a)>>16) & 0xFFFF)
  /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/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...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 41 #define UPPER(a) (((a)>>16) & 0xFFFF)
  /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;
  /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;
  /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...]
  /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...]
  /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;
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]

Completed in 1277 milliseconds

1 2 3