Searched refs:it (Results 1 – 25 of 35) sorted by relevance
12
1 # Android has this, but there are no docs for it; it seems somehow related to Ninja?
12 /* i'm not sure this is right, or whether it does anything13 the docs say that it's only used to verify that the entry
275 for (auto it = v.begin(); it != v.end(); ++it) { in TEST_F() local276 sum += *it; in TEST_F()
27 # dlmalloc is fragile enough that it isn't worth the risk to try to make it36 # it dangerously to avoid this exemption.56 # i.e. it has to convert its second argument to a 8-bit type, which can result
22 # Don't break strings to make it easier to grep for error messages.
14 non-secure OS has booted. This port should be used by most apps as it can offer19 supports it.24 write operations from succeeding, but it cannot modify on-disk data.28 different ports, as it is device specific which ports share file systems.92 complete it uses three block sets (the same storage format as the free set106 - Active Transaction state after creating a new file and writing one byte to it.
674 for (auto it = sessions_.begin(); it != sessions_.end();) { in DeactivateFilesystem() local675 auto session = it->lock(); in DeactivateFilesystem()677 it = sessions_.erase(it); in DeactivateFilesystem()684 ++it; in DeactivateFilesystem()
49 $(warning This makefile should not be invoked directly, please include it in a larger build system.)