Searched refs:fullnames (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
D | video_VideoDecodeMemoryUsage.py | 271 fullnames = ['%s.%s' % (name, n) for n in names] 274 for name, metric in zip(fullnames, zip(*metrics)):
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 177 def _add_module(self, mod, *fullnames): argument 178 for fullname in fullnames:
|
/external/python/six/ |
D | six.py | 177 def _add_module(self, mod, *fullnames): argument 178 for fullname in fullnames:
|
/external/python/setuptools/setuptools/_vendor/ |
D | six.py | 177 def _add_module(self, mod, *fullnames): argument 178 for fullname in fullnames:
|
/external/scapy/scapy/modules/ |
D | six.py | 182 def _add_module(self, mod, *fullnames): argument 183 for fullname in fullnames:
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3464 my $fullnames; 3466 $fullnames = $symbol_map->{$shortpc}; 3468 $fullnames = "0x" . $pc; # Just use addresses 3472 foreach my $fullname (split("--", $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)) {
|