OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_module
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/trace-viewer/build/
parse_deps.py
55
def _find_and_load(self,
current_module
, requested_name, extension):
56
assert
current_module
.filename
62
def find_and_load_module(self,
current_module
, requested_module_name):
63
return self._find_and_load(
current_module
, requested_module_name, ".js")
65
def find_and_load_raw_script(self,
current_module
, filename):
70
current_module
, requested_style_sheet_name):
72
current_module
, requested_style_sheet_name, ".css")
parse_deps_test.py
212
def find_and_load_module(self,
current_module
, requested_module_name):
/external/chromium_org/tools/telemetry/build/
update_docs.py
116
for
current_module
in current_modules:
118
current_module
.__name__]
119
current_html = GenerateHTMLForModule(
current_module
)
Completed in 28 milliseconds