/external/tensorflow/tensorflow/python/kernel_tests/ |
D | summary_v1_tensor_op_test.py | 121 def get_description(summary_op): function 131 descr = get_description(simple_summary) 142 descr = get_description(with_values) 153 descr = get_description(with_metadata) 164 descr = get_description(overwrite)
|
/external/toolchain-utils/crosperf/ |
D | experiment_status.py | 96 get_description = self._GetNamesAndIterations 98 get_description = self._GetCompactNamesAndIterations 99 status_strings.append('%s: %s' % (key, get_description(val)))
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | DFA.pm | 56 sub get_description { subroutine 146 grammar_decision_description => $self->get_description(),
|
/external/libexif/libexif/ |
D | exif-mnote-data.c | 140 if (!d || !d->methods.get_description) return NULL; in exif_mnote_data_get_description() 141 return d->methods.get_description (d, n); in exif_mnote_data_get_description()
|
D | exif-mnote-data-priv.h | 52 const char * (* get_description) (ExifMnoteData *, unsigned int); member
|
/external/python/cpython3/Lib/distutils/command/ |
D | upload.py | 109 'summary': meta.get_description(),
|
D | register.py | 230 'summary': meta.get_description(),
|
D | bdist_rpm.py | 406 'Summary: ' + self.distribution.get_description(),
|
/external/python/cpython2/Lib/distutils/command/ |
D | upload.py | 107 'summary': meta.get_description(),
|
D | register.py | 232 'summary': meta.get_description(),
|
D | bdist_rpm.py | 421 'Summary: ' + self.distribution.get_description(),
|
/external/selinux/gui/ |
D | semanagePage.py | 77 def get_description(self): member in semanagePage
|
D | system-config-selinux.py | 180 self.store.set_value(iter, 0, page.get_description())
|
D | statusPage.py | 97 def get_description(self): member in statusPage
|
D | booleansPage.py | 197 def get_description(self): member in booleansPage
|
/external/python/cpython3/Lib/ |
D | optparse.py | 955 def get_description(self): member in OptionContainer 1065 return formatter.format_description(self.get_description()) 1553 def get_description(self): member in OptionParser
|
/external/python/cpython2/Lib/ |
D | optparse.py | 968 def get_description(self): member in OptionContainer 1078 return formatter.format_description(self.get_description()) 1568 def get_description(self): member in OptionParser
|
/external/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 345 d->methods.get_description = exif_mnote_data_fuji_get_description; in exif_mnote_data_fuji_new()
|
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 1121 self._write_field(file, 'Summary', self.get_description()) 1195 def get_description(self): member in DistributionMetadata
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 1130 file.write('Summary: %s\n' % self.get_description()) 1193 def get_description(self): member in DistributionMetadata
|
/external/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 383 d->methods.get_description = exif_mnote_data_canon_get_description; in exif_mnote_data_canon_new()
|
/external/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 445 d->methods.get_description = exif_mnote_data_pentax_get_description; in exif_mnote_data_pentax_new()
|
/external/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 655 d->methods.get_description = exif_mnote_data_olympus_get_description; in exif_mnote_data_olympus_new()
|
/external/python/setuptools/setuptools/ |
D | dist.py | 63 file.write('Summary: %s\n' % self.get_description())
|
/external/selinux/python/sepolicy/sepolicy/ |
D | manpage.py | 820 """ % (f, sepolicy.get_description(f)))
|