Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 4 of 4) sorted by relevance

/bionic/benchmarks/linker_relocation/regen/
Dcommon_types.py181 seen: Set[LoadedLibrary] = set()
184 if lib in seen: continue
185 seen.add(lib)
/bionic/docs/
Ddefines.md13 seen on Android devices, it is possible to use bionic on the host too.
Dfdsan.md190 The reason for this is (hopefully!) not a bug in fdsan, and will commonly be seen when tracking dow…
364 ### Frequently seen bugs
/bionic/libc/tzcode/
Dlocaltime.c2263 char seen[TZ_MAX_TYPES]; in time1() local
2294 seen[i] = false; in time1()
2297 if (!seen[sp->types[i]] && !ttunspecified(sp, sp->types[i])) { in time1()
2298 seen[sp->types[i]] = true; in time1()