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

/bionic/libc/kernel/tools/
H A Dclean_header.py60 blocks = cpp.BlockParser().parseFile(path)
61 if not blocks:
69 blocks.optimizeMacros( macros )
70 blocks.optimizeIf01()
71 blocks.removeVarsAndFuncs( statics )
72 blocks.replaceTokens( kernel_token_replacements )
73 blocks.removeComments()
74 blocks.removeMacroDefines( kernel_ignored_macros )
75 blocks.removeWhiteSpace()
79 blocks
[all...]
H A Dcpp.py1532 - directive blocks: contain the tokens of a single pre-processor directive (e.g. #if)
1533 - text blocks, contain the tokens of non-directive blocks
1670 # removeWhiteSpace() will sometimes creates non-directive blocks
1671 # without any tokens. These come from blocks that only contained
1740 """a convenience class used to hold and process a list of blocks returned by
1742 def __init__(self,blocks):
1743 self.blocks = blocks
1746 return len(self.blocks)
[all...]
/bionic/libc/kernel/common/linux/mmc/
H A Dmmc.h77 unsigned int blocks; member in struct:mmc_data
/bionic/libc/kernel/common/linux/
H A Dnfs_xdr.h50 __u32 blocks; member in struct:nfs_fattr::__anon399::__anon400
107 __u32 blocks; member in struct:nfs2_fsstat
H A Dsoundcard.h452 int blocks; member in struct:count_info

Completed in 72 milliseconds