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

  /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
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
50 $LOWER = 13;
62 my @lower;
137 $lower[$code] = &make_hex ($fields[$CASE_LOWER]);
205 $lower[$code] = pack ("U", $code);
210 $lower[$code] = make_hex ($fields[$LOWER]);
218 $lower[$code] = pack ("U", hex ($fields[$LOWER]));
219 $title[$code] = make_hex ($fields[$LOWER]);
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 250 macro won't warn if the VALUE is unsigned and the LOWER bound is
251 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
252 bound *is* evaluated twice, and LOWER must not be greater than
255 #define IN_RANGE(VALUE, LOWER, UPPER) \
256 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
257 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
564 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 250 macro won't warn if the VALUE is unsigned and the LOWER bound is
251 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
252 bound *is* evaluated twice, and LOWER must not be greater than
255 #define IN_RANGE(VALUE, LOWER, UPPER) \
256 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
257 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
564 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 250 macro won't warn if the VALUE is unsigned and the LOWER bound is
251 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
252 bound *is* evaluated twice, and LOWER must not be greater than
255 #define IN_RANGE(VALUE, LOWER, UPPER) \
256 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
257 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
564 between 2.95 and 3.0. Let's use 3.0 as the lower bound for now. */
  /external/bison/tests/
testsuite     [all...]

Completed in 173 milliseconds