/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()) {
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCPackedCache.h | 124 // The types K and V provide upper bounds on the number of valid keys 175 // We are going to pack a value and the upper part of a key into 176 // an entry of type T. The UPPER type is for the upper part of a key, 178 typedef T UPPER; 182 static UPPER EntryToUpper(T t) { return t & kUpperMask; } 184 // If v is a V and u is an UPPER then you can create an entry by 185 // doing u | v. kHashbits determines where in a K to find the upper 188 static UPPER KeyToUpper(K k) { 196 static K UpperToPartialKey(UPPER u) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
keysets.pl | 4 $UPPER=0x02; 22 $v|=$UPPER if ($c =~ /[A-Z]/); 41 $v|=$UPPER if ($c =~ /[A-Z]/); 117 #define CONF_UPPER $UPPER
|
/external/openssl/crypto/conf/ |
keysets.pl | 4 $UPPER=0x02; 22 $v|=$UPPER if ($c =~ /[A-Z]/); 41 $v|=$UPPER if ($c =~ /[A-Z]/); 117 #define CONF_UPPER $UPPER
|
/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) {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewWordLimitsTest.java | 135 final String UPPER = "NJLJ"; 142 verifyWordLimits(UPPER, 1, 0, 4);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
OutputStreamWriterTest.java | 37 private static final int UPPER = 0xd800; 456 int upper = UPPER; local 459 upper = 128; 462 upper = 256; 466 for (int c = 0; c < upper; ++c) { 474 for (int expected = 0; expected < upper; ++expected) { 499 int upper = UPPER; local 502 upper = 128 [all...] |
/external/eigen/blas/testing/ |
cblat2.f | [all...] |
dblat2.f | [all...] |
sblat2.f | [all...] |
zblat2.f | [all...] |
dblat3.f | [all...] |
sblat3.f | [all...] |
cblat3.f | [all...] |
zblat3.f | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 261 UPPER. However the bounds themselves can be either positive or 263 #define IN_RANGE(VALUE, LOWER, UPPER) \ 265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 261 UPPER. However the bounds themselves can be either positive or 263 #define IN_RANGE(VALUE, LOWER, UPPER) \ 265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 261 UPPER. However the bounds themselves can be either positive or 263 #define IN_RANGE(VALUE, LOWER, UPPER) \ 265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 261 UPPER. However the bounds themselves can be either positive or 263 #define IN_RANGE(VALUE, LOWER, UPPER) \ 265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_exif.c | 36 #define UPPER(a) (((a)>>16) & 0xFFFF)
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_exif.c | 38 #define UPPER(a) (((a)>>16) & 0xFFFF)
|
/external/eigen/blas/ |
level2_impl.h | 84 func[NOTR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|0, false,ColMajor>::run); 89 func[TR | (LO << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|0, false,RowMajor>::run); 90 func[ADJ | (LO << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|0, Conj, RowMajor>::run); 92 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,ColMajor>::run); 97 func[TR | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,RowMajor>::run); 98 func[ADJ | (LO << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,Conj, RowMajor>::run); 139 func[NOTR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|0, Scalar,false,Scalar,false,ColMajor>::run); 144 func[TR | (LO << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|0, Scalar,false,Scalar,false,RowMajor>::run); 145 func[ADJ | (LO << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|0, Scalar,Conj, Scalar,false,RowMajor>::run); 147 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|UnitDiag,Scalar,false,Scalar,false,ColMajor>::run) [all...] |