Lines Matching refs:content
51 spec = response.content
87 spec = response.content
97 spec_ext = response_ext.content
216 # TODO: delete this once ODS can support dialect-specific content
224 # TODO: delete this once ODS can support dialect-specific content
239 # TODO: delete this once ODS can support dialect-specific content
264 # TODO: delete this once ODS can support dialect-specific content
463 content = f.read()
465 content = content.split(AUTOGEN_OPCODE_SECTION_MARKER)
469 k[len(prefix) :] for k in re.findall(prefix + r"\w+", content[1])
520 content = f.read()
522 content = content.split(AUTOGEN_OPCODE_SECTION_MARKER)
523 assert len(content) == 3
528 k[len(prefix) :] for k in re.findall(prefix + r"\w+", content[1])
542 content = (
543 content[0]
549 + content[2]
553 f.write(content)
565 content = f.read()
567 content = content.split(AUTOGEN_ENUM_SECTION_MARKER)
568 assert len(content) == 3
575 for k in re.findall(prefix + r"\w+" + suffix, content[1])
595 content = (
596 content[0]
602 + content[2]
606 f.write(content)
962 content = f.read()
965 ops = content.split(AUTOGEN_OP_DEF_SEPARATOR)
1013 content = AUTOGEN_OP_DEF_SEPARATOR.join(op_defs)
1016 f.write(content)