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.md186 The reason for this is (hopefully!) not a bug in fdsan, and will commonly be seen when tracking dow…
360 ### Frequently seen bugs
/bionic/libc/tzcode/
Dlocaltime.c2060 char seen[TZ_MAX_TYPES]; in time1() local
2091 seen[i] = false; in time1()
2094 if (!seen[sp->types[i]]) { in time1()
2095 seen[sp->types[i]] = true; in time1()