HomeSort by relevance Sort by last modified time
    Searched full:output_root (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/code_coverage/
croc_html.py 116 def __init__(self, cov, output_root, base_url=None):
119 self.output_root = output_root
128 filename: Filename to write to, relative to self.output_root.
134 f = HtmlFile(self.xml_impl, self.output_root + '/' + filename)
348 subdir = self.output_root + '/' + cov_dir.dirpath
420 os.path.join(self.output_root, copy_file))
427 os.path.join(self.output_root, third_party_file))
432 print 'Writing HTML to %s...' % self.output_root
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 197 output_root = os.path.join(os.path.normpath(opts.destdir), shortroot) variable
199 output_root = shortroot variable
210 _GenerateH(basepath, output_root, head, opts.namespace, schema, description)
211 _GenerateCC(basepath, output_root, head, opts.namespace, schema, description)
  /external/chromium_org/content/
content_common.gypi 627 'output_root': '<(SHARED_INTERMEDIATE_DIR)/vt_stubs',
630 '<(output_root)',
642 '<(output_root)/<(project_path)/<(stubs_filename_root).h',
647 '-o', '<(output_root)/<(project_path)',
    [all...]
  /external/chromium_org/media/
media.gyp 813 'output_root': '<(SHARED_INTERMEDIATE_DIR)/pulse',
816 '<(output_root)',
828 '<(output_root)/<(project_path)/<(stubs_filename_root).h',
833 '-o', '<(output_root)/<(project_path)',
    [all...]

Completed in 112 milliseconds