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

/bionic/libc/kernel/tools/
H A Dclean_header.py127 blocks = parser.parseFile(full_path)
137 blocks.replaceTokens(kernel_arch_token_replacements[arch])
139 blocks.optimizeMacros(macros)
140 blocks.optimizeIf01()
141 blocks.removeVarsAndFuncs(statics)
142 blocks.replaceTokens(kernel_token_replacements)
143 blocks.removeMacroDefines(kernel_ignored_macros)
147 blocks.writeWithWarning(out, kernel_warning, 4)
H A Dcpp.py974 - directive blocks: contain the tokens of a single pre-processor
976 - text blocks, contain the tokens of non-directive blocks
1103 # removeWhiteSpace() will sometimes creates non-directive blocks
1104 # without any tokens. These come from blocks that only contained
1188 """A convenience class used to hold and process a list of blocks.
1190 It calls the cpp parser to get the blocks.
1193 def __init__(self, blocks):
1194 self.blocks = blocks
[all...]
/bionic/libc/kernel/uapi/linux/mmc/
H A Dioctl.h32 unsigned int blocks; member in struct:mmc_ioc_cmd
/bionic/libc/kernel/uapi/linux/
H A Dv4l2-common.h51 __u32 blocks; member in struct:v4l2_edid
H A Dcramfs_fs.h44 __u32 blocks; member in struct:cramfs_info
H A Dfuse.h30 uint64_t blocks; member in struct:fuse_attr
50 uint64_t blocks; member in struct:fuse_kstatfs
H A Dsoundcard.h450 int blocks; member in struct:count_info

Completed in 94 milliseconds