HomeSort by relevance Sort by last modified time
    Searched refs:py_vulcanize (Results 1 - 23 of 23) sorted by null

  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
__init__.py 10 from py_vulcanize.generate import * # pylint: disable=wildcard-import
11 from py_vulcanize.project import Project
js_utils_unittest.py 7 from py_vulcanize import js_utils
resource_unittest.py 8 from py_vulcanize import resource
style_sheet_unittest.py 9 from py_vulcanize import project as project_module
10 from py_vulcanize import resource_loader
11 from py_vulcanize import fake_fs
12 from py_vulcanize import module
generate_unittest.py 8 from py_vulcanize import generate
9 from py_vulcanize import fake_fs
10 from py_vulcanize import project as project_module
module_unittest.py 11 from py_vulcanize import fake_fs
12 from py_vulcanize import module
13 from py_vulcanize import resource_loader
14 from py_vulcanize import project as project_module
36 fs.AddFile('/src/py_vulcanize.html', '<!DOCTYPE html>')
59 <link rel="import" href="/py_vulcanize/foo.html">
62 fs.AddFile('/x/py_vulcanize/foo.html', """
71 self.assertEquals(['py_vulcanize.foo'], dep_names)
77 <link rel="import" href="/py_vulcanize/foo.html">
79 fs.AddFile('/x/py_vulcanize/foo.html', ""
    [all...]
html_generation_controller.py 7 from py_vulcanize import style_sheet
html_module_unittest.py 9 from py_vulcanize import fake_fs
10 from py_vulcanize import generate
11 from py_vulcanize import html_generation_controller
12 from py_vulcanize import html_module
13 from py_vulcanize import parse_html_deps
14 from py_vulcanize import project as project_module
15 from py_vulcanize import resource
16 from py_vulcanize import resource_loader as resource_loader
195 file_contents[os.path.normpath('/py_vulcanize/py_vulcanize.html')] = """<!DOCTYPE html
    [all...]
resource_loader.py 10 from py_vulcanize import module
11 from py_vulcanize import style_sheet as style_sheet_module
12 from py_vulcanize import resource as resource_module
13 from py_vulcanize import html_module
14 from py_vulcanize import strip_js_comments
204 if early_out_if_no_py_vulcanize and ('py_vulcanize' not in contents):
fake_fs_unittest.py 8 from py_vulcanize import fake_fs
html_module.py 8 from py_vulcanize import js_utils
9 from py_vulcanize import module
10 from py_vulcanize import parse_html_deps
11 from py_vulcanize import style_sheet
49 return 'py_vulcanize.HTML_MODULE_TYPE'
strip_js_comments_unittest.py 10 from py_vulcanize import strip_js_comments
parse_html_deps.py 8 from py_vulcanize import module
9 from py_vulcanize import strip_js_comments
10 from py_vulcanize import html_generation_controller
module.py 18 from py_vulcanize import js_utils
25 from py_vulcanize import style_sheet as style_sheet_module
85 name: Module name, may include a namespace, e.g. 'py_vulcanize.foo'.
147 """Returns the py_vulcanize.setModuleInfo type for this module"""
255 py_vulcanize.requireRawScript(xxx) directive."""
parse_html_deps_unittest.py 9 from py_vulcanize import parse_html_deps
10 from py_vulcanize import html_generation_controller
72 py_vulcanize.require("foo");
73 py_vulcanize.require('bar');
86 inner_script = """py_vulcanize.require("foo");py_vulcanize.require('bar');"""
93 'py_vulcanize.require("foo");',
generate.py 11 from py_vulcanize import html_generation_controller
project.py 9 from py_vulcanize import resource_loader
  /external/chromium-trace/catapult/tracing/tracing_build/
generate_about_tracing_contents.py 10 import py_vulcanize namespace
41 py_vulcanize.GenerateStandaloneHTMLToFile(
47 except py_vulcanize.module.DepsException, ex:
55 py_vulcanize.GenerateJSToFile(
vulcanize_trace_viewer.py 11 from py_vulcanize import generate
trace2html.py 15 from py_vulcanize import generate
  /external/chromium-trace/catapult/tracing/tracing/
results_renderer.py 10 from py_vulcanize import generate
  /external/chromium-trace/catapult/catapult_build/
js_checks.py 8 from py_vulcanize import strip_js_comments
  /external/chromium-trace/catapult/tracing/
tracing_project.py 70 py_vulcanize_path = os.path.join(catapult_third_party_path, 'py_vulcanize')
115 from py_vulcanize import project as project_module

Completed in 263 milliseconds