Searched refs:fullnames (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
D | 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/ |
D | six.py | 166 def _add_module(self, mod, *fullnames): argument 167 for fullname in fullnames:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | six.py | 173 def _add_module(self, mod, *fullnames): argument 174 for fullname in fullnames:
|
/external/chromium-trace/catapult/third_party/six/ |
D | six.py | 177 def _add_module(self, mod, *fullnames): argument 178 for fullname in fullnames:
|
/external/jemalloc/bin/ |
D | jeprof.in | 3461 my $fullnames; 3463 $fullnames = $symbol_map->{$shortpc}; 3465 $fullnames = "0x" . $pc; # Just use addresses 3469 foreach my $fullname (split("--", $fullnames)) {
|