OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootwriter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
ModuleNode.py
299
rootwriter
= Annotate.AnnotationCCodeWriter()
302
rootwriter
= Code.CCodeWriter(emit_linenums=emit_linenums, c_line_in_traceback=options.c_line_in_traceback)
303
globalstate = Code.GlobalState(
rootwriter
, self, emit_linenums, options.common_utility_include_dir)
350
rootwriter
.copyto(f)
355
self._serialize_lineno_map(env,
rootwriter
)
357
self._generate_annotations(
rootwriter
, result)
359
def _generate_annotations(self,
rootwriter
, result):
360
self.annotate(
rootwriter
)
361
rootwriter
.save_annotation(result.main_source_file, result.c_file)
385
rootwriter
.save_annotation(source_file, target_file
[
all
...]
Code.py
487
utility = self.callback(globalstate.
rootwriter
)
[
all
...]
Completed in 302 milliseconds