OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOMBSTONE
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/lang/
ThreadLocal.java
154
private static final Object
TOMBSTONE
= new Object();
209
if (k == null || k ==
TOMBSTONE
) {
226
table[i] =
TOMBSTONE
;
228
fromParent.table[i] =
TOMBSTONE
;
273
if (k ==
TOMBSTONE
|| k == null) {
283
table[index] =
TOMBSTONE
;
338
if (k == null || k ==
TOMBSTONE
) {
383
// Keep track of first
tombstone
. That's where we want to go back
405
// Go back and replace first
tombstone
.
413
// Remember first
tombstone
[
all
...]
/external/pixman/pixman/
pixman-glyph.c
37
#define
TOMBSTONE
((glyph_t *)0x1)
105
if (g !=
TOMBSTONE
&&
131
} while (*loc && *loc !=
TOMBSTONE
);
133
if (*loc ==
TOMBSTONE
)
150
cache->glyphs[idx & HASH_MASK] =
TOMBSTONE
;
157
while (cache->glyphs[idx & HASH_MASK] ==
TOMBSTONE
)
175
if (glyph && glyph !=
TOMBSTONE
)
Completed in 404 milliseconds