OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY1
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java
25
private static final String
KEY1
= "name";
41
new Annotation(
KEY1
, VALUE1);
46
mAnnotation = new Annotation(
KEY1
, VALUE1);
54
mAnnotation = new Annotation(
KEY1
, VALUE1);
55
assertEquals(
KEY1
, mAnnotation.getKey());
61
mAnnotation = new Annotation(
KEY1
, VALUE1);
69
mAnnotation = new Annotation(
KEY1
, VALUE1);
/frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h
100
bool operator()(const Key&
KEY1
, const Key& KEY2) const
102
return
KEY1
.offset() +
KEY1
.length() < KEY2.offset() ||
103
(
KEY1
.offset() < KEY2.offset() &&
104
(
KEY1
.offset() +
KEY1
.length() < KEY2.offset() + KEY2.length()));
/frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h
137
bool operator() (const Key&
KEY1
, const Key& KEY2) const
139
return (
KEY1
.prototype() == KEY2.prototype()) &&
140
(
KEY1
.symbol() == KEY2.symbol()) &&
141
(
KEY1
.addend() == KEY2.addend());
/external/pixman/test/
glyph-test.c
212
#define
KEY1
(p) ((void *)(((uintptr_t)p) ^ (0xa7e23dfaUL)))
250
void *
key1
=
KEY1
(glyph_img);
local
254
if (!(glyph = pixman_glyph_cache_lookup (cache,
key1
, key2)))
257
pixman_glyph_cache_insert (cache,
key1
, key2, 5, 8, glyph_img);
307
void *
key1
, *key2;
local
309
key1
=
KEY1
(img);
312
pixman_glyph_cache_remove (cache,
key1
, key2);
/cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java
71
private static final String
KEY1
= "
key1
";
96
values.put(COLUMN_KEY_NAME,
KEY1
);
329
assertEquals(
KEY1
, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
777
values.put(COLUMN_KEY_NAME,
KEY1
);
799
assertEquals(
KEY1
, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 205 milliseconds