Searched refs:BlockList (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/tools/
H A Dcpp.py270 """Parse a list of text lines into a BlockList object."""
278 """Parse a file into a BlockList object."""
979 of Block objects (grouped in a BlockList object for convenience)
1187 class BlockList(object): class in inherits:object
1210 """Dump all the blocks in current BlockList."""
1218 """Remove the code between #if 0 .. #endif in a BlockList."""
1222 """Remove known defined and undefined macros from a BlockList."""
1228 """Remove known macro definitions from a BlockList."""
1237 """Return the list of included files in a BlockList."""
1437 """A class that converts an input source file into a BlockList objec
[all...]

Completed in 6 milliseconds