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

1 2 3

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 40 #define LOWER(a) ((a) & 0xFFFF)
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 38 private static final String LOWER = "abcdefghijklmnopqrstuvwxyz";
42 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
43 assertSame(LOWER, Ascii.toLowerCase(LOWER));
49 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
66 for (char c : LOWER.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 103 * Lower bound
105 public static final int LOWER = 0;
366 * between upper and lower bounds. For example, if bounds are produced
367 * for a sortkey of string "smith", strings between upper and lower
381 * @param boundType Mode of bound required. It can be BoundMode.LOWER, which
382 * produces a lower inclusive bound, BoundMode.UPPER, that
445 case BoundMode.LOWER: // = 0
446 // Lower bound just gets terminated. No extra bytes
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 104 * Lower bound
107 public static final int LOWER = 0;
376 * between upper and lower bounds. For example, if bounds are produced
377 * for a sortkey of string "smith", strings between upper and lower
391 * @param boundType Mode of bound required. It can be BoundMode.LOWER, which
392 * produces a lower inclusive bound, BoundMode.UPPER, that
456 case BoundMode.LOWER: // = 0
457 // Lower bound just gets terminated. No extra bytes
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 40 #define LOWER(a) ((a) & 0xFFFF)
  /external/turbine/java/com/google/turbine/bytecode/sig/
Sig.java 158 /** A lower-bounded wildcard. */
159 LOWER,
193 /** An lower-bounded wildcard. */
202 /** The lower bound. */
209 return BoundKind.LOWER;
  /external/turbine/java/com/google/turbine/type/
Type.java 248 LOWER
292 /** An lower-bounded wildcard type. */
303 /** The lower bound. */
311 return BoundKind.LOWER;
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 53 private static final int LOWER = 0x01;
58 private static final int LOWER_LEFT = LOWER | LEFT;
59 private static final int LOWER_RIGHT = LOWER | RIGHT;
368 * lower-right corner, whether it is possible that the position is the nearest to the
650 cornerValue |= LOWER;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 210 if(getTypeFromProps(props)==LOWER) {
226 if(getTypeFromProps(props)==LOWER) {
461 /** @return NONE, LOWER, UPPER, TITLE */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 206 if(getTypeFromProps(props)==LOWER) {
222 if(getTypeFromProps(props)==LOWER) {
457 /** @return NONE, LOWER, UPPER, TITLE */
    [all...]
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 54 private static final int LOWER = 0x01;
59 private static final int LOWER_LEFT = LOWER | LEFT;
60 private static final int LOWER_RIGHT = LOWER | RIGHT;
371 * lower-right corner, whether it is possible that the position is the nearest to the
668 cornerValue |= LOWER;
  /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...]
sblat3.f     [all...]

Completed in 708 milliseconds

1 2 3