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

  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 36 #define UPPER(a) (((a)>>16) & 0xFFFF)
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 32 * The Unicode points {@code 00c1} and {@code 00e1} are the upper- and
38 private static final String UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
47 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
48 assertEquals(UPPER, Ascii.toUpperCase(UPPER));
73 for (char c : UPPER.toCharArray()) {
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 38 #define UPPER(a) (((a)>>16) & 0xFFFF)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 128 // The types K and V provide upper bounds on the number of valid keys
188 // We are going to pack a value and the upper part of a key (or a
189 // whole key) into an entry of type T. The UPPER type is for the
190 // upper part of a key, after the key has been masked and shifted
192 typedef T UPPER;
197 // Otherwise kHashbits determines where in a K to find the upper
200 static UPPER KeyToUpper(K k) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 128 // The types K and V provide upper bounds on the number of valid keys
186 // We are going to pack a value and the upper part of a key (or a
187 // whole key) into an entry of type T. The UPPER type is for the
188 // upper part of a key, after the key has been masked and shifted
190 typedef T UPPER;
195 // Otherwise kHashbits determines where in a K to find the upper
198 static UPPER KeyToUpper(K k) {
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 38 #define UPPER(a) (((a)>>16) & 0xFFFF)
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 135 final String UPPER = "NJLJ";
142 verifyWordLimits(UPPER, 1, 0, 4);
  /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/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
zblat3.f     [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 294 #define UPPER (toupper(*ctxt->input->cur))
    [all...]
  /external/libxml2/
HTMLparser.c 297 #define UPPER (toupper(*ctxt->input->cur))
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 359 milliseconds