Home
last modified time | relevance | path

Searched refs:fullnames (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py266 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/
Dsix.py166 def _add_module(self, mod, *fullnames): argument
167 for fullname in fullnames:
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py173 def _add_module(self, mod, *fullnames): argument
174 for fullname in fullnames:
/external/chromium-trace/catapult/third_party/six/
Dsix.py177 def _add_module(self, mod, *fullnames): argument
178 for fullname in fullnames:
/external/jemalloc/bin/
Djeprof.in3461 my $fullnames;
3463 $fullnames = $symbol_map->{$shortpc};
3465 $fullnames = "0x" . $pc; # Just use addresses
3469 foreach my $fullname (split("--", $fullnames)) {