OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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()) {
/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/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) {
/hardware/qcom/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);
/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
...]
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
294
#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/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 1009 milliseconds