OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullnames
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py
266
fullnames
= ['%s.%s' % (name, n) for n in names]
269
for name, metric in zip(
fullnames
, zip(*metrics)):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
six.py
166
def _add_module(self, mod, *
fullnames
):
167
for fullname in
fullnames
:
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
six.py
173
def _add_module(self, mod, *
fullnames
):
174
for fullname in
fullnames
:
/external/chromium-trace/catapult/third_party/six/
six.py
177
def _add_module(self, mod, *
fullnames
):
178
for fullname in
fullnames
:
Completed in 215 milliseconds