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

1 2

  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 37 private static final String LOWER = "abcdefghijklmnopqrstuvwxyz";
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
42 assertEquals(LOWER, Ascii.toLowerCase(LOWER));
47 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
63 for (char c : LOWER.toCharArray()) {
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 5 $LOWER=0x04;
23 $v|=$LOWER if ($c =~ /[a-z]/);
42 $v|=$LOWER if ($c =~ /[a-z]/);
118 #define CONF_LOWER $LOWER
  /external/openssl/crypto/conf/
keysets.pl 5 $LOWER=0x04;
23 $v|=$LOWER if ($c =~ /[a-z]/);
42 $v|=$LOWER if ($c =~ /[a-z]/);
118 #define CONF_LOWER $LOWER
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 134 final String LOWER = "njlj";
141 verifyWordLimits(LOWER, 1, 0, 4);
263 // Valid selection - Letter, Lower
  /libcore/luni/src/main/java/java/util/
TreeMap.java 205 LOWER,
223 case LOWER:
232 return LOWER;
286 case LOWER:
306 * nearest nodes, one lower and one higher.
311 case LOWER:
327 } else { // comparison > 0, nearest.key is lower
329 case LOWER:
636 return immutableCopy(find(key, LOWER));
640 Entry<K, V> entry = find(key, LOWER);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 258 macro won't warn if the VALUE is unsigned and the LOWER bound is
259 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
260 bound *is* evaluated twice, and LOWER must not be greater than
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
264 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
623 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 258 macro won't warn if the VALUE is unsigned and the LOWER bound is
259 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
260 bound *is* evaluated twice, and LOWER must not be greater than
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
264 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
623 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 258 macro won't warn if the VALUE is unsigned and the LOWER bound is
259 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
260 bound *is* evaluated twice, and LOWER must not be greater than
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
264 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
623 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 258 macro won't warn if the VALUE is unsigned and the LOWER bound is
259 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
260 bound *is* evaluated twice, and LOWER must not be greater than
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
264 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
623 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 35 #define LOWER(a) ((a) & 0xFFFF)
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 37 #define LOWER(a) ((a) & 0xFFFF)
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 515 PRFileDesc * osfd = ss->fd->lower;
    [all...]
  /external/eigen/blas/
level2_impl.h 85 func[TR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|0, false,RowMajor>::run);
86 func[ADJ | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|0, Conj, RowMajor>::run);
88 func[NOTR | (LO << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|0, false,ColMajor>::run);
93 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,RowMajor>::run);
94 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,Conj, RowMajor>::run);
96 func[NOTR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,ColMajor>::run);
140 func[TR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|0, Scalar,false,Scalar,false,RowMajor>::run);
141 func[ADJ | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|0, Scalar,Conj, Scalar,false,RowMajor>::run);
143 func[NOTR | (LO << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|0, Scalar,false,Scalar,false,ColMajor>::run);
148 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|UnitDiag,Scalar,false,Scalar,false,RowMajor>::run)
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
cblat3.f     [all...]
zblat3.f     [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 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 4278 milliseconds

1 2