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

  /external/chromium-trace/catapult/third_party/vinn/vinn/
_vinn.py 46 def _ValidateSourcePaths(source_paths):
47 if source_paths is None:
49 for x in source_paths:
63 def _GetBootStrapJsContent(source_paths):
64 assert isinstance(source_paths, list)
74 source_paths = list(set(source_paths))
76 ','.join(_EscapeJsString(s) for s in source_paths))
77 bsc = bsc.replace('<%source_paths%>', source_paths_string)
122 def ExecuteFile(file_path, source_paths=None, js_args=None, v8_args=None
    [all...]
vinn_unittest.py 107 output = vinn.ExecuteFile(file_path, source_paths=[self.test_data_dir],
115 source_paths=[self.test_data_dir]*100)
121 output = vinn.ExecuteFile(file_path, source_paths=[self.test_data_dir])
131 output = vinn.ExecuteFile(file_path, source_paths=[self.test_data_dir])
139 file_path, source_paths=[self.test_data_dir])
150 res = vinn.RunFile(file_path, source_paths=[self.test_data_dir])
155 res = vinn.RunFile(file_path, source_paths=[self.test_data_dir])
160 res = vinn.RunFile(file_path, source_paths=[self.test_data_dir])
165 res = vinn.RunFile(file_path, source_paths=[self.test_data_dir])
179 vinn.ExecuteFile(file_path, source_paths=[self.test_data_dir]
    [all...]
d8_bootstrap.js 125 global.HTMLImportsLoader.addArrayToSourcePath(<%source_paths%>);
  /build/core/tasks/
ide.mk 42 source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \ macro
45 source_paths := $(sort $(source_paths)) macro
48 .classpath: PRIVATE_DIRS := $(source_paths)
  /external/chromium-trace/catapult/tracing/
tracing_project.py 27 def _FindAllFilesRecursive(source_paths):
28 assert isinstance(source_paths, list)
30 for source_path in source_paths:
95 self.source_paths = []
96 self.source_paths.append(self.tracing_root_path)
97 self.source_paths.append(self.tracing_third_party_path)
98 self.source_paths.append(self.mre_path)
99 self.source_paths.append(self.jszip_path)
100 self.source_paths.append(self.glmatrix_path)
101 self.source_paths.append(self.d3_path
    [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights_build/
run_vinn_tests.py 31 cmd, source_paths=list(project.source_paths),
perf_insights_dev_server_config.py 226 return list(self.project.source_paths)
  /external/chromium-trace/catapult/tracing/tracing_build/
run_vinn_tests.py 31 cmd, source_paths=list(project.source_paths),
tracing_dev_server_config.py 51 return list(self.project.source_paths)
vulcanize_trace_viewer.py 66 project.source_paths.append(p)
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 24 def _FindAllFilesRecursive(source_paths):
25 assert isinstance(source_paths, list)
27 for source_path in source_paths:
62 def source_paths(self): member in class:DashboardProject
63 # We lazily init source_paths to resolve this cyclic dependency
73 self._source_paths.extend(tracing_project.source_paths)
  /external/chromium-trace/catapult/perf_insights/
perf_insights_project.py 45 def _FindAllFilesRecursive(source_paths):
46 assert isinstance(source_paths, list)
48 for source_path in source_paths:
99 def source_paths(self): member in class:PerfInsightsProject
100 # We lazily init of source_paths because for perf_insights_project's
103 # And, for source_paths to be set up, we need the UpdateSysPathIfNeeded to
111 self._source_paths.extend(tracing_project.source_paths)
116 for source_path in self.source_paths:
124 return project_module.Project(self.source_paths)
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
project.py 12 def _FindAllFilesRecursive(source_paths):
14 for source_path in source_paths:
84 def __init__(self, source_paths=None):
86 source_paths: A list of top-level directories in which modules and raw
91 self.source_paths = AbsFilenameList(self._WillPartOfPathChange)
93 if source_paths is not None:
94 self.source_paths.extend(source_paths)
106 return Project(d['source_paths'])
110 'source_paths': list(self.source_paths
    [all...]
resource_loader.py 34 def source_paths(self): member in class:ResourceLoader
36 return self.project.source_paths
55 for source_path in self.source_paths:
69 for script_path in self.source_paths:
118 module_filename, repr(self.source_paths)))
146 for source_path in self.source_paths:
156 (relative_raw_script_path, self.source_paths))
html_module_unittest.py 39 def __init__(self, source_paths, initial_filenames_and_contents=None):
40 self._source_paths = source_paths
  /external/chromium-trace/catapult/catapult_build/
print_project_info 69 if args.source_paths:
70 print json.dumps(project.source_paths)
dev_server.py 114 source_paths = kwargs.pop('_source_paths', [])
119 for mapped_path in source_paths:
129 def GetServingPathForAbsFilename(source_paths, filename):
133 for mapped_path in source_paths:
  /external/chromium-trace/catapult/perf_insights/perf_insights/mre/
reduce_map_results.py 22 all_source_paths = list(project.source_paths)
33 source_paths=all_source_paths, js_args=js_args)
  /external/chromium-trace/catapult/dashboard/dashboard_build/
dashboard_dev_server_config.py 52 return list(self.project.source_paths)
  /external/chromium-trace/catapult/third_party/coverage/coverage/
xmlreport.py 41 self.source_paths = set()
45 self.source_paths.add(files.canonical_filename(src))
81 for path in sorted(self.source_paths):
152 self.source_paths.add(fr.filename[:-len(rel_name)].rstrip(r"\/"))
  /system/extras/systrace_analysis/
analyze_trace.py 51 res = vinn.RunFile(this_script_path + '/analysis.html', source_paths=source_paths_arg,
  /external/chromium-trace/catapult/perf_insights/perf_insights/
map_single_trace.py 84 all_source_paths = list(project.source_paths)
98 _MAP_SINGLE_TRACE_CMDLINE_PATH, source_paths=all_source_paths,

Completed in 323 milliseconds